Saem Ghani

Results 186 comments of Saem Ghani

> The (new?) `nim-gdb` script already gets us part of the way there (unmangled variable names? yay!). Plus, I have yet to try it, but [it appears that nim-gdb can...

I'll have to read it again, but when trying to leverage nimble with the VSCode extension I ran into a few issues and learned some lessons: - the json output...

If the return type is not simply an int, but instead an opaque type that can be queried about the number of items, via accessor of some variety. Then could...

> > If the return type is not simply an int, but instead an opaque type that can be queried about the number of items, via accessor of some variety....

> spawn should return a future handle under the `type FlowVar[T] or void`. Any reason to support `void`, between composition and knowledge of completion even in the `void` case being...

The examples in the body are still wrong, as in those should definitely be type errors; since you're attempting to assign a set to a sequence. The work around is...

> Oh, I forgot about the preceding discussion. Did you want to look into this, @saem? If you already have an idea then please go ahead. FYI, based on your...

Tested in playground, no longer seems to be an issue.

Been staring at this for a bit, not sure how we'd improve the error beyond wording or formatting perhaps, but otherwise the core meaning of it would remain intact as...

> Some thoughts/comments, which may or may not be entirely related to this issue: Thanks for sharing. > * Something the Python and Go standard libraries do is use target-agnostic...