Skip to content

stop static-linking gem extensions#16

Merged
indirect merged 1 commit intomainfrom
no-static-ext
Nov 7, 2025
Merged

stop static-linking gem extensions#16
indirect merged 1 commit intomainfrom
no-static-ext

Conversation

@indirect
Copy link
Member

@indirect indirect commented Nov 7, 2025

this seems to be the underlying cause of spinel-coop/rv#80, where the functions provided by the io-console gem were both linked statically into the ruby binary itself, and also loaded dynamically at runtime when the gem's compiled .so was loaded. without this flag, it's possible to install and load the existing io-console gem in eg rails console without any errors.

this seems to be the underlying cause of #80, where the functions
provided by the io-console gem were both linked statically into the ruby
binary itself, and also loaded dynamically at runtime when the gem's
compiled .so was loaded. without this flag, it's possible to install and
load the existing io-console gem in eg `rails console` without any
errors.
@indirect indirect added this pull request to the merge queue Nov 7, 2025
Merged via the queue into main with commit 69adc8f Nov 7, 2025
1 check passed
@indirect indirect deleted the no-static-ext branch November 7, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant