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(common): Require newer version of allocator #9386

Merged
merged 3 commits into from
Aug 7, 2024

Commits on Aug 6, 2024

  1. fix(common): Require newer version of allocator

    EqIgnoreSpan uses the nightly_only macro, which was introduced in
    version 0.1.7 of swc_allocator. When building with the older version
    of the allocator, the following error results:
    
        error[E0432]: unresolved import `swc_allocator::nightly_only`
         --> /home/user/.cargo/registry/.../swc_common-0.36.3/src/eq.rs:4:5
          |
        4 | use swc_allocator::nightly_only;
          |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `nightly_only` in the root
    crawford committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ec03d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c474e89 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update three-ways-smell.md

    kdy1 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8485bd1 View commit details
    Browse the repository at this point in the history