Skip to content

fix: store_dir envs should without $ symbols#21

Merged
anonrig merged 4 commits intopnpm:mainfrom
richerfu:main
Jul 21, 2023
Merged

fix: store_dir envs should without $ symbols#21
anonrig merged 4 commits intopnpm:mainfrom
richerfu:main

Conversation

@richerfu
Copy link
Copy Markdown
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
Copy Markdown
Member

anonrig commented Jul 21, 2023

Yes you are definitely right. Thank you!

@anonrig
Copy link
Copy Markdown
Member

anonrig commented Jul 21, 2023

The tests seems to be failing.

@richerfu
Copy link
Copy Markdown
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
Copy Markdown
Member

anonrig commented Jul 21, 2023

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

@anonrig
Copy link
Copy Markdown
Member

anonrig commented Jul 21, 2023

Nice catch! Thanks.

@richerfu
Copy link
Copy Markdown
Contributor Author

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

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