[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces w
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form |
Date: |
Tue, 10 May 2022 18:58:27 -0400 (EDT) |
Follow-up Comment #14, bug #62417 (project octave):
by my understanding of the code, not so much intentional checking as an
artifact of how it processes the inputs. 'format short e' has two separate
options, 'short' and 'e', passed to it. if the code sees 'short' it checks to
see if the next input is 'e' or another valid option, and if so processes it
as 'shorte', etc. for function input, format('short e') has only one option
input, and none match 'short e', but format('shorte') matches, and
format('short','e') behaves the same as 'format short e'
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62417>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #62417] Function form of 'format' undocumented and errors on format names with spaces, (continued)
- [Octave-bug-tracker] [bug #62417] Function form of 'format' undocumented and errors on format names with spaces, Nicholas Jankowski, 2022/05/09
- [Octave-bug-tracker] [bug #62417] Function form of 'format' undocumented and errors on format names with spaces, John W. Eaton, 2022/05/09
- [Octave-bug-tracker] [bug #62417] Function form of 'format' undocumented and errors on format names with spaces, Nicholas Jankowski, 2022/05/09
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, John W. Eaton, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Rik, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Markus Mützel, 2022/05/10
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form,
Nicholas Jankowski <=
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, John W. Eaton, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Markus Mützel, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Markus Mützel, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Markus Mützel, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Georg Wiora, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Nicholas Jankowski, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, John W. Eaton, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, John W. Eaton, 2022/05/11
- [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form, Rik, 2022/05/11