-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
need Math.abs #700
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-not-planned
Closed as we don't intend to take action on the reported issue
Comments
This comment was originally written by @jpedrosa Look no further than http://www.dartlang.org/docs/api/num.html#num::num Some of those methods are now part of the corresponding data types. |
This comment was originally written by [email protected] Oh, I see it. Yes, I think that's fine, we don't need it on Math then. I'll resolve the bug. Added WontFix label. |
DartBot
added
Type-Defect
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
labels
Dec 5, 2011
kevmoo
added
closed-not-planned
Closed as we don't intend to take action on the reported issue
and removed
resolution-wont_fix
labels
Mar 1, 2016
copybara-service bot
pushed a commit
that referenced
this issue
Jun 1, 2022
Changes: ``` > git log --format="%C(auto) %h %s" 2c9b418..2993ea5 https://dart.googlesource.com/http.git/+/2993ea5 Implement the ability to run a particular Client implementation in a Zone (#697) https://dart.googlesource.com/http.git/+/fa0af10 Fix head, get, post, etc. links in Client docs (#703) https://dart.googlesource.com/http.git/+/6b3e3f3 Use spawnHybrid for the stub server (#700) https://dart.googlesource.com/http.git/+/74a4371 Separate the `post` description for "String" (#695) https://dart.googlesource.com/http.git/+/87d4379 Switch from homepage to repository in pubspec (#687) ``` Diff: https://dart.googlesource.com/http.git/+/2c9b418f5086f999c150d18172d2eec1f963de7b~..2993ea5dff5ffb066b4a35c707e7a2b8dcfa17c2/ Change-Id: I121641dc9f75d8ccb6d62fd9baec20b951bdbcde Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246761 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Nate Bosch <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Jul 7, 2022
…ions) https://dart.googlesource.com/protobuf/+log/585878516d90..7b20134b5609 2022-07-07 [email protected] compile_benchmarks.dart: Remove a redundant clone 2022-07-07 [email protected] Merge protobuf_benchmarks and query_benchmark (#698) 2022-07-07 [email protected] Remove invalid Dart 2 tests (#700) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-protobuf-dart-sdk Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: [email protected] Change-Id: Ic6c9b47ac393a211b45a5ee5321cbfb0bfc1e05b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250821 Commit-Queue: Nate Bosch <[email protected]> Reviewed-by: Nate Bosch <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-not-planned
Closed as we don't intend to take action on the reported issue
This issue was originally filed by [email protected]
Math.abs (absolute value) seems to be missing from Math.dart in corelib.
The text was updated successfully, but these errors were encountered: