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

Save and restore function attributes across optimization. #438

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Apr 28, 2023

Fixes #437 on versions of Julia that don't have JuliaLang/julia#49551.

@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06 🎉

Comparison is base (d5086fb) 87.08% compared to head (10f107d) 87.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
+ Coverage   87.08%   87.15%   +0.06%     
==========================================
  Files          24       24              
  Lines        2943     2958      +15     
==========================================
+ Hits         2563     2578      +15     
  Misses        380      380              
Impacted Files Coverage Δ
src/optim.jl 84.25% <100.00%> (+1.17%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit 3e8e99f into master Apr 28, 2023
@maleadt maleadt deleted the tb/attributes branch April 28, 2023 14:19
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.

llvmcall attributes are lost
1 participant