-
Notifications
You must be signed in to change notification settings - Fork 35
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
Ride vm and compiler. #438
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # cmd/node/node.go # pkg/ride/constants.go
…ide_vm_fsm # Conflicts: # go.mod # go.sum # pkg/ride/compiler_test.go # pkg/ride/tree_evaluation.go # pkg/ride/tree_expand_test.go
Makefile
Outdated
@@ -11,7 +11,7 @@ export GO111MODULE=on | |||
|
|||
.PHONY: vendor vetcheck fmtcheck clean build gotest | |||
|
|||
all: vendor vetcheck fmtcheck build gotest mod-clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to skip a package instead of removing fmtcheck at all in case if it's hard to fix style and stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried all possible ways - skip, ignore, fix, upgrade. Nothing helps.
No description provided.