-
Notifications
You must be signed in to change notification settings - Fork 62
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
FIXME: Create a list of structs #698
Comments
Grepping through the sources, the only places I can see that have the "FIXME" as a Haskell string literal are this bogus source position value: saw-script/src/SAWScript/Builtins.hs Line 955 in 2398963
and this call to error in the saw-script type checker:saw-script/src/SAWScript/MGU.hs Line 628 in 2398963
I imagine the second occurrence is the one you're hitting here. I'll need to investigate to see whether this is supposed to indicate a user error or an internal panic; we should consider this a bug in either case. |
How embarrassing: |
I got FIXME again. The error is correct here. I'm just reporting in case it helps at all.
|
In PR #716, running
|
I was trying to create a list of
numElements
entries, all initialized the same (byinit_function
with someparams
), and came across a "FIXME" from saw.Am I doing this right? If so, consider this FIXME a bug report. If I'm not doing it right, how can I do this?
The text was updated successfully, but these errors were encountered: