History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-862
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

boo generates invalid code for short circuited operations on float values

Created: 19/Aug/07 09:07 AM   Updated: 01/Sep/07 09:20 AM
Component/s: Compiler
Affects Version/s: 0.7.8
Fix Version/s: 0.7.9

Time Tracking:
Not Specified


 Description  « Hide
"""
True
True
"""
def test() as single:
return 0.0

yeah = not (test() or test())
print(yeah)
hover = not (test() and test())
print(yeah)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 19/Aug/07 11:26 AM
Fixed in the repository.