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

Bump lmdb to support non-ASCII project paths #7797

Merged
merged 2 commits into from Mar 9, 2022
Merged

Bump lmdb to support non-ASCII project paths #7797

merged 2 commits into from Mar 9, 2022

Conversation

mischnic
Copy link
Member

@mischnic mischnic commented Mar 4, 2022

To pull in kriszyp/lmdb-js#144

Closes #7621

@height
Copy link

height bot commented Mar 4, 2022

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@parcel-benchmark
Copy link

parcel-benchmark commented Mar 4, 2022

Benchmark Results

Kitchen Sink 🚨

Timings

Description Time Difference
Cold FAILED -0.00ms
Cached FAILED -0.00ms

Cold Bundles

No bundles found, this is probably a failed build...

Cached Bundles

No bundles found, this is probably a failed build...

React HackerNews ✅

Timings

Description Time Difference
Cold 8.64s +109.00ms
Cached 448.00ms -10.00ms

Cold Bundles

No bundle changes detected.

Cached Bundles

No bundle changes detected.

AtlasKit Editor ✅

Timings

Description Time Difference
Cold 1.01m +1.01m ⚠️
Cached 1.43s +1.43s ⚠️

Cold Bundles

No bundles found, this is probably a failed build...

Cached Bundles

No bundles found, this is probably a failed build...

Three.js ✅

Timings

Description Time Difference
Cold 6.47s +92.00ms
Cached 273.00ms +2.00ms

Cold Bundles

No bundle changes detected.

Cached Bundles

No bundle changes detected.

Click here to view a detailed benchmark overview.

@devongovett devongovett merged commit 498f077 into v2 Mar 9, 2022
@devongovett devongovett deleted the bump-lmdb branch March 9, 2022 04:23
wbinnssmith pushed a commit that referenced this pull request Mar 10, 2022
wbinnssmith pushed a commit that referenced this pull request May 12, 2022
* internalization bug

* Cleanup

* Always add assets to reachable bundles

* cleanup

* fixed test regressions

* add ref edges whenever there are bundle edges

* add edge from bundlegroups to bundles wip

* * Get inline bundles in bundle group in HTML packager
* Traverse each bundle instead of iterating each outbound node
* Add edge between root and bundle

* use and follow reference edges again

* set env whenever we create bundles

* Check to add parallel edges from all paths to an asset from a bundle

* Always register referenced bundles before pruning when building bundle manifest

* Revert "set env whenever we create bundles"

This reverts commit 73ad828.

* Add test for referenced roots in bundle manifest

* Add reused sibling bundles to asyncBundleRootGraph

* Add test case for asset that has both an async and sync import

* ExperimentalBundler: stop at isolated bundles

* ExperimentalBundler: fix step 7 comment

* ExperimentalBundler: initialize entry bundles with no ancestors

* ExperimentalBundler: accept shared bundles extracted from workers

* Remove unused async bundles if needed

* Scope-hositing with new bundler: allow less duplication

* Uncomment line in getSymbolResolution

* Consider sibling availability before removing from ancestorAssets

* Uncomment line in getSymbolResolution

* Upgrade flow to 0.173.0 (#7809)

* Remove reachableBundles

* Bump lmdb (#7797)

* Replace typeof before DCE (#7788)

* Consider sibling availability before removing from ancestorAssets

* Consider assets in siblings before duplicating

* Remove unrelated change

* Don't consider any of parent's async bundles as sibling

* Remove unused structure

* remove eager bundle reuse and related lending code

* Alter tests with mode production and correct assets with logic for splittable bundles

* Skip unused dependencies in experimental bundler

* Implement getBundleFromBundleRoot

* Only add dependencies to CSS module JS, not CSS

* Handle multiple assets on dependencies in reachability

* ScopeHoistingPackager: Handle different wrapped ancestries in wrapping dfs

* skip assets for reachable if isolated or inline fix invariant

* Use bundleGroup instead of bundle root for determining needsStableName

* Add bundle.mainEntryAsset

* fixup! Add bundle.mainEntryAsset

Co-authored-by: Gora Kong <gora.kong1@gmail.com>
Co-authored-by: Will Binns-Smith <wbinnssmith@atlassian.com>
Co-authored-by: Eric Eldredge <lettertwo@gmail.com>
Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
Co-authored-by: Agnieszka Gawrys <agawrys@atlassian.com>
Co-authored-by: Devon Govett <devongovett@gmail.com>
gorakong pushed a commit that referenced this pull request Nov 3, 2022
* upstream/v2: (26 commits)
  Replace typeof before DCE (#7788)
  Bump lmdb (#7797)
  Upgrade flow to 0.173.0 (#7809)
  Prevent `term-size` from being bundled (#7750)
  Pin lmdb@2.2.3 (#7763)
  Fix Windows CI (#7774)
  Upgrade Flow to 0.171.0 (#7667)
  Move tests to GitHub actions (#7678)
  v2.3.2
  Fix autoinstalling node builtins (#7735)
  Fix lint
  Use pinned versions
  Don't build native packages again during publish step
  Fix build
  Fix autoinstall
  v2.3.1
  Add diagnostic for failed autoinstall of node polyfill (#7682)
  v2.3.0
  Changelog for 2.3.0
  Support React 18 prereleases and experimental versions with automatic JSX runtime (#7642)
  ...
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.

Parcel unusable (throwing Error)
4 participants