-
Notifications
You must be signed in to change notification settings - Fork 3
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
449 simplify kmir types #450
449 simplify kmir types #450
Conversation
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 couldn't see if this shows in the .dot
files, but maybe we could go through that in a meeting with the whole team.
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.
@jberthold Did you mean to commit the binaries? I feel we generally would not commit them, but I don't think it's a big deal or anything.
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.
Sorry, that was a mistake when adding files. these are Linux binaries, rust compilation output from debugging
AllocBytes
sort fromAllocation
, replacing it byMIRBytes
group(mir-bytes)
: an array of eitherint
ornull
is parsed into a byte string token (b"..."
)ProvenanceMapEntry
into a data structure rather than a list of twoInt
FIXME
commentsFixes #449