We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider:
$ mathicsscript Set::setraw: Cannot assign to raw object inkpot. Mathicscript: 5.1.0.dev0, Mathics 5.0.3dev0 ...
Investigating a little shows that autoloading mathicsscript/mathicsscript/autoload/settings.m fails in settings assignment.
mathicsscript/mathicsscript/autoload/settings.m
In particular
Settings`$PygmentsStyle::usage = "This variable..."
when autoloaded produces:
Set::setraw: Cannot assign to raw object inkpot.
Note that "inkpot" is the the value of Settings`$PygmentsStyle.
Settings`$PygmentsStyle
The text was updated successfully, but these errors were encountered:
@mmatera is this related to assignment changes? Order of loading changes? Change in the way mathicsscript sets a value for Settings`$PygmentsStyle?
Sorry, something went wrong.
No branches or pull requests
Consider:
Investigating a little shows that autoloading
mathicsscript/mathicsscript/autoload/settings.m
fails in settings assignment.In particular
when autoloaded produces:
Note that "inkpot" is the the value of
Settings`$PygmentsStyle
.The text was updated successfully, but these errors were encountered: