-
Notifications
You must be signed in to change notification settings - Fork 25
u"Ω" errors in precompilation #105
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
Comments
As a quick fix you could do It's weird that precompilation doesn't like the string version. Does anything in that module jump out to you? This is the file: DynamicQuantities.jl/src/uparse.jl Line 1 in a31609f
|
It's probably due to the DynamicQuantities.jl/src/uparse.jl Line 37 in a31609f
|
Oh I see. What other options are there for implementing this? |
You can evaluate the expression yourself instead of |
Ah. Of course 🤦♂️ Thanks, will fix. |
I guess we’ll need to do something a bit more complex like https://github.com/PainterQubits/Unitful.jl/blob/a09bdaac255d456e6315b77979a48956aca1d3a3/src/user.jl#L692 to get this working without Working on this in #106. Edit: fixed! |
MWE: write the literal
u"Ω"
in a package that precompiles.The text was updated successfully, but these errors were encountered: