[Issue 10141] wrong error message with Tuple!(int) : Error: static assert "Cannot put a char[] into a Appender!(string)"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 15 00:19:50 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10141
--- Comment #7 from github-bugzilla at puremagic.com 2013-07-15 00:19:47 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/8c5cce3e6ffd63ad3af23caf2e15ea7a3eabeea5
fix Issue 10141 - wrong error message with Tuple!(int) : Error: static assert
"Cannot put a char[] into a Appender!(string)"
Essentially it's bad code if it branches based on the condition `global.errors
!= 0`.
https://github.com/D-Programming-Language/dmd/commit/390a9340cad6f9c44757cd4782792b08d95a56ba
Merge pull request #2346 from 9rnsr/fix10141
Issue 10141 - wrong error message with Tuple!(int) : Error: static assert
"Cannot put a char[] into a Appender!(string)"
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list