[Issue 7833] [2.059 Beta] Changelog should clearly mention struct literal/opCmp/opEquals/toHash changes

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7833

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|dmd |dlang.org
 Resolution|--- |WONTFIX

--- Comment #7 from Vladimir Panteleev  ---
I believe the train has left the station insofar updating the changelog goes.

I believe the spec pages have received lots of updates throughout the 5 years
since this issue was filed. If you believe they are still lacking in some
regard, please open a new issue (or, better yet, send a pull request, as you're
already accustomed with the subject.)

--


[Issue 7833] [2.059 Beta] Changelog should clearly mention struct literal/opCmp/opEquals/toHash changes

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7833


SomeDude lovelyd...@mailmetrash.com changed:

   What|Removed |Added

 CC||lovelyd...@mailmetrash.com


--- Comment #5 from SomeDude lovelyd...@mailmetrash.com 2012-04-21 10:16:19 
PDT ---
On 2.059, the test compiles, but now, swapping struct with class, we get:

PS E:\DigitalMars\dmd2\samples rdmd bug.d
bug.d(16): Error: no property 'opCall' for type 'bug.Foo'
bug.d(16): Error: no property 'opCall' for type 'bug.Foo'

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


[Issue 7833] [2.059 Beta] Changelog should clearly mention struct literal/opCmp/opEquals/toHash changes

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7833


Dmitry Olshansky dmitry.o...@gmail.com changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com


--- Comment #6 from Dmitry Olshansky dmitry.o...@gmail.com 2012-04-21 
10:30:02 PDT ---
Class instances are created with new or emplace function. Foo() won't work for
classes by design.

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