-
Notifications
You must be signed in to change notification settings - Fork 23
Simple Gallium example not working #175
Comments
Try putting |
Using
|
I'm curious about a couple things. (1) What would (2) What changed between 0.5.0-pre, when this worked (see above), and 0.5.0 to produce the different behavior? |
There's a new optimization in 0.5, where it avoids specializing functions if it realizes the return value is always the same and just uses the value directly. That's probably what happens here, so the function never actually gets run. We're looking into disabling that optimization in |
This worked in 0.5.0-pre, i.e. ended up in the debug prompt in the REPL. Am I doing something wrong? What changed?
Back in 0.5.0-pre, I got this:
The text was updated successfully, but these errors were encountered: