Skip to content
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

Fix temporal_rs in Cargo.toml #3702

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Fix temporal_rs in Cargo.toml #3702

merged 2 commits into from
Feb 29, 2024

Conversation

nekevss
Copy link
Member

@nekevss nekevss commented Feb 28, 2024

Fixes temporal_rs not being optional.

@nekevss nekevss requested a review from a team February 28, 2024 23:10
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 50,268 50,268 0
Passed 42,743 42,743 0
Ignored 1,391 1,391 0
Failed 6,134 6,134 0
Panics 0 0 0
Conformance 85.03% 85.03% 0.00%

@@ -58,7 +58,7 @@ trace = ["js"]
annex-b = ["boa_parser/annex-b"]

# Enable Boa's Temporal proposal implementation
temporal = ["dep:icu_calendar"]
temporal = ["dep:icu_calendar", "temporal_rs"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
temporal = ["dep:icu_calendar", "temporal_rs"]
temporal = ["dep:icu_calendar", "dep:temporal_rs"]

Doing it like this avoids creating a temporal_rs feature.

https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies

@jedel1043 jedel1043 enabled auto-merge February 29, 2024 00:42
@jedel1043 jedel1043 added this pull request to the merge queue Feb 29, 2024
Merged via the queue into main with commit e3b6f6c Feb 29, 2024
13 checks passed
@jedel1043 jedel1043 deleted the temporalrs-cargo-fix branch February 29, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants