Skip to content
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

showvalue not defined in Logging in Julia 1.11 #36

Closed
hexaeder opened this issue Oct 8, 2024 · 4 comments · Fixed by #37
Closed

showvalue not defined in Logging in Julia 1.11 #36

hexaeder opened this issue Oct 8, 2024 · 4 comments · Fixed by #37

Comments

@hexaeder
Copy link

hexaeder commented Oct 8, 2024

Sometimes in my doc builds, it get the following error

ERROR: LoadError: UndefVarError: `showvalue` not defined in `Logging`

And indeed Logging.showvalue is called in this function

https://github.com/julia-actions/GitHubActions.jl/blob/e988cc204e34bf1b12b28c3f1f00e5ae347af30f/src/GitHubActions.jl#L259C1-L259C46

but does not appear to be defined in Julia 1.11

@moyner
Copy link

moyner commented Oct 9, 2024

@fredrikekre
Copy link

It has moved into Base.CoreLogging

@Pangoraw
Copy link
Contributor

See #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants