-
Notifications
You must be signed in to change notification settings - Fork 471
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
Cap old JET.jl versions to Julia < 1.11, and cap all JET.jl versions to LoweredCodeUtils < v2.4 #104590
Conversation
Is this a duplicate of #104587 . Feel free to close that one in favor of this one. |
I think this is also an issue. The upper bound should be
|
So the upper bound should be LoweredCodeUtils v2.3.0? |
And to which JET versions should this bound be applied? The same versions, i.e. JET < v0.8.28? |
@mkitti Is this strictly less than LoweredCodeUtils v2.3.0, or less than or equal to LoweredCodeUtils v2.3.0? |
All current JET versions are only compatible with LoweredCodeUtils 2.3 or earlier as far as I understand. See the comment here: |
Are they compatible with all LoweredCodeUtils 2.3.x? If yes, then I'll do LoweredCodeUtils < 2.4.0, right? |
07014fa
to
37cbc51
Compare
…to LoweredCodeUtils < v2.4
37cbc51
to
fff1059
Compare
cc: @aviatesk |
@mkitti Can you do another review of this? |
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.
These changes look good to me, but I do not know how to test the changes. Let me see if I can figure that out.
xref: #104585 (comment) from aviatesk
|
@giordano or @fredrikekre , do you have any thoughts on this pull request? |
Let's try it out. We can revert if needed. |
Fixes #104585
This PR applies the following retroactive caps:
Script to generate this PR
Here is the script I used to generate this PR: (click to expand)
I ran the script with the following Julia version and RegistryTools version: (click to expand)