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

Attempt more path improvements #144

Merged
merged 3 commits into from
May 27, 2022
Merged

Attempt more path improvements #144

merged 3 commits into from
May 27, 2022

Conversation

kaj
Copy link
Owner

@kaj kaj commented May 26, 2022

Work some more with paths as Path and use join for joining a local
name with the base paths. The local parts are still strings that may
contain / as separator, but base is properly used as OS-native
paths.

May fix #143 ?

Work some more with paths as `Path` and use `join` for joining a local
name with the base paths.  The local parts are still strings that may
contain `/` as separator, but base is properly used as OS-native
paths.
@kaj kaj merged commit c8e08be into master May 27, 2022
kaj added a commit that referenced this pull request May 27, 2022
Released 2022-05-27.
Progress: 4350 of 6552 tests passed in dart-sass compatibility mode.

* Use platform-dependent `path.join` for putting the local part after
  a base path, seems to make slash-separated strings ok as the joined
  part.  (PR #144, issue #133)
* Update sass-spec test suite to 2022-05-20.

Thanks to @fasterthanlime for reporting and testing.
kaj added a commit that referenced this pull request May 31, 2022
Released 2022-05-27.
Progress: 4350 of 6552 tests passed in dart-sass compatibility mode.

* Use platform-dependent `path.join` for putting the local part after
  a base path, seems to make slash-separated strings ok as the joined
  part.  (PR #144, issue #133)
* Update sass-spec test suite to 2022-05-20.

Thanks to @fasterthanlime for reporting and testing.
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.

More relative path handling problems for @use on Windows
1 participant