Skip to content

Conversation

@JuliaRegistrator
Copy link
Contributor

UUID: 8d10db4a-e520-11e9-3c98-0d412f7fe1fc
Repo: https://github.com/odow/PATH.jl.git
Tree: 8b73de649ad76ba1d55f2a8f0a971bb78edfd827

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
JuliaRegistrator referenced this pull request in odow/PATH.jl Jan 25, 2021
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch January 25, 2021 20:57 Inactive
@github-actions
Copy link
Contributor

Your new package pull request does not meet the guidelines for auto-merging. Please make sure that you have read the General registry README. The following guidelines were not met:

  • Name does not meet all of the following: starts with an uppercase letter, ASCII alphanumerics only, not all letters are uppercase.
  • Name is not at least five characters long
  • Package name similar to 2 existing packages.
  1. Similar to BAT. Damerau-Levenshtein distance 2 is at or below cutoff of 2.
  2. Similar to MAT. Damerau-Levenshtein distance 2 is at or below cutoff of 2.

Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human.

After you have fixed the AutoMerge issues, simple retrigger Registrator, which will automatically update this pull request. You do not need to change the version number in your Project.toml file (unless of course the AutoMerge issue is that you skipped a version number, in which case you should change the version number).

If you do not want to fix the AutoMerge issues, please post a comment explaining why you would like this pull request to be manually merged.

Since you are registering a new package, please make sure that you have also read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1


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.

@odow
Copy link
Contributor

odow commented Jan 25, 2021

[noblock]

PATH.jl is a wrapper for the mixed-complementarity solver PATH (http://pages.cs.wisc.edu/~ferris/path/) and is part of the JuMP ecosystem.

There are two existing repositories with similar names:
https://github.com/JuliaRegistries/General/tree/master/P/PATHSolver
https://github.com/JuliaRegistries/General/tree/master/P/PATHlib_jll
Both are old wrappers for the same underlying solver. PATHlib_jll compiles a wrapper @chkwon wrote around an out-dated release of the source-code by a third-party company. PATHSolver is a Julia wrapper for PATHlib_jll and does not provide an interface to JuMP.

PATH.jl uses binaries provided by the original author of the C library (who is a collaborator on PATH.jl), integrates directly with JuMP. The naming follows the precedent in the JuMP ecosystem of naming the package directly after the underlying solver, including ALL-CAPS (e.g., https://github.com/jump-dev/CPLEX.jl) and names shorter than 5 characters (https://github.com/jump-dev/Cbc.jl).

@odow
Copy link
Contributor

odow commented Jan 26, 2021

Can this PR be closed in favor of #28675 please?

@DilumAluthge DilumAluthge deleted the registrator/path/8d10db4a/v0.2.1 branch January 26, 2021 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants