Skip to content
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

gno mod publish, and automatic loading of examples/* on gnoland's startup #743

Open
moul opened this issue Apr 14, 2023 · 1 comment
Open
Assignees

Comments

@moul
Copy link
Member

moul commented Apr 14, 2023

(gno mod publish or better name; publish "means smart upsert in the good order").

This tool should allow developers to don't have to think about the order of publication of a suite of packages (dependency tree).
Then, this tool should not only publish but check if the packages are already published, and at the same version.

gno mod publish --dry-run ./... could just generate the publication order to avoid chicken-egg problems.


Bonus: call this helper from gno.land/cmd/gnoland/main.go to automatically import the whole examples/ folder instead of having a manual slice.

PS: you can start with the bonus, and create the gno mod publish for everyone, later.

@moul
Copy link
Member Author

moul commented Apr 17, 2023

Related with #694

cc @ilgooz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🌟 Wanted for Launch
Development

No branches or pull requests

2 participants