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

fix #10042 (allow spaces in import) #10504

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Conversation

narimiran
Copy link
Member

This allows spaces in imports, by using the following syntax:

  • import "directory with spaces" / subdir / file, or
  • import "directory with spaces/subdir/file"

@Araq
Copy link
Member

Araq commented Jan 30, 2019

Please patch the existing "dir with space" test to test for this.

This allows spaces in imports, by using the following syntax:
* `import "directory with spaces" / subdir / file`, or
* `import "directory with spaces/subdir/file"`
@Araq Araq merged commit fa05877 into nim-lang:devel Jan 31, 2019
@narimiran narimiran deleted the fix-10042 branch February 23, 2019 06:41
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