Jan Biedermann

Results 165 comments of Jan Biedermann

Just found that node 22 has fs.globSync: https://nodejs.org/docs/latest/api/fs.html#fsglobsyncpattern-options

#2746 provides a rather rubyish implementation of #glob

> What needs to be done to move this forward? To use that now, you may just refer to this branch https://github.com/janbiedermann/opal/tree/raise_platform_foundation in your dependencies. You will get Opal 2.0dev...

No, not all good, it causes issues when using `eval()`, `eval_js()`

Actually not, the issues i hit are caused by a pending promise, a error somewhere else, so still all good.

No, not all good, because the unresolved promise is caused by this change.

For the moment, not queuing code for IRB solves the problem. But this needs further work to enable async code for REPL/IRB.