Jump to page: 1 2
Thread overview
[Issue 19882] Expected 'undefined identifier' error when type comparing
May 18, 2019
Dlang Bot
May 19, 2019
Dlang Bot
May 19, 2019
ag0aep6g
May 26, 2019
Dlang Bot
May 26, 2019
kinke@gmx.net
May 26, 2019
Dlang Bot
May 26, 2019
SrMordred
May 26, 2019
kinke@gmx.net
Jun 03, 2019
Dlang Bot
Jun 03, 2019
Dlang Bot
Jun 03, 2019
Dlang Bot
Dec 17, 2022
Iain Buclaw
May 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 created dlang/dmd pull request #9818 "Fix Issue 19882 - Expected 'undefined identifier' error when type" fixing this issue:

- Fix Issue 19882 - Expected 'undefined identifier' error when type
  comparing

https://github.com/dlang/dmd/pull/9818

--
May 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9818 "Fix Issue 19882 - Expected 'undefined identifier' error when type" was merged into stable:

- f2397a8363ff77870f5afe943c420aa577fe634d by Hiroki Noda:
  Fix Issue 19882 - Expected 'undefined identifier' error when type
  comparing

  Allow to compile when tspec is an undefined identifier.

https://github.com/dlang/dmd/pull/9818

--
May 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #3 from ag0aep6g <ag0aep6g@gmail.com> ---
(In reply to Dlang Bot from comment #2)
> dlang/dmd pull request #9818 "Fix Issue 19882 - Expected 'undefined identifier' error when type" was merged into stable:

For the record, the merged fix does the opposite of what this issue called for originally. DMD now also accepts `is(int == undefined_id)`.

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9887 "Revert "Fix Issue 19882 - Expected 'undefined identifier' error when …" was merged into stable:

- ead67ea78be202c4aab2aeafa5cf0ed5a409b112 by Martin Kinkelin:
  Revert "Fix Issue 19882 - Expected 'undefined identifier' error when type"

  This reverts commit f2397a8363ff77870f5afe943c420aa577fe634d.

https://github.com/dlang/dmd/pull/9887

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

kinke@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |kinke@gmx.net
         Resolution|FIXED                       |---

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@thewilsonator updated dlang/dmd pull request #9891 "Fix issue 19893" fixing this issue:

- Fix Issue 19882 - Expected 'undefined identifier' error when type
  comparing

  Allow to compile when tspec is an undefined identifier.

- Merge pull request #9818 from kubo39/bugfix-19882

  Fix Issue 19882 - Expected 'undefined identifier' error when type
  merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

https://github.com/dlang/dmd/pull/9891

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #6 from SrMordred <patric.dexheimer@gmail.com> ---
"DMD now also accepts `is(int == undefined_id)`."
Isn´t this bad?
I got stuck several minutes on this bug because the compiler didn´t tell me
that I misspelled an identifier.

--
May 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #7 from kinke@gmx.net ---
(In reply to SrMordred from comment #6)
> "DMD now also accepts `is(int == undefined_id)`."
> Isn´t this bad?
> I got stuck several minutes on this bug because the compiler didn´t tell me
> that I misspelled an identifier.

Me too, that's why I reverted the 'fix' and reopened this issue.

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #9946 "fix issue 18784 - cpp constructor returns void on Posix" fixing this issue:

- Fix Issue 19882 - Expected 'undefined identifier' error when type
  comparing

  Allow to compile when tspec is an undefined identifier.

- Merge pull request #9818 from kubo39/bugfix-19882

  Fix Issue 19882 - Expected 'undefined identifier' error when type
  merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

https://github.com/dlang/dmd/pull/9946

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19882

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature updated dlang/dmd pull request #9953 "Fix issue 19936: `alias deprecated get this` falsely triggers deprecation on `array ~=`" fixing this issue:

- Fix Issue 19882 - Expected 'undefined identifier' error when type
  comparing

  Allow to compile when tspec is an undefined identifier.

- Merge pull request #9818 from kubo39/bugfix-19882

  Fix Issue 19882 - Expected 'undefined identifier' error when type
  merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

https://github.com/dlang/dmd/pull/9953

--
« First   ‹ Prev
1 2