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

Reserve all other special characters so invalid Windows paths are easier to catch #113

Merged
merged 1 commit into from
Feb 25, 2013
Merged

Conversation

ambv
Copy link
Contributor

@ambv ambv commented Feb 25, 2013

For better or worse, a versatile config format has to consider Windows users as well. One of the most common value types in configuration are paths.

Reserving invalid special characters will help catching singly backslashed paths. I recognize it will still be possible to construct an invalid path that maps to known special characters only. Too bad.

mojombo pushed a commit that referenced this pull request Feb 25, 2013
Reserve all other special characters so invalid Windows paths are easier to catch
@mojombo mojombo merged commit 9f4d712 into toml-lang:master Feb 25, 2013
@ambv ambv deleted the specialcharacters branch February 25, 2013 18:03
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