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

Update module syntax to take module names instead of paths #21

Merged
merged 2 commits into from
Sep 23, 2017

Conversation

smpoulsen
Copy link
Owner

@smpoulsen smpoulsen commented Sep 23, 2017

The module name in (require ...) no longer takes a filename. It is now the
module name (which is admittedly the filepath not in quotes and without the
extension).

Example:
before: (require "predlude/list.tp")
now: (require prelude/list)

The module name in `(require ...)` no longer takes a filename. It is now the
module name (which is admittedly the filepath not in quotes and without the
extension).

Example:
  before: `(require "predlude/list.tp")`
  now:    `(require prelude/list)`
@smpoulsen smpoulsen force-pushed the no-quotes-for-module-import branch 2 times, most recently from 05e4e72 to edaf6e6 Compare September 23, 2017 13:52
@smpoulsen smpoulsen force-pushed the no-quotes-for-module-import branch from edaf6e6 to b6c2ed9 Compare September 23, 2017 14:00
@smpoulsen smpoulsen merged commit 9da7160 into master Sep 23, 2017
@smpoulsen smpoulsen deleted the no-quotes-for-module-import branch September 23, 2017 14: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.

1 participant