[ruby-talk:444511] [ANN] RubyInline 3.14.1 Released

23 Jun
2024
23 Jun
'24
11:32 p.m.
RubyInline version 3.14.1 has been released! * rdoc: <http://docs.seattlerb.org/RubyInline/> * home: <http://www.zenspider.com/ZSS/Products/RubyInline/> * code: <https://github.com/seattlerb/rubyinline> Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API. Changes: ### 3.14.1 / 2024-06-23 * 1 bug fix: * Fix errors created when string literals are frozen.
398
Age (days ago)
398
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ryan Davis