Sort phi functions for consistent results #28
Loading…
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?
For phi values it would be very beneficial to have randomized order during testing but a consistent order when generating an executable.
Since only the codegen package has access to the indices of all values, it makes sense to sort them there.
Fixed in
440f1f4cc0.