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

Classpath import type #32

Merged
merged 8 commits into from
Apr 16, 2020
Merged

Classpath import type #32

merged 8 commits into from
Apr 16, 2020

Conversation

TimWSpence
Copy link
Collaborator

Introduces new classpath:/path/to/file syntax for classpath imports and hence separates handling of local file imports and classpath imports.

The exact semantics of classpath imports are yet to be defined but (importantly!) this means that we can enable all the import-related acceptance tests and pass them using local file imports

@travisbrown travisbrown self-requested a review April 16, 2020 13:45
Copy link
Owner

@travisbrown travisbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! I was originally thinking this could be a flag parameter on onLocalImport, but on second thought I think the approach here is better.

I agree that we can wait on testing the CBOR encoding and decoding, but we should be sure to open an issue for that.

@travisbrown travisbrown merged commit 443c590 into master Apr 16, 2020
@travisbrown travisbrown deleted the classpath-import-type branch April 20, 2020 12:04
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