Josh Goebel

Results 1680 comments of Josh Goebel
trafficstars

I assume you're hacking the CLI though since this stuff doesn't work out of the box? ```cpp // TODO: This isn't currently used, but probably will be when package imports...

> The first option is impossible because it requires reentrancy. Ah, duh. Right. > The second option is not an option because it involves implementation details. I assume that you're...

> expose a wrenGetCurrentFiber() method in the API (because it's useful for schedulers in general). **I would agree.** That was going to be my next question/suggestion. :) Until then we...

This looks fair to me unless we're going to start having different tests for different platforms...

Where can I find the docs?

https://github.com/wren-lang/wren/pull/992 Not sure if anything else is missing?

> Redirections like these Like which? Are there other redirections that do work? --- I'm on Mac OS and both 0.3.0 and latest main work just fine for me when...

@busterwood Could you confirm if this is still an issue with the latest code in `main` and let us know which platform you're seeing the issue on?

What should the correct behavior here be with regards to `readLine` then? It seems there is a conflict... if you read a single byte of a 4 byte UTF-8... what...

One idea would be for readByte to have a mini-buffer of it's own... such that readByte always pulls a full UTF-8 character off the buffer and then subsequent calls returns...