-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unexpected Absent Literal - Works in 2.8.7 (Windows) -> Not on 2.9.0 #878
Comments
Line 308 in 4828881
This seems to be the only time the code complains about "unexpected absent literal". |
This is a row from someStudents. The prefs would be the prefs. It was the above that is causing the error. ignore the fact that score is not used, by the way; that is a bug that I've only just seen (id: 257, name: "5_Ron 5_Russel", current: <>, prefs: [(42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (18, 1, 50, 259), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (24, 4, 68, 257), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (32, 2, 90, 260), (33, 3, 93, 258), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>), (42, 5, <>, <>)]) |
Hmm.
I think it's throwing the error because |
Hi, thanks for the bug report. If you can't attach you're whole model/data here publicly, could you send your model and a data file where this happens to We'll have a look in the future at making that internal error report a location when possible to make it easier to narrow down a minimal reproduction or workaround. |
I am working on making a reproduction; sorry for the delay. |
I am literally doing precisely what it asks me to.
Given the completely unhelpful error I cannot tell what is wrong at all.
The text was updated successfully, but these errors were encountered: