-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
inference: fix fieldtype tfunc design #31670
Conversation
@ararslan , @JeffBezanson : Could this be backported to the upcoming v1.1.1 as well? Or is it too late for that? |
Should be safe to backport, along with #31848. |
1.1.1 is too far in the release process to add anything to. |
Yes, 1.1.1 is frozen; it is effectively finished and will be tagged within a few days. |
Sure, I understand, no worries. |
Would be the a backport candidate for the next Julia LTS release, when the time comes (1.0.x or 1.1.x)? |
There likely won't be any more 1.1.x releases, but the change will be in 1.2.0. (Indeed it should already be present in the release candidate.) As for 1.0.x, I see no reason not to backport it. |
Thanks for the info, @ararslan! An eventual backport to 1.0.x would be nice (and I get that 1.1 can't be maintained long term, with 1.2 and 1.3 in the pipeline). Oh, and yes, we had no more trouble with this since v1.2-rc2. |
fix #31666 and add some tests for nothrow computation