Thread overview
[Issue 19070] Invalid octal literals `01` through `07` allowed
Jul 12, 2018
Hiroki Noda
[Issue 19070] Octal literals `01` through `07` allowed, but not in the grammar
Jul 25, 2019
Hiroki Noda
Jul 15, 2021
Dennis
Jul 15, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
July 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19070

--- Comment #1 from Hiroki Noda <kubo39@gmail.com> ---
Attemptive PR : https://github.com/dlang/dmd/pull/8490

--
September 14, 2018
https://issues.dlang.org/show_bug.cgi?id=19070

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec
                 CC|                            |schveiguy@yahoo.com
          Component|dmd                         |dlang.org
            Summary|Invalid octal literals `01` |Octal literals `01` through
                   |through `07` allowed        |`07` allowed, but not in
                   |                            |the grammar

--- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> ---
This is a spec issue, literals 01 through 07 are correct decimal literals, so the confusion caused by using octals is not relevant there.

--
July 25, 2019
https://issues.dlang.org/show_bug.cgi?id=19070

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Hiroki Noda <kubo39@gmail.com> ---
Close this: see https://github.com/dlang/dmd/pull/8490#issuecomment-404716464

--
July 15, 2021
https://issues.dlang.org/show_bug.cgi?id=19070

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |dkorpel@live.nl
         Resolution|WONTFIX                     |---

--- Comment #4 from Dennis <dkorpel@live.nl> ---
As long as neither the spec nor dmd are updated to accommodate the other, this remains an open issue.

--
July 15, 2021
https://issues.dlang.org/show_bug.cgi?id=19070

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/dlang.org pull request #3066 "Fix issue 19070 - some octal literals are actually allowed" fixing this issue:

- Fix issue 19070 - some octal literals are actually allowed

https://github.com/dlang/dlang.org/pull/3066

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19070

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19070

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--