-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Stack & PRE" error #47
Comments
Not reproducible in 200821.
|
We have another error - list's items leak: # test.mpl
pfunc: [{PRE:CALL:;;}];
fact: [[] [0 .Fail] uif];
f: [42];
f: [_:; 0 .Abort] [0 .DoNothing] pfunc;
(f) (42) # Two non-empty lists.
printStack # Stack depth must be 2.
same fact > mplc -version && mplc test.mpl
MPL compiler version 200821 debug
stack:
depth=3
{:i32;}RT
{}'RT
i32CT static: 42
test.mpl(4,14): error, [.Fail], not a combined
test.mpl(11,6): [fact], called from here
test.mpl(1,1): [], called from here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we can see from the comments and the output - the compilation didn't turn out the way we expected.
The text was updated successfully, but these errors were encountered: