Stepan Sindelar

Results 116 comments of Stepan Sindelar

Hello, @fangerer managed to reproduce the issue and it seems the immediate cause is the `-fvisibility=hidden`. It is not clear to us, why this causes the problem and we'll need...

Hello Rodrigo, thank you for the report. It seems that this is fixed in the master. Next RC will be published soon. Please re-open if you can still reproduce in...

Hello Rodrigo, it seems that the issue may be in this piece of code: ``` > stats:::format_perc(0.1) [1] "10%" ``` can you try running it on your system?

I suspect that this is going to be due to `mlr` declaring `data.table` dependency with version requirement (>=`1.12.4`), but the data.table fork we patched to work with FastR is of...

Hello Rodrigo, thank you for the report. This issue happens when the R code sends TruffleRuby object to the native code of the `rlang` package. That is something we haven't...

Hello Alain, the GraalVM Language Compatibility in the case of R does not always give the correct impression. As you discovered yourself installing some packages is a non trivial endeavor...

Hello, thank you for reaching to us. The list of unimplemented built-ins is not up to date (and we should fix that). However, we only use it to check if...

> Does that mean that it about writing a kind of wrapper class around that LapackRFFI.DlangeNode? Yes. `DlangeNode` calls into the Lapack routine, which is piece of code unaware of...

Hello Rodrigo, thank you for reporting this issue. It seems that your example reveals several problems. The printing of `[polyglot value]` is definitely wrong. It seems to be fixed in...

Hello Rodrigo, thank you for sharing the details with us. As I wrote earlier properly fixing the root cause of this is going to be complex change and will take...