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

config: remove check for relative path patterns, add doc about path equivalence #5145

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

yuja
Copy link
Contributor

@yuja yuja commented Dec 19, 2024

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

docs/config.md Outdated Show resolved Hide resolved
…quivalence

I originally added the check so we would never canonicalize path relative to
random cwd, but Windows CI failed because "/" is a relative path. Suppose user
would want to share the same configuration file between native Windows and WSL,
this check would be too nitpicky.
@yuja yuja force-pushed the push-znyrooyskssr branch from 1916056 to a39c85e Compare December 20, 2024 00:12
@yuja yuja enabled auto-merge (rebase) December 20, 2024 00:15
@yuja yuja merged commit 89d3a8b into jj-vcs:main Dec 20, 2024
18 checks passed
@yuja yuja deleted the push-znyrooyskssr branch December 20, 2024 00:23
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