Skip to content

Commit

Permalink
Add a note about gda fork safety
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 22, 2024
1 parent 3893678 commit 7ff21fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/FORK_SAFETY.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,6 @@ impact of discovering such bug.
- The `ruby-vips` gem binds the `libvips` image processing library that isn't fork safe.
(https://github.com/libvips/libvips/discussions/3577)

- Any gem binding with `libgobject`, such as the `gda` gem, likely aren't fork safe.

No other gem is known to be incompatible for now, but if you find one, please open an issue to add it to the list.

0 comments on commit 7ff21fb

Please sign in to comment.