Joshua Batty
Joshua Batty
Have just been playing around locally with this and it feels really great! Just had a thought, would it be possible to print a message to the debug console saying...
We need source mapping to show the line number of the assertion. This `Error: Some tests failed.` should be removed.
We probably need to use ECALL opcode for this.
It requires encoding from the compiler to log any sort of data that you pass into dbg!
It would be worth providing some examples of what log can currently do and outline the extra features the rust dbg lib has that we currently do not support.
Nice this will be handy. Just wondering if we should filter this job to run only if code in `sway-core` of `sway-lsp` was changed so it doesn't become noisy. ```...
So I took a look into this. Originally I thought we could use the `file!()` macro but then we are back to square one with not being able to have...
Closing, not high priority.
Hi @diyahir can you please provide information about the version of `forc-lsp` you are using?
Thanks @diyahir. Really appreciate the video as well. It seems like there are a few things going on here. When you save, the formatter is taking a _very_ long time...