{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigzepkzwyetxfviehgtkpfzm4aoxbnvir46zbngljp46oib4ralku",
    "uri": "at://did:plc:kfvfl6lsmxg64yzszmfotdq2/app.bsky.feed.post/3mewwlv4kpf42"
  },
  "path": "/t/ruby-talk-444774-ann-rubyinline-3-14-3-released/76728#post_1",
  "publishedAt": "2026-02-03T00:10:06.000Z",
  "site": "https://rubytalk.org",
  "tags": [
    "http://docs.seattlerb.org/RubyInline/>",
    "rubyinline | software projects | by ryan davis",
    "https://github.com/seattlerb/rubyinline>",
    "(click for more details)"
  ],
  "textContent": "RubyInline version 3.14.3 has been released!\n\n* rdoc: <http://docs.seattlerb.org/RubyInline/>;\n* home: <rubyinline | software projects | by ryan davis;\n* code: <https://github.com/seattlerb/rubyinline>;\n\nInline allows you to write foreign code within your ruby code. It\nautomatically determines if the code in question has changed and\nbuilds it only when necessary. The extensions are then automatically\nloaded into the class/module that defines it.\n\nYou can even write extra builders that will allow you to write inlined\ncode in any language. Use Inline::C as a template and look at\nModule#inline for the required API.\n\n## Features/Problems:\n\n* Quick and easy inlining of your C or C++ code embedded in your ruby script.\n* Extendable to work with other languages.\n* Automatic conversion between ruby and C basic types\n  * char, unsigned, unsigned int, char *, int, long, unsigned long\n* inline_c_raw exists for when the automatic conversion isn't sufficient.\n* Only recompiles if the inlined code has changed.\n* Pretends to be secure.\n* Only requires standard ruby libraries, nothing extra to download.\n\nChanges:\n\n### 3.14.3 / 2026-02-02\n\n* 1 bug fix:\n\n  * Fixed regexp to handle nested parens in mingw. (fenrir-naru)\n\n··· (click for more details)",
  "title": "[ruby-talk:444774] [ANN] RubyInline 3.14.3 Released"
}