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

Specify that nested paths shall be absolute #258

Open
ghost opened this issue Aug 11, 2016 · 0 comments
Open

Specify that nested paths shall be absolute #258

ghost opened this issue Aug 11, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 11, 2016

In the section on run.files, add the requirement that when a URI-valued property refers to a nested file whose location can be specified by a path relative to its parent (for example, a file within a compressed archive), the nested path should be specified as an absolute path (that is, it should begin with a slash).

Right:

"uri": "file:///C:/packages/foo.zip#/bar/baz/qux.cpp"

Wrong:

"uri": "file:///C:/packages/foo.zip#bar/baz/qux.cpp"

It doesn't actually matter, but the idea is that this is a location starting from the "root" of the parent file.

@ghost ghost changed the title Specify that nested paths should be absolute Specify that nested paths shall be absolute Aug 11, 2016
@ghost ghost added this to the v1 milestone Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants