-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Squashed commit: Verify using hashes * Set version to newest tag * Reset hashes * Remove checking from intl4x build * Fix path * Add pub get * Do not fail fast * Remove checks for local hashes * Switch order of execution * Fix setting envs * Cleaner separation * Remove unused * Fix paths * Try different env setter * Compile to arm * Add nicer check for LOCAL_ICU4X_BINARY * Try different env for win * Point to correct macos * Path seperators * replace slashes * try something different * non relative * More tryes * Copy local file * Add newline * Add wildcard
- Loading branch information
Showing
27 changed files
with
1,078 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pkgs/intl4x/lib/src/bindings linguist-generated=true | ||
pkgs/intl4x/lib/src/bindings/* linguist-generated=true |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### How to update the ICU4X version used in package:intl4x. | ||
|
||
#### First PR | ||
1. Create PR. | ||
2. Update `submodules/icu4x` to whatever branch/hash you want. | ||
3. Land PR. | ||
4. Tag with `intl4x-icu*`, push. This creates new release with the new binaries. | ||
|
||
#### Second PR | ||
1. Create PR. | ||
2. Run `bash tools/regenerate_bindings.sh`, and fix resulting errors. | ||
3. Update `const version` in `hook/version.dart` to tag. | ||
4. Regenerate hashes using `dart --enable-experiment=native-assets run tool/generate_hashes.dart`. | ||
5. Land PR. |
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
Oops, something went wrong.