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

Bug 1714365 - Expose ErrorType enum #466

Merged
merged 8 commits into from
Jul 5, 2021
Merged

Conversation

brizental
Copy link
Contributor

@brizental brizental commented Jun 25, 2021

Documentation PR: mozilla/glean#1705

Pull Request checklist

  • Quality: Make sure this PR builds and runs cleanly.
    • Inside the glean/folder, run:
      • npm run test Runs all tests
      • npm run lint && npm run lint:circular-deps Runs all linters
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry to CHANGELOG.md or an explanation of why it does not need one
  • Documentation: This PR includes documentation changes, an explanation of why it does not need that or a follow-up bug has been filed to do that work

brizental added 8 commits July 5, 2021 10:14
One very important change in this commit, aside from the obvious
change of adding a command we expected to be there but wasn't "test",
is adding "strip-ansi" as a development dependency.

That is a not a dependecy used by the sample, it is a dependency used by
dependencies of the sample. It is needs to be explicitly declared in
our dependencies to make sure the ESM version of that library is loaded.
Otherwise the CJS dependency is downloaded causes compatibility issues.
We use --prefix a lot on the CI and that makes link behave differently.
Using the same strategy as in benchmarks, we make sure both linking
steps happen with the same prefix and thus the linking works as
expected. This will fix Bug 1707626.
@brizental brizental requested a review from badboy July 5, 2021 08:44
Copy link
Member

@badboy badboy left a comment

Choose a reason for hiding this comment

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

Lots of other changes in there, but it's fine

@brizental
Copy link
Contributor Author

Lots of other changes in there, but it's fine

Indeed, sorry about that 😅

@brizental brizental merged commit 5846a3d into mozilla:main Jul 5, 2021
@brizental brizental deleted the 1714365-enums branch July 5, 2021 09:00
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.

2 participants