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

chore: better unknown import error message #1872

Closed
wants to merge 3 commits into from

Conversation

leohhhn
Copy link
Contributor

@leohhhn leohhhn commented Apr 2, 2024

Description

Closes: #1871

This PR adds a suggestion to check the gno.mod file in case of an unknown import error. Most of the time the error happens because gno.mod is not tidy.

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@leohhhn leohhhn changed the title chore: better unknown import message chore: better unknown import error message Apr 2, 2024
@github-actions github-actions bot added the 📦 🤖 gnovm Issues or PRs gnovm related label Apr 2, 2024
@leohhhn leohhhn marked this pull request as draft April 2, 2024 09:28
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
gnovm/pkg/gnolang/preprocess.go 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@leohhhn leohhhn closed this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Status: No status
Development

Successfully merging this pull request may close these issues.

[GnoVM] Suggest gno mod tidy for unknown import
1 participant