- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compress fused broadcast args by eliminating literals and some (pure)…
… duplicates
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.11.0-rc4
- v1.11.0-rc3
- v1.11.0-rc2
- v1.11.0-rc1
- v1.11.0-beta2
- v1.11.0-beta1
- v1.11.0-alpha2
- v1.11.0-alpha1
- v1.10.8
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.10.0-rc3
- v1.10.0-rc2
- v1.10.0-rc1
- v1.10.0-beta3
- v1.10.0-beta2
- v1.10.0-beta1
- v1.10.0-alpha1
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.9.0-rc3
- v1.9.0-rc2
- v1.9.0-rc1
- v1.9.0-beta4
- v1.9.0-beta3
- v1.9.0-beta2
- v1.9.0-beta1
- v1.9.0-alpha1
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.8.0-rc4
- v1.8.0-rc3
- v1.8.0-rc2
- v1.8.0-rc1
- v1.8.0-beta3
- v1.8.0-beta2
- v1.8.0-beta1
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.7.0-rc3
- v1.7.0-rc2
- v1.7.0-rc1
- v1.7.0-beta4
- v1.7.0-beta3
- v1.7.0-beta2
- v1.7.0-beta1
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.6.0-rc3
- v1.6.0-rc2
- v1.6.0-rc1
- v1.6.0-beta1
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.5.0-rc2
- v1.5.0-rc1
- v1.5.0-beta1
- v1.4.2
- v1.4.1
- v1.4.0
- v1.4.0-rc2
- v1.4.0-rc1
- v1.3.1
- v1.3.0
- v1.3.0-rc5
- v1.3.0-rc4
- v1.3.0-rc3
- v1.3.0-rc2
- v1.3.0-rc1
- v1.3.0-alpha
- v1.2.0
- v1.2.0-rc3
- v1.2.0-rc2
- v1.2.0-rc1
- v1.1.1
- v1.1.0
- v1.1.0-rc2
- v1.1.0-rc1
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-rc1
- v0.7.0
- v0.7.0-rc3
- v0.7.0-rc2
- v0.7.0-rc1
- v0.7.0-beta2
- v0.7.0-beta
- v0.7.0-alpha
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.6.0-rc3
- v0.6.0-rc2
- v0.6.0-rc1
- v0.6.0-pre.beta
- v0.6.0-pre.alpha
- v0.5.2
- v0.5.1
- v0.5.0
- v0.5.0-rc4
- v0.5.0-rc3
- v0.5.0-rc2
- v0.5.0-rc1
- v0.5.0-rc0
Showing
1 changed file
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d8f4b60
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.
I feel like I brought this up a few days ago but am having trouble finding where, this broke the deprecation for
which is supposed to return
at least until the deprecation is removed
d8f4b60
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.
nevermind, found it, #17318 (comment) - my bisect today
may have been inaccuratepointed here though