-
Notifications
You must be signed in to change notification settings - Fork 5
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
SuperForth Crashes - Attempts to create a type signature for generic for top-level code #35
Labels
bug
Something isn't working
Comments
Here is the gdb output:
|
After further investigation, it was determined that the cause of the bug is because the nested instances of types inside each ast value(the array of empty buckets) didn't have their type parameters substituted and replaced. Only the property type and top level type is substituted and replaced. |
The issue seems to have been resolved for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SuperForth crashes when trying to generate a type-signature while compiling top-level code(code that isn't encapsulated in a procedure).
The following code was used:
hashmap.txt
:test.txt
:It can be reproduced by running:
superforth -cr -s test.txt
.The text was updated successfully, but these errors were encountered: