Skip to content

Commit

Permalink
Update Temporal ToIntegerIfIntegral, ToIntegerWithTruncation, and ToP…
Browse files Browse the repository at this point in the history
…ositiveIntegerWithTruncation implementation (#4081)

* Complete early draft of FiniteF64 truncation concept + rebase rework of concepts

* Bump temporal_rs

* Update PR to temporal_rs FiniteF64 changes

* Updates per review feedback

* Bump temporal_rs for calendar::from_str fix
  • Loading branch information
nekevss authored Dec 23, 2024
1 parent 02ba398 commit 1ca6b81
Show file tree
Hide file tree
Showing 10 changed files with 740 additions and 516 deletions.
354 changes: 260 additions & 94 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ intrusive-collections = "0.9.7"
cfg-if = "1.0.0"
either = "1.13.0"
sys-locale = "0.3.2"
temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "016bc31d2ce5484973b71ccdb0faeb33c00a9ae6", features = ["tzdb", "now"] }
temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "4498edf4efa52f0cdec0bbed8bf49cae7e543e74", features = ["tzdb", "now"] }
web-time = "1.1.0"
criterion = "0.5.1"
float-cmp = "0.10.0"
Expand Down
Loading

0 comments on commit 1ca6b81

Please sign in to comment.