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

Fix World Age Problem with Generated Functions #123

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Conversation

pulsipher
Copy link
Collaborator

The new parameter function workflow that sometimes generates new functions to handle extra arguments can run into world age problems. This fixes that.

@pulsipher pulsipher added the bug Something isn't working label Apr 20, 2021
@pulsipher pulsipher added this to the v0.4.0 milestone Apr 20, 2021
@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@ffa3b53). Click here to learn what that means.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #123   +/-   ##
=========================================
  Coverage          ?   99.92%           
=========================================
  Files             ?       33           
  Lines             ?     6607           
  Branches          ?        0           
=========================================
  Hits              ?     6602           
  Misses            ?        5           
  Partials          ?        0           
Impacted Files Coverage Δ
src/InfiniteOpt.jl 100.00% <ø> (ø)
src/TranscriptionOpt/model.jl 100.00% <100.00%> (ø)
src/expressions.jl 100.00% <100.00%> (ø)
src/general_variables.jl 99.39% <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 ffa3b53...0cd2a4d. Read the comment docs.

@pulsipher pulsipher merged commit 7b9f3ad into master Apr 20, 2021
@pulsipher pulsipher deleted the gen_func_fix branch April 20, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant