Tom Jack
Tom Jack
Sometimes, `class-name` is nil, so the regex in `clojure-code?` explodes, hiding the real error. The obvious fix seems to work for me: https://www.refheap.com/paste/03b864ff16c883ca2370f7838
[This example](https://www.refheap.com/14cf45a6b9f1f1fd93f075690/raw) is the simplest reproduction I have found so far.
Hello, I noticed a critical bug in the Pascaligo FA1.2 example contract: ``` unction isAllowed ( const src : address ; const value : amt ; var s : contract_storage)...
This adds another Serialization impl, for the actual enum values (not the enum value descriptors, like ProtobufEnumSerialization). I used reflection to get at the enum classes "valueOf". Since I only...