Brice

Results 182 issues of Brice

If a contract is defined like this: ``` (use-trait some-trait .foo.some-trait) ``` Obviously, this is not a useful contract, but it should not be illegal.The repl will panic with something...

bug
good first issue
XS

In the initial implementation of the debugger, it is only enabled when the CLI feature is enabled, which is not true of wasm builds. The debugger implementation should be split...

functional enhancement
icebox

When a public function returns an error, any mutations on the blockchain state from executing the function (and any function that it called during execution) will be aborted. Since the...

One of the biggest challenges for new users is still error messages that are not very helpful or don't point to the right place. The new parser solved this problem...

lsp

It would be nice to be able to set the debugger to break on an event (e.g. print, ft/nft events, etc.).

debugger

It should be possible to step backwards through the code in addition to stepping forwards. DAP already supports this.

debugger

Currently, the events only show up after the execution has completed. It would be much better if they showed in the debug console as they are created.

debugger

The DAP offers the ability to evaluate an expression upon hover that might be useful to support. Note that basic evaluation on hover seems to work already:

debugger

It would be cool if the user could modify the clarity code while in the middle of a debug session and the new code is executed.

debugger