Fabio Niephaus

Results 129 issues of Fabio Niephaus

See http://forum.world.st/Errors-in-AQMEIO-cpp-AudioQueueObject-cpp-on-OS-X-10-9-5-td4899728.html

bug
help wanted
macOS

# Updated on 2022/03/22: Apple M1 support for [@GraalVM](https://twitter.com/graalvm) Native Image, libgraal, JavaScript, and Espresso [has landed](https://github.com/oracle/graal/issues/2666#issuecomment-1074884020)! 🎉🚀 M1 support for Ruby has also landed now. You can now grab...

feature
platform-darwin

This PR adds GraalSqueak via GraalVM CE 1.0.0 RC16. *WIP, do not merge...*

Repro: `R -e 'install.packages("ggplot2")'` Here's the error: ``` installing to /Users/fniephaus/bin/graalvm-ce-java11-21.1.0/Contents/Home/languages/R/library/00LOCK-mgcv/00new/mgcv/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading Error in polyglot evaluation :...

bug

#### Repro ```bash R -e 'install.packages("ggplot2")' ``` #### Workaround Use an older version of XCode (e.g. 11.5): ```bash sudo xcode-select --switch /Applications/Xcode\ 11.5.app ``` #### Log ``` * installing *source*...

bug

#### Repro ```R R -e 'import("doesNotExist")' ``` *Tested with GraalVM-CE-Java11-20.3.0 on macOS Big Sur.* #### Error log ``` Sun Jan 03 12:57:43 CET 2021 java.lang.NullPointerException at org.graalvm.truffle/com.oracle.truffle.polyglot.EngineAccessor$EngineImpl.importSymbol(EngineAccessor.java:578) at org.graalvm.truffle/com.oracle.truffle.api.TruffleLanguage$Env.importSymbol(TruffleLanguage.java:2033) at...

bug

Especially `$(MAKE)` was not escaped, so building gnur failed because the path to Xcode contained a space (had to download an older version of XCode and renamed the app to...

oca-signed

#### Repro session ```bash $ ./R --polyglot --R.PrintErrorStacktracesToFile R version 3.6.1 (FastR) ... Type 'q()' to quit R. > func lapply(seq(from=0, to=4), func) An internal error occurred: "java.lang.ClassCastException: class com.oracle.truffle.js.runtime.builtins.JSFunctionObject$Unbound...

bug

I'm experimenting with some polyglot data analyses and for that, I'm move different arrays between Truffle languages. When I import a Ruby string in Python and JavaScript, it behaves just...

polyglot