Skip to content

Conversation

@JuliaRegistrator
Copy link
Contributor

UUID: 7b5e9987-6321-4ad2-a98c-8fb2c158333b
Repo: https://github.com/tiobe/JuliaCheck.git
Tree: a055e785388b51a908e5f688c3f6b15dc4735126

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2025

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 registration

Please make sure that you have read the package naming guidelines.

2. AutoMerge Guidelines which are not met ❌

  • Lowercase package name juliacheck contains the string "julia".
  • Repo URL does not end with /name.jl.git, where name is the package name
  • There is no compat entry for julia.
  • I was not able to load the package (i.e. import JuliaCheck failed). See the AutoMerge logs for details.
  • Package name similar to 1 existing package.
    1. Similar to JuliaChem. Damerau-Levenshtein distance 2 is at or below cutoff of 2.

3. Needs action: here's what to do next

  1. Please try to update your package to conform to these guidelines. The General registry's README has an FAQ that can help figure out how to do so.
  2. After you have fixed the AutoMerge issues, simply retrigger Registrator, the same way you did in the initial registration. This will automatically update this pull request. You do not need to change the version number in your Project.toml file (unless the AutoMerge issue is that you skipped a version number).

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 #pkg-registration channel in the public Julia Slack for better visibility.

4. To pause or stop registration

If 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 [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@bellon-tiobe
Copy link

Stopping registration: I will rename the repository and improve the README and Project.toml files.

@JuliaTagBot JuliaTagBot added the AutoMerge: last run blocked by comment PR blocked by one or more comments lacking the string [noblock]. label Jul 1, 2025
@GunnarFarneback
Copy link
Contributor

For

I was not able to load the package (i.e. import JuliaCheck failed). See the AutoMerge logs for details.

cf. carlobaldassi/ArgParse.jl#106 (comment), or in summary, ArgParse.@project_version without argument is fundamentally broken.

@bellon-tiobe
Copy link

For

I was not able to load the package (i.e. import JuliaCheck failed). See the AutoMerge logs for details.

cf. carlobaldassi/ArgParse.jl#106 (comment), or in summary, ArgParse.@project_version without argument is fundamentally broken.

I am still trying to figure out where to see those logs, where I would see that ArgParse.@project_version is the cause of the package load failure.

Now, in addition, I wonder which argument would ArgParse.@project_version require, when it is meant to extract the project's version and pass it to ArgParseSettings (or that was my understanding, anyway).

@GunnarFarneback
Copy link
Contributor

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 ArgParse but it probably needs an argument like joinpath(@__DIR__, "..", "Project.toml").

@GunnarFarneback
Copy link
Contributor

Actually I'm not sure how the macro can be used correctly at all. The function form looks more useful

ArgParse.project_version(joinpath(@__DIR__, "..", "Project.toml"))

@bellon-tiobe
Copy link

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.

@GunnarFarneback
Copy link
Contributor

Closed in favor of #134001.

@GunnarFarneback
Copy link
Contributor

As already noted that the no-argument macro is also broken, but see carlobaldassi/ArgParse.jl#136.

@DilumAluthge DilumAluthge deleted the registrator-juliacheck-7b5e9987-v0.2.0-bee27a90a0 branch July 16, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AutoMerge: last run blocked by comment PR blocked by one or more comments lacking the string [noblock]. new package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants