Skip to content

Commit

Permalink
Dart diplomat update (#4333)
Browse files Browse the repository at this point in the history
Removes formatting, fixes #4291
  • Loading branch information
robertbastian authored Nov 21, 2023
1 parent 1e98180 commit c5a67b8
Show file tree
Hide file tree
Showing 128 changed files with 2,170 additions and 4,040 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,6 @@ jobs:
- name: Show the selected Rust toolchain
run: rustup show

# Job-specific dependencies
- uses: dart-lang/setup-dart@v1
with:
sdk: 3.1.5

# Actual job
- name: Run `cargo make ci-job-diplomat`
run: cargo make ci-job-diplomat
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }

# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
diplomat = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "564323d77cc7344b323459473d4a5b295f9830cc" }
diplomat = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "7e0482c03ad2406e49bcc77795622c632d4cfed6" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "7e0482c03ad2406e49bcc77795622c632d4cfed6" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "7e0482c03ad2406e49bcc77795622c632d4cfed6" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "7e0482c03ad2406e49bcc77795622c632d4cfed6" }

# Size optimized builds
[profile.release-opt-size]
Expand Down
33 changes: 12 additions & 21 deletions ffi/capi/dart/package/lib/src/AnyCalendarKind.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 10 additions & 25 deletions ffi/capi/dart/package/lib/src/Bcp47ToIanaMapper.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 19 additions & 44 deletions ffi/capi/dart/package/lib/src/Bidi.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ffi/capi/dart/package/lib/src/BidiDirection.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 10 additions & 18 deletions ffi/capi/dart/package/lib/src/BidiInfo.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5a67b8

Please sign in to comment.