-
-
I'm not sure why language IDs are currently case-sensitive, but I think making them case-insensitive would increase usability (`Polyglot.eval("python", "1")` vs. `Polyglot.eval("Python", "1")`). Moreo…
-
This is the error I got when I tried to run run_fastR on just one of the files for "3 Initiative-E" tab as well
`> fast
-
** package ‘sys’ successfully unpacked and MD5 sums checked
Checking for AppArmor... (Linux)
Using PKG_CFLAGS=
Using PKG_LIBS=-lapparmor
Looks like AppArmor is not installed.
To install AppArmor,…
-
I'm having an issue with the below code, running `run_fastR()` on all the files. Some non-standardization is messing with this. Need to investigate later today. (has worked so far on a few one off fil…
-
I'm using graal/fastr 1.0.0 rc11
install.packages('RcppParallel')
Installing package into ‘/b/b/e/fastr/library’
(as ‘lib’ is unspecified)
Content type 'application/octet-stream' length 12…
-
It seems that `Shelter` may call `UNPROTECT` with higher `n` than the number of `PROTECT` calls it issued because it increments the `nprotected` member even for `NILSXP`s, which are however ignored in…
-
with GNU-R
> as.Date('2017-02-29')
Error in charToDate(x) :
character string is not in a standard unambiguous format
with fastr
> as.Date('2017-02-29')
[1] "2017-02-28"
>
-
GNU-R
>apply(array(NA,dim=c(2,1)), 2 ,tcrossprod)
[,1]
[1,] NA
[2,] NA
[3,] NA
[4,] NA
fastR
> apply(array(NA,dim=c(2,1)), 2 ,tcrossprod)
Error in tcrossprod(x, y) : non-confor…
-
To my knowledge, fastr is the only Truffle language that uses a capital letter as language ID. Example:
```bash
$ gu available
Downloading: Component catalog
ComponentId Version …