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

Test formatting action. #497

Closed
wants to merge 2 commits into from
Closed

Test formatting action. #497

wants to merge 2 commits into from

Conversation

maleadt
Copy link
Collaborator

@maleadt maleadt commented Jan 10, 2025

No description provided.

@maleadt maleadt marked this pull request as ready for review January 10, 2025 10:15
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • git-runic
    • lines 0--1
  • src/LLVM.jl
    • lines 59-87

@@ -54,7 +54,7 @@ include(joinpath(@__DIR__, "..", "lib", "libLLVM_julia.jl"))

end # module API

has_oldpm() = LLVM.version() < v"17"
has_oldpm() = LLVM.version()<v"17"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
has_oldpm() = LLVM.version()<v"17"
has_oldpm() = LLVM.version() < v"17"

@maleadt maleadt closed this Jan 10, 2025
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 this pull request may close these issues.

1 participant