-
Notifications
You must be signed in to change notification settings - Fork 519
New package: JuliaCheck v0.2.0 #133990
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
New package: JuliaCheck v0.2.0 #133990
Conversation
JuliaRegistrator
commented
Jul 1, 2025
- Registering package: JuliaCheck
- Repository: https://github.com/tiobe/JuliaCheck
- Created by: @bellon-tiobe
- Version: v0.2.0
- Commit: 8701e3d125427f66e21ab27346f5b444e388be2b
- Reviewed by: @bellon-tiobe
- Reference: tiobe/JuliaCheck.jl@8701e3d#r161184582
- Description: Code checker for Julia language
UUID: 7b5e9987-6321-4ad2-a98c-8fb2c158333b Repo: https://github.com/tiobe/JuliaCheck.git Tree: a055e785388b51a908e5f688c3f6b15dc4735126 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
36704 adapt test script
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. New package registrationPlease make sure that you have read the package naming guidelines. 2. AutoMerge Guidelines which are not met ❌
3. Needs action: here's what to do next
If you need help fixing the AutoMerge issues, or want your pull request to be manually merged instead, please post a comment explaining what you need help with or why you would like this pull request to be manually merged. Then, send a message to the 4. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |
|
Stopping registration: I will rename the repository and improve the |
|
For
cf. carlobaldassi/ArgParse.jl#106 (comment), or in summary, |
I am still trying to figure out where to see those logs, where I would see that Now, in addition, I wonder which argument would |
|
GitHub is making it more and more difficult to find the logs, but start with the "Checks" tab at the top of this page and try to find your way. I'm not a user of |
|
Actually I'm not sure how the macro can be used correctly at all. The function form looks more useful |
|
It seems to me like the macro is only useful without arguments, with the default path. Otherwise, as you said, better to use the function instead. |
|
Closed in favor of #134001. |
|
As already noted that the no-argument macro is also broken, but see carlobaldassi/ArgParse.jl#136. |