Updating commit report

This commit is contained in:
Shane F. Carr 2020-10-07 12:15:49 -05:00
parent 5d20f53e62
commit 2d72c68097

View file

@ -7,7 +7,7 @@ Commit Report
=============
Environment:
- Latest Commit: a84fdd0e903fb20acd93ed186a0da4c0c071a0e6
- Latest Commit: 5de5cabfb06970d543e2b8f06959489ebd5810f8
- Jira Query: project=ICU AND fixVersion=68.1
- Rev Range: release-67-1..origin/master
- Authenticated: Yes
@ -16,13 +16,19 @@ Environment:
### Closed Issues with No Commit
Tip: Tickets with type 'Task' or 'User Guide' or resolution 'Fixed by Other Ticket' are ignored.
*Success: No problems in this category!*
- ICU-21070: `The Locale Explorer Help page still has the IBM logo`
- Assigned to Steven R. Loomis
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-21070
### Closed Issues with Illegal Resolution or Commit
Tip: Fixed tickets should have resolution 'Fixed by Other Ticket' or 'Fixed'.
Duplicate tickets should have their fixVersion tag removed.
Tickets with resolution 'Fixed by Other Ticket' are not allowed to have commits.
*Success: No problems in this category!*
- ICU-21070: `The Locale Explorer Help page still has the IBM logo`
- Assigned to Steven R. Loomis
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-21070
### Commits without Jira Issue Tag
Tip: If you see your name here, make sure to label your commits correctly in the future.
@ -45,136 +51,28 @@ Tip: Check that these tickets have the correct fixVersion tag.
- Committed at 2020-06-18T03:15:42+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/8e2651828a1177495e0d252bb9eddf7c64500703
#### Issue ICU-21142
#### Issue ICU-21270
- ICU-21142: `Allow other tools to utilize the CLDR API in ICU`
- No assignee!
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-21142
- ICU-21270: `test failure with "fr" plural rules case "many": computeLimited == isLimited`
- Assigned to Elango Cheran
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-21270
##### Commits with Issue ICU-21142
##### Commits with Issue ICU-21270
- 17f889b `ICU-21142 Hopefully fixing the install script (bash only)`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-22T19:46:32+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/17f889bd0e2f5a23a8539febbacac872740024d6
- 6700602 `ICU-21270 Support exponent in FixedDecimal and samples in C++`
- Authored by Elango Cheran <elango@unicode.org>
- Committed at 2020-10-02T09:21:29-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/6700602974c0a7ece4c2adced6629010dd1f7bc1
- 3b17a49 `ICU-21142 Improving Maven handling of CLDR API Jar file for new tools.`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-19T14:03:36+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/3b17a492be7d54b47768c4ab9815754987e7805f
- 56bb01b `ICU-21142 Moving CLDR jar file to common location`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-04T12:26:57+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/56bb01ba84f072ac38e9fdea4abdfb13bdd7c906
- 4723001 `ICU-21270 Update FixedDecimal in Java to support exponent`
- Authored by Elango Cheran <elango@unicode.org>
- Committed at 2020-09-22T21:16:12-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/47230019c6e43f5924ca3325aaea3492cfa96a69
### Commits with Open Jira Issue
Tip: Consider closing the ticket if it is fixed.
#### Issue ICU-20568
- ICU-20568: `Support smart units / unit contexts / preferences`
- Assigned to Younies Mahmoud
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-20568
##### Commits with Issue ICU-20568
- 9cb611d `ICU-20568 Improve negative measure handling for mixed units`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-10-01T00:12:09+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/9cb611d09f82e77a5001f6329de532ef918574c9
- 81d43a2 `ICU-20568 Fix "1 foot 12 inches" behaviour`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-23T08:10:22+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/81d43a2092b9212059aa8bd0da8ade6654329fbc
- e3bb5e5 `ICU-20568 Add .unit().usage() support to ICU4J NumberFormatter (2/2)`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-19T01:31:08+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/e3bb5e5f0728bae0c941765f92175eb8c8cb2217
- 7ba2b48 `ICU-20568 Add .unit().usage() support to ICU4J NumberFormatter (1/2)`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-19T01:31:08+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/7ba2b48f7b0a4c8468a265a1375e85fc3010a88c
- c84ded0 `ICU-20568 Have macrosToMicroGenerator do input unit calculation.`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-17T12:11:26+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/c84ded050ad97d6f04611b31e379b3b89924d863
- 5ed09dc `ICU-20568 Improve MacroProps error handling.`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-17T01:13:45+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/5ed09dc9b897a20a362a6918c7ad2714f393acf3
- 4bcefe1 `ICU-20568 Cleanup: drop declaration for no longer existing factory.`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-16T12:40:20+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/4bcefe1c4b2bfee417539f2bbc19008e25b5126f
- 24a06cc `ICU-20568 Implementation of UnitConverter, ComplexUnitConverter and UnitsRouter`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-15T18:03:02+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/24a06cc33b89968caf5b6530990e41d94c538a03
- a667b27 `ICU-20568 Correct the numberformatter.h docs for usage()`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-14T20:18:25+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/a667b279d400316292443f85f0ff21b449e62366
- e3123c8 `ICU-20568 Support smart units / unit contexts / preferences`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/e3123c83a4cdb73458e38f864bda5d5409308e8d
- 1b85390 `ICU-20568 Use `Impl` libraries, add precision UnitsRouter#route output`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/1b853904cdf1ec66fb91a2c57a4f17b53f4e6036
- 7ed2a2d `ICU-20568 Implement Usage "Glue Code" and skeleton support. Tests.`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/7ed2a2d23383658f6d52a8514c0c9708fc56b44a
- 72056d4 `ICU-20568 UnitsRouter, ComplexUnitConverter, numberformatter.h`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/72056d4df2a55c21af0dcda24779eaf0335f6c29
- 65bbf92 `ICU-20568 getPreferencesFor() and getUnitCategory()`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/65bbf92f782b1be6da7c4deb56512f9f33a2094e
- cdb028e `ICU-20568 Add unit converter.`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/cdb028edf50a0048c505f3395bdf6b787f8d895b
- 4d07e3b `ICU-20568 testConversions: test convertibility of unitsTest.txt test cases.`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/4d07e3b10fa202adb8477018e1fc022bcc8685e2
- c49cb73 `ICU-20568 Check convertible units`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/c49cb7350913ae335c9192a12f584a6b01303f7e
- cf46b41 `ICU-20568 unitsdata.cpp/.h and associated tests`
- Authored by Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/cf46b4136e5d13cffe97222fe33aa1c2ca1644a4
- adcc646 `ICU-20568 Skeleton for Testing Units`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-10T22:39:18+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/adcc646e5144ffec55df727e98fcc919b67a0dec
#### Issue ICU-20717
- ICU-20717: `remove more files from git-lfs`
@ -196,6 +94,11 @@ Tip: Consider closing the ticket if it is fixed.
##### Commits with Issue ICU-20963
- 692005d `ICU-20963 Remove executable bit from .clang-format file.`
- Authored by Fredrik Roubert <roubert@google.com>
- Committed at 2020-10-01T10:58:04-05:00
- GitHub Link: https://github.com/unicode-org/icu/commit/692005d3485afdaeb090015dee518c0c815c1161
- 1574782 `ICU-20963 Add .clang-format file to icu4c/source`
- Authored by younies <younies@chromium.org>
- Committed at 2020-09-01T21:19:06+02:00
@ -281,29 +184,6 @@ Tip: Consider closing the ticket if it is fixed.
- Committed at 2020-06-18T03:15:42+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/8e2651828a1177495e0d252bb9eddf7c64500703
#### Issue ICU-21142
- ICU-21142: `Allow other tools to utilize the CLDR API in ICU`
- No assignee!
- Jira Link: https://unicode-org.atlassian.net/browse/ICU-21142
##### Commits with Issue ICU-21142
- 17f889b `ICU-21142 Hopefully fixing the install script (bash only)`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-22T19:46:32+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/17f889bd0e2f5a23a8539febbacac872740024d6
- 3b17a49 `ICU-21142 Improving Maven handling of CLDR API Jar file for new tools.`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-19T14:03:36+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/3b17a492be7d54b47768c4ab9815754987e7805f
- 56bb01b `ICU-21142 Moving CLDR jar file to common location`
- Authored by David Beaumont <dbeaumont@google.com>
- Committed at 2020-06-04T12:26:57+02:00
- GitHub Link: https://github.com/unicode-org/icu/commit/56bb01ba84f072ac38e9fdea4abdfb13bdd7c906
#### Issue ICU-21248
- ICU-21248: `Automate selected BRS tasks `
@ -335,6 +215,51 @@ Tip: Consider closing the ticket if it is fixed.
##### Commits with Issue ICU-21249
- 5de5cab `ICU-21249 Add new U_HIDE_INTERNAL_API guards`
- Authored by Richard Gillam <richard_gillam@apple.com>
- Committed at 2020-10-06T10:09:18-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/5de5cabfb06970d543e2b8f06959489ebd5810f8
- c0d4065 `ICU-21249 Adds error code check to prevent segmentation fault if`
- Authored by Norbert Runge <41129501+gnrunge@users.noreply.github.com>
- Committed at 2020-10-02T09:57:19-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/c0d4065607b9edde49a6799e609a33b87fe4409f
- c4fa504 `ICU-21249 BRS68RC Remaining updates for Readmes for ICU4C and ICU4J`
- Authored by Elango Cheran <elango@unicode.org>
- Committed at 2020-10-01T17:57:16-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/c4fa504fec4e2308c0413fcc4f80224c6fa0a3ff
- ff7cc3f `ICU-21249 add unumberrangeformatter.h to API docs main page`
- Authored by Markus Scherer <markus.icu@gmail.com>
- Committed at 2020-10-01T15:37:42-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/ff7cc3f1a8837acbdf31ddb4bb3708fe76e0e230
- a61c6ff `ICU-21249 API Change Reports for C++`
- Authored by Craig Cornelius <cwcornelius@gmail.com>
- Committed at 2020-10-01T12:55:49-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/a61c6ff23aea3cae122a31ae6487255d4316dc58
- 6c96550 `ICU-21249 Fix warnings about uninitialized variables in locid.cpp`
- Authored by Jeff Genovy <29107334+jefgen@users.noreply.github.com>
- Committed at 2020-10-01T11:57:24-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/6c9655060b43763e8d4896e45d09bf1ed1df8e09
- 9b9db68 `ICU-21249 API signature file for ICU 68`
- Authored by Yoshito Umaoka <yumaoka@users.noreply.github.com>
- Committed at 2020-10-01T14:35:53-04:00
- GitHub Link: https://github.com/unicode-org/icu/commit/9b9db682e1cfe1430ae0523372d4c9975f609cc1
- 1d3277b `ICU-21249 ICU4J 68 serialization test data`
- Authored by Yoshito Umaoka <yumaoka@users.noreply.github.com>
- Committed at 2020-10-01T13:29:02-04:00
- GitHub Link: https://github.com/unicode-org/icu/commit/1d3277bfc23c91536b1bbebf75bf1dcbf1dd362e
- 69d1a46 `ICU-21249 Fixed warnings in last minute changes for 68RC`
- Authored by Yoshito Umaoka <yumaoka@users.noreply.github.com>
- Committed at 2020-10-01T13:28:22-04:00
- GitHub Link: https://github.com/unicode-org/icu/commit/69d1a465dcb249c81f1d25cfe4a02af981571aaa
- 75e7e0b `ICU-21249 Change AppVeyor to not use parallel build due to Cygwin stability issues.`
- Authored by Jeff Genovy <29107334+jefgen@users.noreply.github.com>
- Committed at 2020-09-30T15:06:48-07:00
@ -519,6 +444,11 @@ Tip: Consider closing the ticket if it is fixed.
##### Commits with Issue ICU-21270
- 6700602 `ICU-21270 Support exponent in FixedDecimal and samples in C++`
- Authored by Elango Cheran <elango@unicode.org>
- Committed at 2020-10-02T09:21:29-07:00
- GitHub Link: https://github.com/unicode-org/icu/commit/6700602974c0a7ece4c2adced6629010dd1f7bc1
- 4723001 `ICU-21270 Update FixedDecimal in Java to support exponent`
- Authored by Elango Cheran <elango@unicode.org>
- Committed at 2020-09-22T21:16:12-07:00