Emily Pillmore

Results 37 issues of Emily Pillmore

``` /Users/emilypi/kadena/chainweb-node/pact/coin-contract/coin.repl:239:0: Internal error, interface found in call stack: (interface fungible-v1) at /Users/emilypi/kadena/chainweb-node/pact/coin-contract/coin.pact:300:21: Internal error, interface found in call stack: (interface fungible-v1) at /Users/emilypi/kadena/chainweb-node/pact/coin-contract/coin.pact:300:4: (with-capability ((defcap fungible-v1.TRANSFER: (sender:string r... [((defun...

The following errors are returned, and verification fails where before it succeeded: ``` coin.pact:322:23:Warning: *** Data.SBV: Unexpected non-success response from Z3: *** *** Sent : (set-option :model.inline_def true ) ***...

FV

Example: ``` pact> (module m g (defcap g () true) (defschema schema x:string) (defun f (obj:object{schema} k:bool j:integer) (= 1 1)) ) "Loaded module m, hash 5t7d6lIdsXH4BWmWAHYSiwcoTSILwU44rHi6m1eX2os" pact> (use m)...

bug

Via @mightybyte ![image](https://user-images.githubusercontent.com/10459342/63626363-ca55c980-c5d0-11e9-8ce0-1cd88e30dcd2.png) The following message is opaque and doesn't give the user any indication of which key was "empty". This needs to be improved.

bug