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 polyfill combination with time zone data #1064

Conversation

romainmenke
Copy link
Collaborator

@romainmenke romainmenke commented Jun 14, 2021

see : https://github.com/Financial-Times/polyfill-library/runs/2815491287?check_suite_focus=true

In this test we load all polyfills.
This means both "all" and "golden" are loaded and polyfilled, but they overlap.

Currently there is no mechanism to ensure that two polyfills are not loaded together.
I think that in itself is fine, including both is essentially a user error.

I added a filter in server.js to skip "golden" polyfill.
Tests for "golden" must work with the data from "all"

@romainmenke romainmenke requested a review from a team as a code owner June 14, 2021 15:40
@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Jun 14, 2021
@github-actions github-actions bot added the library Relates to an Origami library label Jun 14, 2021
Origami ✨ automation moved this from incoming to active Jun 14, 2021
@JakeChampion JakeChampion enabled auto-merge (rebase) June 14, 2021 21:53
@JakeChampion JakeChampion merged commit 6bf74b5 into JakeChampion:master Jun 15, 2021
Origami ✨ automation moved this from active to complete Jun 15, 2021
@romainmenke romainmenke deleted the fix-polyfill-combination-issue-with-time-zone-data--practical-caracal-0be3b85fc7 branch June 15, 2021 09:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2022
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants