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

Escaping the error "Method overwriting is not permitted during Module precompilation" with Julia V 1.10 #217

Merged
merged 2 commits into from Mar 21, 2024

Conversation

pascalr0410
Copy link
Contributor

Hello,

This litte PR to avoid the anoying error "Method overwriting ..." error each time you want to use the module

Not very clean but very low footprint and should not break anything.

For beta tester, you could use my repo in place of the official : https://github.com/pascalr0410/MySQL.jl.git

Regards,

Pascal.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 6.25000% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 67.32%. Comparing base (7b75f23) to head (3a241c1).

Files Patch % Lines
src/api/capi.jl 0.00% 8 Missing ⚠️
src/api/ccalls.jl 12.50% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #217      +/-   ##
==========================================
+ Coverage   64.71%   67.32%   +2.61%     
==========================================
  Files          10       10              
  Lines        1125     1160      +35     
==========================================
+ Hits          728      781      +53     
+ Misses        397      379      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks!

@quinnj quinnj merged commit 4d87e05 into JuliaDatabases:main Mar 21, 2024
5 of 6 checks passed
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.

None yet

2 participants