Jump to page: 1 2
Thread overview
[Issue 12813] Parser is confused between float and UFC syntax
May 27, 2014
Iain Buclaw
Jun 15, 2014
Kenji Hara
Jun 15, 2014
Kenji Hara
Jun 20, 2014
Iain Buclaw
Jun 21, 2014
Kenji Hara
Jun 21, 2014
Kenji Hara
Jun 22, 2014
Iain Buclaw
May 27, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec
                 CC|                            |ibuclaw@gdcproject.org

--
May 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/595

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |websites

--
June 19, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/db6c8f4f7ed6010f0ad760e6a1fa7d702e5a229d fix Issue 12813 - Parser is confused between float and UFC syntax

https://github.com/D-Programming-Language/dlang.org/commit/d1ca685c4123cf35770e6d7a07e04494b40cdaf7 Merge pull request #595 from 9rnsr/fix12813

Issue 12813 - Parser is confused between float and UFC syntax

--
June 19, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

github-bugzilla@puremagic.com changed:

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

--
June 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
So you've updated the grammar page, but you haven't updated/removed the erroneous examples on the lex page?

--
June 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Iain Buclaw from comment #3)
> So you've updated the grammar page, but you haven't updated/removed the erroneous examples on the lex page?

Yes, I've forgotten it.

https://github.com/D-Programming-Language/dlang.org/pull/598

--
June 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--
June 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12813

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/5f1ad5d2f3f7050f2085af62e3a143b9bd75a310 Supplemental fix for issue 12813 - Fix examples to be valid

https://github.com/D-Programming-Language/dlang.org/commit/5829a556f160fc6fa2b29c1746cd7f4916b9d48a Merge pull request #598 from 9rnsr/fix12813

Supplemental fix for issue 12813 - Fix examples to be valid

--
« First   ‹ Prev
1 2