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: store_dir envs should without $ symbols #21

Merged
merged 4 commits into from
Jul 21, 2023
Merged

Conversation

richerfu
Copy link
Contributor

I think env should without $ symbols.

$ just for us to use it with bash.For example

echo $HOME

In rust , we should use it with these code:

let home = env::var('HOME')

@anonrig
Copy link
Member

anonrig commented Jul 21, 2023

Yes you are definitely right. Thank you!

@anonrig
Copy link
Member

anonrig commented Jul 21, 2023

The tests seems to be failing.

@richerfu
Copy link
Contributor Author

richerfu commented Jul 21, 2023

The tests seems to be failing.

Looks like old test case failed,not new.

Seems like #14

image

@anonrig
Copy link
Member

anonrig commented Jul 21, 2023

@southorange0929 macos and linux tests are failing with the new added test as well.

@anonrig
Copy link
Member

anonrig commented Jul 21, 2023

Nice catch! Thanks.

@richerfu
Copy link
Contributor Author

Resolved test case, but windows platform i can't fix it.

@anonrig anonrig merged commit fbf38e3 into pnpm:main Jul 21, 2023
11 of 12 checks passed
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