[ruby-talk:444116] [ANN] RubyInline 3.13.0 Released

RubyInline version 3.13.0 has been released!

* rdoc: <http://docs.seattlerb.org/RubyInline/&gt;
* home: <rubyinline | software projects | by ryan davis;
* code: <https://github.com/seattlerb/rubyinline&gt;

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.13.0 / 2023-01-31

* 1 minor enhancement:

  * Error out if current ruby isn't configured for ENABLE_SHARED.

* 1 bug fix:

  * Clean up examples. C++ warns about ANYARGS deprecation. Gonna have to sit with it for now.

···

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org

The project is very interesting.
Thanks for sharing!

Enviado con Proton Mail correo electrónico seguro.

···

------- Original Message -------
El miércoles, 1 de febrero de 2023 a las 03:38, Ryan Davis via ruby-talk <ruby-talk@ml.ruby-lang.org> escribió:

RubyInline version 3.13.0 has been released!

* rdoc: rubyinline's RubyInline-3.14.0 Documentation

* home: rubyinline | software projects | by ryan davis

* code: GitHub - 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.13.0 / 2023-01-31

* 1 minor enhancement:

* Error out if current ruby isn't configured for ENABLE_SHARED.

* 1 bug fix:

* Clean up examples. C++ warns about ANYARGS deprecation. Gonna have to sit with it for now.
______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- Info | ruby-talk@ml.ruby-lang.org - ml.ruby-lang.org