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 std/random bug (#204) #211

Merged
merged 5 commits into from
Aug 10, 2023
Merged

Fix std/random bug (#204) #211

merged 5 commits into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. Fix std/random bug

    - Remove OpenSystemsLab/tempfile.nim and replace with build-in `std/tempfiles`
    - Remove low level stuff that might break in newer Windows update and replace with build-in `fusion/ioutils`
    - Add ability to name the temp file
    sent44 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2cd3455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faa28a View commit details
    Browse the repository at this point in the history
  3. Update nimib.nimble

    sent44 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8a03d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    e63c383 View commit details
    Browse the repository at this point in the history
  2. Remove filename overload

    sent44 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ead11e4 View commit details
    Browse the repository at this point in the history