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

complete removal of web folder, fixes #9304 #9310

Merged
merged 2 commits into from
Oct 12, 2018
Merged

Conversation

narimiran
Copy link
Member

No description provided.

tools/nimweb.nim Outdated
@@ -446,7 +446,7 @@ proc buildNewsRss(c: var TConfigData, destPath: string) =
generateRss(destFilename, parseNewsTitles(srcFilename))

proc buildJS(c: TConfigData) =
exec(findNim(c) & " js -d:release --out:$1 web/nimblepkglist.nim" %
exec(findNim(c) & " js -d:release --out:$1 tools/nimblepkglist.nim" %
Copy link
Contributor

Choose a reason for hiding this comment

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

You can just remove this AFAIK

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, I removed that function.

@narimiran
Copy link
Member Author

narimiran commented Oct 12, 2018

Regarding failing tests: the first time job1 failed and job2 passed, the second time it was vice versa. I didn't see any failing test neither time.

@Araq Araq merged commit c492a7f into nim-lang:devel Oct 12, 2018
@narimiran narimiran deleted the web-again branch October 14, 2018 09:26
krux02 pushed a commit to krux02/Nim that referenced this pull request Oct 15, 2018
* complete removal of web folder, fixes nim-lang#9304

* remove `buildJS`
narimiran added a commit to narimiran/Nim that referenced this pull request Oct 31, 2018
* complete removal of web folder, fixes nim-lang#9304

* remove `buildJS`
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.

3 participants