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

Delete precomp files when rebuilding #86

Merged
merged 3 commits into from
Jun 22, 2021
Merged

Delete precomp files when rebuilding #86

merged 3 commits into from
Jun 22, 2021

Conversation

ugexe
Copy link
Collaborator

@ugexe ugexe commented Jun 22, 2021

When updating a native library that an existing precompiled raku module uses there will still be references to the old (now non-existing) native library. This change works around the issue by deleting the precomp files as part of its build step. This helps work around #82

When updating a native library that an existing precompiled raku
module uses there will still be references to the old (now non-
existing) native library. This change works around the issue by
deleting the precomp files as part of its build step.
Since this distribution is no longer dependency free it makes sense
to use JSON::Fast instead of relying on rakudo specific
implementation details.
@ugexe ugexe closed this Jun 22, 2021
@ugexe ugexe reopened this Jun 22, 2021
@ugexe ugexe merged commit 53235c4 into master Jun 22, 2021
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.

1 participant