Update type definitions and add types from stdint.h and stddef.h on i386-windows, x86_64-windows, x86_64-darwin, x86_64-linux, arm-linux, powerpc-linux. #749
Add new type definitions for powerpc-openbsd and sparcv9-openbsd. #775, #778
Changed:
Raise required ruby version to >= 2.3.
Lots of cleanups and improvements in library, specs and benchmarks.
Fix a lot of compiler warnings at the C-extension
Fix several install issues on MacOS:
Look for libffi in SDK paths, since recent versions of macOS removed it from /usr/include . #757
Fix error ld: library not found for -lgcc_s.10.4
Don't built for i386 architecture as it is deprecated
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ listen (3.2.0 → 3.4.0) · Repo · Changelog
Release Notes
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ ffi (indirect, 1.11.1 → 1.14.2) · Repo · Changelog
Release Notes
1.14.2 (from changelog)
1.14.1 (from changelog)
1.14.0 (from changelog)
1.13.1 (from changelog)
1.13.0 (from changelog)
1.12.2 (from changelog)
1.12.1 (from changelog)
1.12.0 (from changelog)
1.11.3 (from changelog)
1.11.2 (from changelog)
Does any of this look wrong? Please let us know.
↗️ rb-fsevent (indirect, 0.10.3 → 0.10.4) · Repo
Release Notes
0.10.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Update gem version to 0.10.4
Merge pull request #85 from tyler-ball/patch-1
Remove bundler development dependency
↗️ rb-inotify (indirect, 0.10.0 → 0.10.1) · Repo
Commits
See the full diff on Github. The new version differs by 7 commits:
Fix formatting.
Bump version.
Remove rbx-3.
Limit changing auto close behavior off to just JRuby. This limits risk of MRI
Fixes #91. Make IO resources not autoclose.
allow stopping a notifier from within an event callback
Update documentation regarding resource limits. Fixes #61.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands