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

fixes #23844; Nim devel nightly i386 build failing #23849

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

ringabout
Copy link
Member

@ringabout ringabout commented Jul 17, 2024

fixes #23844
follow up #23834

type
  Timespec* {.importc: "struct timespec",
               header: "<time.h>", final, pure.} = object ## struct timespec
    tv_sec*: Time  ## Seconds.
    tv_nsec*: clong  ## Nanoseconds.

lib/pure/osproc.nim Outdated Show resolved Hide resolved
@ringabout ringabout added the merge_when_passes_CI mergeable once green label Jul 17, 2024
@narimiran narimiran merged commit 9de74b7 into devel Jul 17, 2024
21 checks passed
@narimiran narimiran deleted the ringabout-patch-9 branch July 17, 2024 08:50
Copy link
Contributor

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

Hint: mm: orc; opt: speed; options: -d:release
173155 lines; 7.800s; 664.043MiB peakmem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge_when_passes_CI mergeable once green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nim devel nightly i386 build failing
2 participants