タグ ruby trunk
人気順 10 users 50 users 100 users 500 users 1000 usersruby trunk changes を git notes で閲覧する方法 2022版 - ruby trunk changes
最初に説明抜きで結論を CRuby のリポジトリを git で clone した working copy で以下を実行します。 git remote add ruby-trunk-changes https://github.com/nagachika/ruby.git git config --local remote.ruby-trunk-changes.fetch '+refs/notes/commits:refs/notes/ruby-trunk-changes' git config --local --set n... 続きを読む
nagachikaさん「安定したRubyを届けたい –All bugfixes are incompatibilities–」 〜RubyKaigi 2019 2日目 基調講演:RubyKaigi 2019 Keynote レポート|gihyo.jp … 技術評論社
4月18日から20日まで,RubyKaigi 2019が開催されました。2日目のキーノートではnagachikaさんが登壇し,「All bugfixes are incompatibilities」というタイトルで発表しました。 nagachikaさんはCRubyのコミッターであり,安定版(現在は2.6)のメンテナーです。ruby trunk changesというブログの運営もしています。ま... 続きを読む
RincGC ja - Ruby trunk - Ruby Issue Tracking System
RincGC ja ¶ YARV Maniacs インクリメンタル GC の導入 書いた人:ささだ ! はじめに Ruby 2.2 から、インクリメンタル GC を導入しようと開発を進めています。 YARV というと、仮想機械、Virtual machine、バイトコード実行系、という気もしますが、インタプリタ全体で VM ととらえて、一つこの話題におつきあい下さい。 インクリメンタル GC は、... 続きを読む
Feature #11934: A feature to drop dynamics dynamically - Ruby trunk - Ruby Issue Tracking System
Ruby is a dynamic language. Everything is possible in runtime. So, how about a feature to prohibit some dynamic features in runtime? Foo = 1 RubyVM.drop_dynamics Bar = 2 #=> cannot define new constant... 続きを読む
Feature #11788: New ISeq serialize binary format - Ruby trunk - Ruby Issue Tracking System
Abstract¶ I wrote a new RubyVM::InstructionSequence (ISeq) object serializer and de-serializer binary format. Matz had approved to introduce this feature to Ruby 2.3 as experimental feature. So I'll c... 続きを読む
Feature #11473: Immutable String literal in Ruby 3 - Ruby trunk - Ruby Issue Tracking System
vm_opts.h, iseq.c, iseq.h: add compile option to force frozen string literals. [Feature #11473] This addition is not specification change, but to try frozen string literal world discussed on [Feature ... 続きを読む
ci.hsbt.org の現状報告 - HsbtDiary(2013-03-28)
■ ci.hsbt.org の現状報告 以前に作ったよーとアナウンスした ci.hsbt.org ですが今のところ github の popular ランキングの上の方からばしばし追加して 25 個のライブラリやフレームワークを 1 時間感覚でポーリングする ruby trunk の更新のたびにテスト実行しています。 http://ci.hsbt.rog を見ての通り、半分くらいがテスト落ちていま... 続きを読む