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

make call to get IR object more direct #112

Closed
wants to merge 1 commit into from

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Apr 25, 2023

Avoids the world age problem with code_lowered

Avoids the world age problem with `code_lowered`
@vtjnash
Copy link
Contributor Author

vtjnash commented Apr 25, 2023

@IanButterworth

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (62d5f42) 74.98% compared to head (42c3e43) 74.98%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   74.98%   74.98%           
=======================================
  Files          15       15           
  Lines        1419     1419           
=======================================
  Hits         1064     1064           
  Misses        355      355           
Impacted Files Coverage Δ
src/eval.jl 94.11% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

IanButterworth added a commit to IanButterworth/IRTools.jl that referenced this pull request Apr 26, 2023
Co-Authored-By: Jameson Nash <vtjnash+github@gmail.com>
@IanButterworth
Copy link
Contributor

Fixes #111

CarloLucibello pushed a commit that referenced this pull request May 10, 2023
* fix replace_code_newstyle! on 1.10

* fix from #112

Co-Authored-By: Jameson Nash <vtjnash+github@gmail.com>

* add world to get_staged

* try some types

* fix older get_staged

* only set slotypes on 1.10

* initialize slottypes as a Vector{Any} if nothing

* Adapt to change in generated functions.

Co-Authored-By: Tim Besard <383068+maleadt@users.noreply.github.com>

* unmark test as broken on julia v1.10

* No need to use the generated world when constructing from IR.

* Spoof the current world to make dynamos work without a breaking API change.

* Fix typo.

* Don't copy slottypes if they aren't set.

* Re-mark test broken.

* Generate stub for every non-CI.

---------

Co-authored-by: Jameson Nash <vtjnash+github@gmail.com>
Co-authored-by: Tim Besard <383068+maleadt@users.noreply.github.com>
Co-authored-by: Tim Besard <tim.besard@gmail.com>
@maleadt
Copy link
Contributor

maleadt commented May 10, 2023

This is included in #109.

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

5 participants