-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add missing non-method ops (typer layer) #347
Merged
Merged
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
greenhat
force-pushed
the
i324-typer-layer
branch
3 times, most recently
from
December 31, 2018 11:04
4ca8ea5
to
a3ea5b2
Compare
greenhat
commented
Jan 2, 2019
ergomorphic
requested changes
Jan 4, 2019
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.
See comments
greenhat
force-pushed
the
i324-typer-layer
branch
2 times, most recently
from
January 4, 2019 13:29
d859ad9
to
84899c9
Compare
11 tasks
greenhat
force-pushed
the
i324-typer-layer
branch
from
January 14, 2019 17:48
cb2adaa
to
0505f66
Compare
greenhat
added
S-ready-for-merge
Status: This PR is ready for merge
and removed
S-wip
Status: Work in progress
labels
Jan 15, 2019
aslesarenko
requested changes
Jan 15, 2019
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.
LGTM, but please see comments
greenhat
force-pushed
the
i324-typer-layer
branch
from
January 16, 2019 14:44
8137aec
to
1bce5f1
Compare
add/test (red) outerJoin in typer; fixed types in outerJoin predef sig; add handling Ident in ApplyTypes in typer; add PredefinedFuncRegistry and use it in typer;
remove allOf case in CompiletimeCosting;
…on't leak builder into ergo);
convert atLeast to PredefinedFunc; change irBuilder to be PartialFunction; switch SigmaCompilerTest to the new pipeline (with costing); convert ZKProof to PredefinedFunc; convert sigmaProp to PredefinedFunc; convert getVar to PredefinedFunc; add downcast to byte for getVar id constant value in typer; convert PK to PredefinedFunc and move evaluation to binder; remove sigmastate compiler from RuntimeCosting; add detailed error on decoding ergo address with wrong network prefix; convert deserialize to PredefinedFunc;
…ng to typer; remove ir node building (PredefinedFunc's unwrap) from binder (handled in typer); remove StringConcat ir node (and free up it's op code); convert fromBaseX to PredefinedFunc's;
convert sha256 to PredefinedFunc; convert byteArrayToBigInt, byteArrayToLong, decodePoint to PredefinedFunc; make network prefix required in compiler; convert longToByteArray to PredefinedFunc; convert proveDHTuple to PredefinedFunc;
convert isMember to PredefinedFunc; convert treeLookup to PredefinedFunc; convert treeModifications to PredefinedFunc; convert xorOf to PredefinedFunc; convert substConstants to PredefinedFunc; remove predefinedEnv in SigmaPredef; add executeFromVar to SigmaPredef;
BitOr, BitAnd, BitXor and numeric bit shift ops to typer; formatting;
greenhat
force-pushed
the
i324-typer-layer
branch
from
January 17, 2019 14:38
1bce5f1
to
c83ce4c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#324
Close #349
Todo:
PredefinedFunc
;