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

Improve inferrability of setproperty!! #227

Merged
merged 1 commit into from
Feb 26, 2022
Merged

Improve inferrability of setproperty!! #227

merged 1 commit into from
Feb 26, 2022

Conversation

tkf
Copy link
Member

@tkf tkf commented Feb 26, 2022

Let's help the inference until name is lifted to the type domain.
Adding @inline to the old implementation was enough. But it's better
to use the constructor directly to relying another constprop.

close #226

Let's help the inference until `name` is lifted to the type domain.
Adding `@inline` to the old implementation was enough.  But it's better
to use the constructor directly to relying another constprop.
@tkf tkf enabled auto-merge (squash) February 26, 2022 04:06
@codecov
Copy link

codecov bot commented Feb 26, 2022

Codecov Report

Merging #227 (9b968fb) into master (ef8c6d6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   91.41%   91.41%           
=======================================
  Files          23       23           
  Lines         536      536           
=======================================
  Hits          490      490           
  Misses         46       46           
Flag Coverage Δ
unittests 91.41% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/base.jl 84.37% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef8c6d6...9b968fb. Read the comment docs.

@tkf tkf merged commit 162dcca into master Feb 26, 2022
@tkf tkf deleted the setproperty-inf branch February 26, 2022 04:14
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.

setproperty!! dynamic dispatch
1 participant