Gatekeeper is used to track the production and validation of batches of tag plates for sequencing. It is designed to interface with the Sequencescape LIMS.
Fix attach_function of functions ending in ? or ! #971
Added:
Convert all C-based classes to TypedData and use write barriers. #994, #995, #996, #997, #998, #999, #1000, #1001, #1003, #1004, #1005, #1006, #1007, #1008, #1009, #1010, #1011, #1012
This results in less pressure on the garbage collector, since the objects can be promoted to the old generation, which means they only get marked on major GC.
Implement ObjectSpace.memsize_of() of all C-based classes.
Make FFI Ractor compatible. #1023
Modules extended per extend FFI::Library need to be frozen in order to be used by non-main Ractors.
This can be done by calling freeze below of all C interface definitions.
In a Ractor it's possible to:
load DLLs and call its functions, access its global variables
use builtin typedefs
use and modify ractor local typedefs
define callbacks
receive async callbacks from non-ruby threads
use frozen FFI::Library based modules with all attributes (enums, structs, typedefs, functions, callbacks)
invoke frozen functions and callbacks defined in the main Ractor
use FFI::Struct definitions from the main Ractor
In a Ractor it's impossible to:
create new FFI::Library based modules
create new FFI::Struct definitions
use custom global typedefs
use non-frozen FFI::Library based modules
Allow type retrieval of attached functions+variables. #1023
Update libffi and disable custom trampoline when using libffi closure allocation. #1020
This is because libffi changed the way how closures are allocated to static trampolines.
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 cancel merge
Cancels automatic merging of this PR
@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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ listen (3.8.0 → 3.9.0) · Repo · Changelog
Release Notes
3.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
issue #572: switch Kernel.warn and warn to adapter_warn
issue #572: add support for LISTEN_GEM_ADAPTER_WARN_BEHAVIOR=warn|log|silent
issue #572: bump version to v3.9
issue #572: add Listen.adapter_warn_behavior =
drop ruby 2.6 and add ruby 3.3 to the test matrix
fix github workflows link
↗️ ffi (indirect, 1.15.5 → 1.16.3) · Repo · Changelog
Release Notes
1.16.3 (from changelog)
1.16.2 (from changelog)
1.16.1 (from changelog)
1.16.0 (from changelog)
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.
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