You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
splice_index is never updated.
In addition, the contribution of 42a0061 which introduced a sane (i.e. not using mutable state) management of toplevel splices has somehow disappeared.
yallop
changed the title
Incorrect behavior of the power macro
Incorrect behavior of the sprintf macro
Mar 14, 2023
There seems to be an incorrect shadowing when splicing a fast exponentiation macro. Using the following
power.ml
file:We get the following results in the toplevel at revision 05372c7:
The result string should be
"(1,3)"
.This example used to work at the time of this blog post so maybe a bug was introduced when switch from Parsetree to Lambda for the quotes?
The text was updated successfully, but these errors were encountered: