From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.7 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7940F633836; Thu, 24 Dec 2015 18:57:04 +0000 (UTC) Date: Thu, 24 Dec 2015 18:57:04 +0000 From: Eric Wong To: unicorn-public@bogomips.org Subject: Re: [RFC] http: TypedData C-API conversion Message-ID: <20151224185704.GA29915@dcvr.yhbt.net> References: <20141228070655.GA28587@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141228070655.GA28587@dcvr.yhbt.net> List-Id: Eric Wong wrote: > Unfortunately, TypedData is not an official API, yet, > so I'm hesitant to depend on it until it is official: > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/67089 Ruby 2.3 will be released in a few hours or so, and this API hasn't changed since 1.9.3; so I just pushed out commit 5b5cf896871efdb110ae831fd7fc34fb78ec2243 to git://bogomips.org/unicorn.git Then there's the optional frozen_string_literal stuff in 2.3...