Skip to content

Commit

Permalink
Add Value::eval_(c)string, reorganize value module
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaitaaiger committed Nov 8, 2020
1 parent b5f083b commit 039550e
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platform:
# Only GNU is supported
environment:
JULIA_VERSION: 1.5
JULIA_NUM_THREADS: 3
JULIA_DIR: C:\julia
CYGWIN_DIR: C:\cygwin64
matrix:
Expand All @@ -30,7 +31,6 @@ install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin;C:\julia\bin
- set JULIA_NUM_THREADS=3
- rustc -vV
- cargo -vV

Expand Down
2 changes: 2 additions & 0 deletions jl_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ fn main() {
.whitelist_function("jl_alloc_array_1d")
.whitelist_function("jl_alloc_array_2d")
.whitelist_function("jl_alloc_array_3d")
.whitelist_function("jl_alloc_svec")
.whitelist_function("jl_alloc_svec_uninit")
.whitelist_function("jl_apply_array_type")
.whitelist_function("jl_apply_tuple_type_v")
.whitelist_function("jl_apply_type")
Expand Down
Loading

0 comments on commit 039550e

Please sign in to comment.