-
-
Notifications
You must be signed in to change notification settings - Fork 587
feat(minifier): implement variadic Math methods in known methods #8783
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
feat(minifier): implement variadic Math methods in known methods #8783
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
21a9c05
to
ef16e27
Compare
CodSpeed Performance ReportMerging #8783 will not alter performanceComparing Summary
|
ef16e27
to
abc84d1
Compare
It is intriguing that the application passes on my Mac but fails in Ubuntu. What happens? |
Maybe this issue is related: rust-lang/rust#83984 |
So we may skip minifying this at present when |
Can we solve this by changing the result to be |
abc84d1
to
42f7235
Compare
It seems that the inelegant approach that manually comparing instead of using |
42f7235
to
aa5f9da
Compare
6893b32
to
6c627df
Compare
aa5f9da
to
fb675a3
Compare
The std is implementing a API apart from min or max that is designed for distinguishing -0.0 and 0.0, but at present, the manually approach may be mandatory. |
Merge activity
|
fb675a3
to
bd67e6b
Compare
bd67e6b
to
5be671d
Compare
5be671d
to
48fb1e0
Compare
No description provided.