Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Maintained by go/gitwatcher - Please do not modify manually [ID: 530458]
Maintained by go/gitwatcher - Please do not modify manually [ID: 530406]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Concretely, Reactor currently doesn't support statements like
If(i) {}
wherei
is an Int. This and other common cases in C++ should be made valid. Note we should be careful not to allow ambiguous conversions. This specific case should probably be handled using a cast in theIf
macro, rather than aBool(Int)
constructor orInt::operator Bool()
.