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

remove deprecated and broken nimweb tools #20442

Merged
merged 2 commits into from
Sep 28, 2022
Merged

remove deprecated and broken nimweb tools #20442

merged 2 commits into from
Sep 28, 2022

Conversation

ringabout
Copy link
Member

tools/nimweb.nim has been deprecated since b1b58b8#diff-548a3839d9ea07f9b217b687ec4810f720118846907ef7cfa9f0c04a6b1a7dff
and is broken now

C:\Users\blue\Desktop\Nim\tools\nimweb.nim(123, 41) Error: type mismatch: got <macro (e: varargs[untyped]): untyped{.noSideEffect, gcsafe, locks: <unknown>.}, string>
but expected one of:
proc `&`[T](x: T; y: seq[T]): seq[T]
  first type mismatch at position: 2
  required type for y: seq[T]
  but expression '`&`("$1-$2-$3T00:00:00Z" %
    [year, repeat("0", 2 - len(month)) & month, repeat("0", 2 - len(day)) & day],
    "</updated>")' is of type: string
6 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see them

expression: `&`(updated, `&`("$1-$2-$3T00:00:00Z" %
    [year, repeat("0", 2 - len(month)) & month, repeat("0", 2 - len(day)) & day],
                 "</updated>"))

@Araq Araq merged commit 9561408 into devel Sep 28, 2022
@Araq Araq deleted the pr_analysis branch September 28, 2022 10:14
@github-actions
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 9561408

Hint: mm: orc; threads: on; opt: speed; options: -d:release
164199 lines; 11.407s; 668.074MiB peakmem

capocasa pushed a commit to capocasa/Nim that referenced this pull request Mar 31, 2023
* remove deprecated and broken nimweb tools

* readme
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