-
-
Notifications
You must be signed in to change notification settings - Fork 804
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[ux]: compile .vyi
files
#4290
Open
sandbubbles
wants to merge
27
commits into
vyperlang:master
Choose a base branch
from
sandbubbles:feat/compile-solely-vyi
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
fb72306
set is_interface based on the suffix of an input file
sandbubbles 8bc61ed
construct ir_runtime only if input isn't interface
sandbubbles 112c76f
exclude some output formats when compiling interface
sandbubbles fc05efe
add test for interface outputs
sandbubbles e5fc9a7
iterate through all unsupported formats
sandbubbles 328f7fd
tag modules with is_interface
sandbubbles 36c620c
add is_interface tag to ModuleT
sandbubbles d181da1
add is_interface to parse_to_ast_with_settings
sandbubbles 5d4e55b
adjust tests
sandbubbles 6641092
lint
sandbubbles 87bc04e
merge master
sandbubbles 0908bdf
Merge branch 'master' into feat/compile-solely-vyi
sandbubbles afd8f8e
adjust solution due to merge
sandbubbles 8048d4f
reduce a multiline expression
charles-cooper 2651d89
fix mypy
charles-cooper 1134c3a
style: factor out an expression
charles-cooper b582f8f
Merge branch 'master' into feat/compile-solely-vyi
charles-cooper 5cdb2da
Merge branch 'master' into feat/compile-solely-vyi
charles-cooper 324b598
add flags into interface output
sandbubbles 50692a1
add test for presence of flags in interface output
sandbubbles fcfc2ec
lint
sandbubbles 60dddd4
capitalize the first letter but leave the rest the same
sandbubbles 77d62a5
Merge branch 'master' into feat/compile-solely-vyi
sandbubbles 3bf9389
fix flake8 errors
sandbubbles 6806134
Merge branch 'master' into feat/compile-solely-vyi
sandbubbles 5d954d8
remove duplicate list
sandbubbles 49385b7
Merge branch 'master' into feat/compile-solely-vyi
charles-cooper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
would it make sense to use this here? https://github.com/vyperlang/vyper/pull/4290/files#diff-d428d4c971c9f7166899f6f2d3da5e17ca4478d8d371d803e735d6ee36b39d30R49
so we don't have to maintain the list on 2 places