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

Add gno bug subcommand #733

Closed
moul opened this issue Apr 12, 2023 · 2 comments · Fixed by #1325
Closed

Add gno bug subcommand #733

moul opened this issue Apr 12, 2023 · 2 comments · Fixed by #1325
Assignees

Comments

@moul
Copy link
Member

moul commented Apr 12, 2023

Let's create a tool like 'go bug' that checks for environment/context issues and generates markdown to simplify debugging.

Revise issue template and 'CONTRIBUTING.md'; add CI action to ensure master is always working.

@albttx
Copy link
Member

albttx commented Apr 17, 2023

what do you think of gno doctor ?

@moul
Copy link
Member Author

moul commented Apr 19, 2023

Let's start with gno bug as a gno equivalent of go bug.

@moul moul added this to the 🌟 main.gno.land (wanted) milestone Sep 8, 2023
@harry-hov harry-hov self-assigned this Oct 31, 2023
@harry-hov harry-hov mentioned this issue Oct 31, 2023
7 tasks
thehowl added a commit that referenced this issue Feb 29, 2024
Contains initial implementation of `gno bug` command.


![gno-bug](https://github.com/gnolang/gno/assets/37576387/c1357f99-dcfd-4d80-8b54-cd1a0caba12b)

Closes #733 

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Co-authored-by: Manfred Touron <[email protected]>
Co-authored-by: Morgan <[email protected]>
leohhhn pushed a commit to leohhhn/gno that referenced this issue Mar 6, 2024
Contains initial implementation of `gno bug` command.


![gno-bug](https://github.com/gnolang/gno/assets/37576387/c1357f99-dcfd-4d80-8b54-cd1a0caba12b)

Closes gnolang#733 

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Co-authored-by: Manfred Touron <[email protected]>
Co-authored-by: Morgan <[email protected]>
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

Successfully merging a pull request may close this issue.

3 participants