You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases, the key would need to be quoted to be valid TOML. It is theoretically possible we'd even have a key that includes quotes or backslashes some day, which would need escaping.
The text was updated successfully, but these errors were encountered:
ilyagr
changed the title
jj config list does not escape keys properlyjj config list does not escape keys to make valid TOML
Mar 1, 2023
ilyagr
changed the title
jj config list does not escape keys to make valid TOMLjj config list does not escape keys enough to produce valid TOML
Mar 1, 2023
ilyagr
added a commit
to ilyagr/jj
that referenced
this issue
May 21, 2024
For example,
jj config list --include-defaults
includes such lines as:In both cases, the key would need to be quoted to be valid TOML. It is theoretically possible we'd even have a key that includes quotes or backslashes some day, which would need escaping.
This might be considered a part of #1047.
The text was updated successfully, but these errors were encountered: