Skip to content

Move to pnpm - #10382

Closed
mansona wants to merge 3 commits into
masterfrom
pnpm
Closed

Move to pnpm#10382
mansona wants to merge 3 commits into
masterfrom
pnpm

Conversation

@mansona

@mansona mansona commented Sep 19, 2023

Copy link
Copy Markdown
Member

I'm hitting some issues with #10370 and I'm pretty sure it's because of the internal package cache for tests.

This PR is just to test how hard it might be to move to pnpm so we can remove our custom cache 👍

NullVoxPopuli
NullVoxPopuli previously approved these changes Sep 19, 2023
@NullVoxPopuli

Copy link
Copy Markdown
Contributor

Thanks for doing this! Working with ember-cli is going to be so much better now!

Comment thread tests/helpers/acceptance.js Outdated
process.chdir(runFixture);

let pnpm = new CommandGenerator('npm');
pnpm.invoke('install');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

--prefer-offline for speed?

Comment thread tests/helpers/acceptance.js Outdated
Comment thread yarn.lock

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

good riddance 🎉


const { expect } = require('chai');
const { dir, file } = require('chai-files');
const linkFixtureDependnecy = require('../helpers/link-fixture-dependnecy');

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
const linkFixtureDependnecy = require('../helpers/link-fixture-dependnecy');
const linkFixtureDependency = require('../helpers/link-fixture-dependency');

Small typo.

@ef4
ef4 dismissed NullVoxPopuli’s stale review September 26, 2023 15:09

Comment from mansona: this doesn't actually solve the immediate problem he was trying to solve, around the test suite's package caching.

@ef4 ef4 closed this Sep 26, 2023
@bertdeblock
bertdeblock deleted the pnpm branch November 5, 2024 08:27
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.

4 participants