This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 465
[sol-meta] Solidity meta compiler #1127
Open
recmo
wants to merge
78
commits into
development
Choose a base branch
from
feature/sol-meta
base: development
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
Conversation
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
recmo
changed the title
[WIP] Solidity meta compiler
[sol-meta][WIP] Solidity meta compiler
Oct 10, 2018
recmo
force-pushed
the
feature/sol-meta
branch
from
October 10, 2018 19:35
e515373
to
02382c1
Compare
recmo
changed the title
[sol-meta][WIP] Solidity meta compiler
[sol-meta] Solidity meta compiler
Nov 30, 2018
LogvinovLeon
approved these changes
Jan 7, 2019
fabioberger
approved these changes
Jan 7, 2019
@recmo Do we still want to merge it? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because no activity occured in 7 days after being marked as stale. If it's still relevant - feel free to reopen. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Compiles Solidity to Solidity allowing you to transform the code in the process. Included transforms will be:
It includes a standalone CLI. Still looking for the best way to integrate into the test process.
Testing instructions
Types of changes
Checklist:
[WIP]
if necessary.[sol-cov] Fixed bug
.