-
Notifications
You must be signed in to change notification settings - Fork 112
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
Getting compilation warning during precompile #133
Comments
The issue is that
This point could use some better documentation if you're up for a PR. |
I just started getting these now that 0.7 does automatic precompilation. I have some files with a few hundred unit declarations, each with 1-4 units. Adding hundreds of How about a second string macro that is Unitful specific and precompilation friendly?
Otherwise it's |
I will take a look tonight or tomorrow |
I use the following line of code in one of my packages:
However, this gives the following warnings on the initial compile:
How do I prevent it?
The text was updated successfully, but these errors were encountered: