0kenx

Results 26 comments of 0kenx

Just use a repo with 40 randomly generated Tact contracts, and let me know if you run into this issue when you compile all of them at once.

this bug is node related and does not come from blueprint, closing

I would like to take on this task. Estimated time is 4 weeks.

The only problem I have with using `|` is that, in many languages with sum types, `|` is either straight away commutative, or implementation details are hidden well enough so...

Yup, but serializing type X in `Either X Y` would result in 0b0xxxxxxxx, and serializing X in `Either Y X` would result in 0b1xxxxxxxx. If people take the type from...

I can fix this single instance, but I believe a more systematic review of the codegen is necessary.