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

use IR_FLAG_REFINED rather than extra_reprocess to rerun inference #163

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

oxinabox
Copy link
Member

This fixes up against recent changes in Julia nightly.

We actually need to stop marking things by setting type to any and start setting this flag at insert time.
But I will make that change in a follow up PR.
This can go in first, and it will unblock other things

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (6eac9b2) 51.70% compared to head (7251e9b) 51.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
- Coverage   51.70%   51.68%   -0.02%     
==========================================
  Files          27       27              
  Lines        2694     2693       -1     
==========================================
- Hits         1393     1392       -1     
  Misses       1301     1301              
Impacted Files Coverage Δ
src/codegen/forward_demand.jl 38.24% <100.00%> (-0.29%) ⬇️

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

@Keno Keno merged commit 10cef62 into main Jun 15, 2023
@oscardssmith oscardssmith deleted the ox/refined1 branch June 15, 2023 05: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.

2 participants