You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeinfo.nim: importCompilerProc => importcompilerproc
nre.nim: newLineFlags => newlineFlags
system.nim: JSRoot => JsRoot
ref #19319
disable fragments (#19341)
The original repo has moved to Rust, while the package path stay unchanged. And it causes troubles to #19338
prefer importCompilerProc
fix#19343 (#19344) [backport]
Ensure HttpClient onProgress is called once per second
Ensure that reported speed is accurate
stylecheck usages part two: stdlib cleanup (#19338)
* stylecheck usages part two: stdlib cleanup
typeinfo.nim: importCompilerProc => importcompilerproc
nre.nim: newLineFlags => newlineFlags
system.nim: JSRoot => JsRoot
ref #19319
* prefer importCompilerProc
added filemode docs (#19346)
fix stylecheck error with asyncdispatch
it is a partial regression since #12842
add tests
don't use echo in tests
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
fix stylecheck error with asyncdispatch (#19350)
* stylecheck usages part two: stdlib cleanup
typeinfo.nim: importCompilerProc => importcompilerproc
nre.nim: newLineFlags => newlineFlags
system.nim: JSRoot => JsRoot
ref #19319
* prefer importCompilerProc
* fix stylecheck error with asyncdispatch
it is a partial regression since #12842
* add tests
* don't use echo in tests
remove spaces between an identifier and a star (#19355)
It makes search easier by searching `+`* instead of `+` which filter lots of unexported versions.
Follow #18681
defaults threads on
0 commit comments