Joel

Results 96 comments of Joel

I didn't realize anyone was waiting on that particular feature on the roadmap, sorry about that! I started implementing it upon seeing this conversation. It shouldn't take more than a...

I've created a [release candidate](https://github.com/goatshriek/ruby-dragon/releases/tag/v1.3.0-rc.1) with a functioning JShell interpreter. I encourage anyone interested to install it and kick the tires. Non-abusive feedback is welcome, either here or in the...

Currently I am explicitly providing those variables only. I hadn't considered an instance of the flat api though, and that would make a lot more sense to me to provide...

I've also made some tweaks to remove formatting changes of lines that were not necessary for this fix.

I took another look at this now that I'm 6 months wiser, and I was able to get something working that suits my needs. The crux of my problem was...

Sure, I will leave it open in hopes that they will get to it at some point. The lack of any sort of response in over a year is not...

@northernSage Absolutely no pressure, but just want to check in to see if you're still planning to work this? No worries if not, I will return it to the pool...

No worries, completely understand! Good luck getting things back in line!

The previous comment was deleted as irrelevant spam. @abhakta-47 that's a great question, the current implementation doesn't support this. You'll need to modify the signature of the function to also...

For testing, look at the test suites in the `test/function/target/stream.cpp` file, which is where you would add your test code. To test it visually you can modify some of the...