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

fileset, revset, templater: add support for single-quoted raw string literals #3568

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

yuja
Copy link
Contributor

@yuja yuja commented Apr 24, 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

yuja added 3 commits April 24, 2024 21:51
I'm going to add single-quoted string literal.
For the same reason as the previous commit. Single-quoted string literal will
be handled there.
…literals

Since fileset/revset/template expressions are specified as command-line
arguments, it's sometimes convenient to use single quotes instead of double
quotes. Various scripting languages parse single-quoted strings in various ways,
but I choose the TOML rule because it's simple and practically useful. TOML is
our config language, so copying the TOML syntax would be less surprising than
borrowing it from another language.

toml-lang/toml#188
@yuja yuja merged commit 5b769c5 into jj-vcs:main Apr 25, 2024
16 checks passed
@yuja yuja deleted the push-tworsmymxonx branch April 25, 2024 02:14
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.

3 participants