-
Notifications
You must be signed in to change notification settings - Fork 51
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
update to JuliaLang/julia#44389 #303
Conversation
Codecov Report
@@ Coverage Diff @@
## master #303 +/- ##
==========================================
+ Coverage 85.53% 85.55% +0.01%
==========================================
Files 22 22
Lines 2102 2271 +169
==========================================
+ Hits 1798 1943 +145
- Misses 304 328 +24
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise!
d8df39f
to
776cbd5
Compare
JuliaLang/julia#44389 removed `method_table(::AbstractInterpreter, ::InferenceState)` interface, and now we should overload `method_table(::AbstractInterpreter)` instead.
Failure to install SPIRV translator should be resolved once JuliaPackaging/Yggdrasil#4291 lands and is tagged. |
I'm pretty sure this caused the following:
I guess we were still using the internal method table in some places, as we didn't implement one of the |
|
Awesome, thanks! |
JuliaLang/julia#44389 removed
method_table(::AbstractInterpreter, ::InferenceState)
interface,and now we should overload
method_table(::AbstractInterpreter)
instead.