Stream: helpdesk (published)

Topic: embedding julia 1.6.0


view this post on Zulip Maarten (Apr 07 2021 at 11:35):

I'm trying to solve https://github.com/jebej/Mex.jl/issues/6 . To embed julia in matlab, it appears you need to turn of signal handling. In 1.6, some things got seperated out into libjulia-internal, of which I can find no documentation. The name suggests that this is done on purpose, and one shouldn't really link into it.

What is the proper way to turn off signal handling when embedding julia now?


Last updated: Oct 02 2023 at 04:34 UTC