-
Notifications
You must be signed in to change notification settings - Fork 375
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
feat: precompile imports and fix gnodev test
#431
Merged
Merged
Commits on Jan 9, 2023
-
Support precompiling imports automatically
Now `gnodev precompile` and `gnodev test --precompile` support precompiling imports of the input file or package. - `gnodev precompile`: It is enabled by default. You need to pass addition flag `--skip-imports` to disable it. - `gnodev test --precompile` precompile imports automatically. Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 15d9f16 - Browse repository at this point
Copy the full SHA 15d9f16View commit details -
Create temporary go.mod for gnodev test
Fix error `cannot find package...` while running `gnodev test` by creating temporary go.mod file in the temporary root directory. Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for b1e5e56 - Browse repository at this point
Copy the full SHA b1e5e56View commit details -
Try to find the nearest go.mod file, run `go build` in the same folder. Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 493351d - Browse repository at this point
Copy the full SHA 493351dView commit details -
stdshim: replace gen.go files with gno files
Currently, `stdlibs/stdshim` contains generated `*.gen.go` files. While other packages in the stdlibs contains `*.gno` files. Lets replace generated files with `*.gno` files. Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 541dc85 - Browse repository at this point
Copy the full SHA 541dc85View commit details -
Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 173897d - Browse repository at this point
Copy the full SHA 173897dView commit details
Commits on Jan 10, 2023
-
Signed-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 2ef8dce - Browse repository at this point
Copy the full SHA 2ef8dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2385888 - Browse repository at this point
Copy the full SHA 2385888View commit details -
unexport
precompileOptions
methodsSigned-off-by: Hariom Verma <hariom.verma@tendermint.com>
Configuration menu - View commit details
-
Copy full SHA for 3537963 - Browse repository at this point
Copy the full SHA 3537963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391aabf - Browse repository at this point
Copy the full SHA 391aabfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.