Thread overview
[Issue 19181] Semantic errors in opDispatch argument lead to "no property X"
Aug 20, 2018
FeepingCreature
Aug 20, 2018
Mike Franklin
August 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19181

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
August 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19181

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14145

--
August 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19181

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/4ea34855e59b42efe29cc3475df81ce0046051b2 Fix Issue 19181: when an UFCS or opDispatch call has syntactically invalid arguments, always error.

https://github.com/dlang/dmd/commit/c2317ad3b7401dc9fe26a28cca66846a892d5d34 Merge pull request #8584 from FeepingCreature/fix/Issue-19181-error-on-invalid-arguments-in-ufcs-opDispatch

Fix Issue 19181: always error when an UFCS or opDispatch call has syntactically
invalid arguments
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
August 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19181

github-bugzilla@puremagic.com changed:

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

--
August 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19181

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

https://github.com/dlang/dmd/commit/3b4f0209b69be737ba52659313ecca8cce13f86c Merge pull request #8584 from FeepingCreature/fix/Issue-19181-error-on-invalid-arguments-in-ufcs-opDispatch

Fix Issue 19181: always error when an UFCS or opDispatch call has syntactically
invalid arguments
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

https://github.com/dlang/dmd/commit/5647788e6776b2f6f4cc32c6e0a6b90ffa121a12
Merge pull request #8588 from
FeepingCreature/fix/Issue-19181-error-immediately-on-invalid-arguments-to-opDispatch

[stable] [from master] Issue 19181: when an UFCS or opDispatch call has syntactically invalid arguments, always error.

--