Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger fresh precompilation when .so changes #357

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

fingolfin
Copy link
Contributor

Whenever the shared module with C++ code changes, this can mean that
functions or types were added/changed/removed. Forgetting to trigger a
precompilation can cause weird bugs during development. So let's just do
this automatically.

Whenever the shared module with C++ code changes, this can mean that
functions or types were added/changed/removed. Forgetting to trigger a
precompilation can cause weird bugs during development. So let's just do
this automatically.
@barche barche merged commit ba61c84 into JuliaInterop:main Apr 19, 2023
@fingolfin fingolfin deleted the mh/track-changes branch April 20, 2023 12:13
@fingolfin fingolfin mentioned this pull request Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants