-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Invalid Git submodule #3405
Comments
@oblivikun thanks for reporting. The library is now hosted elsewhere. Fixed via 832174d. |
This is not yet fixed because some dependencies (such as While we could fix the URL everywhere, there is no good reason for these CL libraries (maintained by @atlas-engineer/atlas) to register their dependencies as git submodules. It enables running CI routines in their own repositories, which isn't wise from a maintenance perspective since that env must be kept with sync with that of Nyxt. It would wiser to run the test suite of those libraries within Nyxt's CI. I'll take this opportunity to fix the long standing issue mentioned above. |
Describe the bug
There is a submodule specified that the url does not exist `
[submodule "_build/devel"]
path = _build/devel
url =https://gitlab.common-lisp.net/misc-extensions/devel.git
`
Precise recipe to reproduce the issue
git clone --recurse-submodules https://github.com/atlas-engineer/nyxt
For website-specific issues:
Can you reproduce this issue with Epiphany / GNOME Web (https://wiki.gnome.org/Apps/Web)?
Information
nyxt --system-information
:Output when started from a shell
The text was updated successfully, but these errors were encountered: