8000 Manage dependencies via luthier by aatxe · Pull Request #111 · luau-lang/lute · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Manage dependencies via luthier #111

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

Merged
merged 16 commits into from
Mar 19, 2025
Merged

Manage dependencies via luthier #111

merged 16 commits into from
Mar 19, 2025

Conversation

aatxe
Copy link
Collaborator
@aatxe aatxe commented Mar 19, 2025

We've already hit a wall with git-subrepo in #105 because subrepos interact awfully with submodules. All of this is miserable, and I think we're going to go the way that every mid-sized C++ project with dependencies must go to stay sane: embracing their own bespoke tool. As such, I've replaced the check-in for every dependency here with a foo.tune file in extern that describes the remote source and the tag that we would like to check out, and luthier now has the ability to fetch dependencies. It will do this as part of a configure step, but you can also invoke it directly with the fetch subcommand.

@aatxe aatxe merged commit f5180a6 into primary Mar 19, 2025
3 checks passed
@aatxe aatxe deleted the luthier-improvements branch March 19, 2025 07:36
green-real pushed a commit to green-real/lute that referenced this pull request May 19, 2025
We've already hit a wall with git-subrepo in luau-lang#105 because subrepos
interact awfully with submodules. All of this is miserable, and I think
we're going to go the way that every mid-sized
5C79
 C++ project with
dependencies must go to stay sane: embracing their own bespoke tool. As
such, I've replaced the check-in for every dependency here with a
`foo.tune` file in `extern` that describes the remote source and the tag
that we would like to check out, and `luthier` now has the ability to
fetch dependencies. It will do this as part of a `configure` step, but
you can also invoke it directly with the `fetch` subcommand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0