oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
623 stars 64 forks source link

throw 'x' must be a character vector when calling .Internal(iconv(NULL,"","","",TRUE,FALSE)) #43

Closed comicfans closed 5 years ago

comicfans commented 5 years ago

in function iconvlist

    .Internal(iconv(NULL, "", "", "", TRUE, FALSE))

GNU-R output:

NULL

fastR output:

Error: 'x' must be a character vector

this can be triggered by

library(readr)
read_lines('temp.text')
steve-s commented 5 years ago

Hi comicfans,

thanks for the report. Coincidentally fixed in 36a99e60bc7e030f12039962ac857d9c334894b6