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

fix stylecheck error with asyncdispatch #19350

Merged
merged 7 commits into from
Jan 10, 2022

Commits on Jan 7, 2022

  1. stylecheck usages part two: stdlib cleanup

    typeinfo.nim: importCompilerProc => importcompilerproc
    
    nre.nim: newLineFlags => newlineFlags
    
    system.nim: JSRoot => JsRoot
    
    ref nim-lang#19319
    ringabout committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d88ba6b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    7d841c4 View commit details
    Browse the repository at this point in the history
  2. prefer importCompilerProc

    ringabout committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    62bf97e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    bb36591 View commit details
    Browse the repository at this point in the history
  2. fix stylecheck error with asyncdispatch

    it is a partial regression since nim-lang#12842
    ringabout committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    7698348 View commit details
    Browse the repository at this point in the history
  3. add tests

    ringabout committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    6d018fe View commit details
    Browse the repository at this point in the history
  4. don't use echo in tests

    ringabout committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    d700e4f View commit details
    Browse the repository at this point in the history