Bug when returning booleans from functions #41
Labels
No labels
arch
arm
arch
x86
bug
duplicate
enhancement
help wanted
invalid
os
linux
os
mac
os
windows
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 3 hours
Due date
ed
3 hours
No due date set.
Dependencies
No dependencies set.
Reference
cli/q#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Platform: windows x86_64
Code:
Nice find, thank you for the bug report!
This should be fixed in
c64bce3eb8.I think this is caused by the same issue
I did a diff between the
io.writeversion and the one without:The last part is basically equal.
The only difference is the registers and it indeed seems like a register allocation issue.
@Furkan wrote in #41 (comment):
This was caused by the logical and / logical or operators and it should be fixed in
e784e89e0d.Closing.
Feel free to create a new issue if you still see problems regarding
return -1 > 0.