rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Nddl 'if' statement not handled correctly #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

See that attached code (we discussed it in the EUROPA meeting yesterday).
There are two alternative 'if' statements that should be equivalent.
Michael believes there's a bug in how: if( thing.isHappy == true ) is
handled, where thing is a member variable pointing to a non-unique object
and isHappy is a boolean member variable in that object.

Original issue reported on code.google.com by miata...@gmail.com on 15 Sep 2009 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
Tristan, can you take another look at this and tell me a) if this still happens 
and
b) what the incorrect and correct behavior is?

Original comment by miata...@gmail.com on 24 Nov 2009 at 6:09

GoogleCodeExporter commented 9 years ago
I just tried this out, and the two 'if' statements are now equivalent (and I'll
assume they're both correct!).

Original comment by tristanb...@gmail.com on 25 Nov 2009 at 8:05