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

Merge nbc changes to master #139

Merged
merged 11 commits into from
Nov 17, 2023
Merged

Merge nbc changes to master #139

merged 11 commits into from
Nov 17, 2023

Commits on Oct 30, 2021

  1. update readme

    arnetheduck committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    c277f79 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    884e870 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. bump mingw from v8.1.0 to v11.2.0

    jangko authored and arnetheduck committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2f65691 View commit details
    Browse the repository at this point in the history
  2. ci: reenable windows matrix

    jangko authored and arnetheduck committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    72fa491 View commit details
    Browse the repository at this point in the history
  3. CI: test with multiple Nim versions (#106)

    * CI: test with multiple Nim versions
    
    - plus Nim-1.6 fix
    - and enable Windows
    
    * size.nim: halve the number of log lines
    stefantalpalaru authored and arnetheduck committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8f7424a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    527b2bd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge commit '972f25d6c3a324848728d2d05796209f1b9d120e' into nbc-1.5.3

    - Fix registry locking when threading disabled
    - Fix for styleCheck:usages (v0.10.2)
    - Setup for Nimble 1.4.0
    etan-status committed May 31, 2023
    Configuration menu
    Copy the full SHA
    533022b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    74dc6e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    71556f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    fb4fce7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. fix chronos v4 compatiblity (#138)

    `yield` has never worked correctly in chronos - removing broken
    function.
    
    Also, the "official" way of checking the state of the future is via
    `failed`
    arnetheduck authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bd5a099 View commit details
    Browse the repository at this point in the history