[Issue 4235] !in not working (D1)

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235



--- Comment #6 from github-bugzi...@puremagic.com 2012-01-23 17:56:48 PST ---
Commit pushed to
https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/e5a601f2000c61b56f7ddcfa722d8c875556cf53
fix Issue 4235

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


--- Comment #7 from Walter Bright bugzi...@digitalmars.com 2012-01-23 
17:57:37 PST ---
!in was never intended for D1, I removed it from the spec.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2010-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Keywords|ice-on-valid-code   |


--- Comment #5 from Don clugd...@yahoo.com.au 2010-06-04 06:06:42 PDT ---
Removing the ICE keyword from this bug since it has no test case. I have tried
many times to reproduce a crash, but there's no enough information.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2010-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235



--- Comment #4 from Random Name dbu...@yahoo.com 2010-06-02 13:57:00 PDT ---
I should not have posted about that crash in this report because it's probably
unrelated to !in. The way I can reproduce it in my code is if I modify a string
mixin from !(something in arr) to something !in arr. I have not tried to make a
minimal test case for it but a single const string with a mixin statement might
be enough.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2010-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Keywords|rejects-valid   |spec
 CC||clugd...@yahoo.com.au


--- Comment #3 from Don clugd...@yahoo.com.au 2010-06-01 07:02:14 PDT ---
Do you have a test case for the crash?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2010-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235


Stewart Gordon s...@iname.com changed:

   What|Removed |Added

   Keywords||ice-on-valid-code,
   ||rejects-valid
URL||http://www.digitalmars.com/
   ||d/1.0/expression.html
 CC||s...@iname.com


--- Comment #2 from Stewart Gordon s...@iname.com 2010-05-27 18:56:52 PDT ---
The spec is a more authoritative source than the changelog.

But still, changelogs should be complete.  A particular problem occurs if
something's noted in the changelog, but then later it is reverted without being
noted in the changelog.  See issue 926 for an example.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4235] !in not working (D1)

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235


Masahiro Nakagawa repeate...@gmail.com changed:

   What|Removed |Added

 CC||repeate...@gmail.com


--- Comment #1 from Masahiro Nakagawa repeate...@gmail.com 2010-05-26 
12:19:09 PDT ---
I think D1 spec is incorrect. !in isn't listed at D1 changelog.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---