embedding issues #21137
Labels
building
Build system, or building Julia or its dependencies
embedding
Embedding Julia using the C API
regression
Regression in behavior compared to a previous version
Milestone
Trying to run the embedding example I'm hitting a number of issues. Some I can fix myself (in an upcoming PR) but others I'll need help with:
make
givesjl_show
call in embedding.c to fail. Addingjl_get_ptls_states()->world_age = jl_world_counter;
tojl_init
fixes it, but I wouldn't expect that to be necessary. Where should this initialization happen?These I can fix unless there are objections:
jl_init
is broken.The text was updated successfully, but these errors were encountered: