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

fix(gnomod): only precompile if .gno file #752

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

harry-hov
Copy link
Contributor

Description

The current implementation of gnomod assumes that a pkg exclusively contains .gno files. It clear from PR #740 that a pkg can also contain other files such as gno.mod, README.md and LICENSE. This can result in unexpected errors when attempting to precompile non-gno files.

Fixed it.

@harry-hov harry-hov requested a review from a team as a code owner April 18, 2023 18:40
@harry-hov harry-hov self-assigned this Apr 18, 2023
@harry-hov harry-hov merged commit 4e69657 into gnolang:master Apr 19, 2023
41 checks passed
peter7891 pushed a commit that referenced this pull request May 9, 2023
@moul moul mentioned this pull request May 12, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants