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
PRECOMPILE
Stipple
Expected behavior: Updating to GF v2.7 should be successful
Actual behavior: Precompilation fails (see error below)
MWE: Simply up the GenieFramework
up
ERROR: LoadError: UndefVarError: `PRECOMPILE` not defined in `Stipple` Suggestion: check for spelling errors or missing imports.
After some debugging, I believe the breaking release was Stipple 0.28.19 which removed the PRECOMPILE variable from src/Stipple.jl: https://github.com/GenieFramework/Stipple.jl/blob/751014911dd3d87d51be058d6528968bc6492c43/src/Stipple.jl#L19
Versions: Julia 1.11 // Arm64 [c43c736e] Genie v5.31.1 [a59fdf5c] GenieFramework v2.7.0 [03cc5b98] GenieSession v1.1.2 ⌅ [4acbeb90] Stipple v0.28.22 [291a174b] StippleDownloads v0.1.3 ⌅ [a3c5d34a] StippleUI v0.23.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior: Updating to GF v2.7 should be successful
Actual behavior: Precompilation fails (see error below)
MWE: Simply
up
the GenieFrameworkAfter some debugging, I believe the breaking release was Stipple 0.28.19 which removed the PRECOMPILE variable from src/Stipple.jl: https://github.com/GenieFramework/Stipple.jl/blob/751014911dd3d87d51be058d6528968bc6492c43/src/Stipple.jl#L19
Versions:
Julia 1.11 // Arm64
[c43c736e] Genie v5.31.1
[a59fdf5c] GenieFramework v2.7.0
[03cc5b98] GenieSession v1.1.2
⌅ [4acbeb90] Stipple v0.28.22
[291a174b] StippleDownloads v0.1.3
⌅ [a3c5d34a] StippleUI v0.23.5
The text was updated successfully, but these errors were encountered: