Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14328

Re: Number with sign is read as octal despite a leading 10#

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: Number with sign is read as octal despite a leading 10#
Date 2018-07-10 23:31 -0400
Organization ITS, Case Western Reserve University
Message-ID <mailman.3416.1531279892.1292.bug-bash@gnu.org> (permalink)
References (4 earlier) <CA+n9pTwOZNdmWqEYwE5cDohArgvZ285vSt-F=hw=ZGb8weO2qA@mail.gmail.com> <471822f3-4484-59b5-0433-fc394dc9b34a@case.edu> <CA+n9pTzNU4stJykWKAJkPzwwrkmxzirWmuUT_xA9U=ZWsh3nMQ@mail.gmail.com> <CAOSMAutyKDe7QqVHLQ_jFBzZ09hiOwz_LfkoCVYXpDGVNohm0Q@mail.gmail.com> <CA+n9pTxfKTmmqPabZ+XMqk4PPhiX4x_yQy-W6TnyndR3iBO-HA@mail.gmail.com>

Show all headers | View raw


On 7/10/18 6:46 PM, Isaac Marcos wrote:
> 2018-07-10 18:12 GMT-04:00 Eduardo Bustamante <dualbus@gmail.com
> <mailto:dualbus@gmail.com>>:
> 
>     On Tue, Jul 10, 2018 at 1:57 PM, Isaac Marcos
>     <isaacmarcos100010@gmail.com <mailto:isaacmarcos100010@gmail.com>> wrote:
>     > Chet Ramey (<chet.ramey@case.edu <mailto:chet.ramey@case.edu>>) wrote:
>     [..]
>     > This is not a serious argument.
>     [...]
>     > I don't care. All other shells do this correctly. It makes you the only one
>     > wrong.
>     >
>     > This is not a serious discussion.
> 
>     Can you keep the discussion civil? 
> 
> 
> No.
>  
> 
>     I don't get why you feel compelled
>     to qualify an argument from the main developer as "non serious".
> 
> 
> Because *he* qualified my comments as "non serious" in another email.

I did. You wrote:

"Are you saying that bash should reject the use of negative numbers?
And, If so, why bash does not raise an error? (as it is expected that it
must do on invalid input)."

This is clearly a ridiculous strawman.

The topic is whether or not a sign can appear in the middle of an integer
constant, even when that integer constant begins with the `base#' syntax.

> Only bash prints 28. Why others can print 34 ?

They extend the definition of an integer constant. It's perfectly
reasonable to do that. Bash sticks to the C definition.

> 
> What is odd in expecting that an string like `-00133` actually mean `-133`
> in decimal?

Why would that be reasonable? Integers beginning with `0' are octal
constants.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: Number with sign is read as octal despite a leading 10# Chet Ramey <chet.ramey@case.edu> - 2018-07-10 23:31 -0400

csiph-web