Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRuntime Error: period in repository name in elm-package.json #1597
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
process-bot
May 28, 2017
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
process-bot
commented
May 28, 2017
|
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
evancz
Jul 14, 2017
Member
With 0.19 project names with dots will be ruled out much earlier, so it won't get to this point anymore. Thanks for the report!
|
With 0.19 project names with dots will be ruled out much earlier, so it won't get to this point anymore. Thanks for the report! |
mdgriffith commentedMay 28, 2017
A project will build but fail at runtime with
Uncaught SyntaxError: Unexpected token .if the repository name contains a period such ashttps://github.com/mdgriffith/elm.style.gitSo, any project that uses this
elm-package.json:{ "version": "1.0.0", "summary": "The elm.style website", "repository": "https://github.com/mdgriffith/elm.style.git", "license": "BSD3", "source-directories": [ "." ], "exposed-modules": [ ], "dependencies": { "elm-lang/core": "5.0.0 <= v < 6.0.0", "elm-lang/html": "2.0.0 <= v < 3.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0" }Versions
elm0.18