はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ ruby trunk

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 7 / 7件)
 

ruby trunk changes を git notes で閲覧する方法 2022版 - ruby trunk changes

2022/12/11 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip changes git notes 方法

最初に説明抜きで結論を 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 … 技術評論社

2019/05/15 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip RubyKaigi メンテナー Ruby コミッター 基調講演

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

2016/01/25 このエントリーをはてなブックマークに追加 17 users Instapaper Pocket Tweet Facebook Share Evernote Clip 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

2016/01/06 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip feature

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

2015/12/08 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip feature

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

2015/10/04 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip feature LITERA Change in Ruby

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)

2013/03/28 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub HsbtDiary フレームワーク ライブラリ

■ ci.hsbt.org の現状報告 以前に作ったよーとアナウンスした ci.hsbt.org ですが今のところ github の popular ランキングの上の方からばしばし追加して 25 個のライブラリやフレームワークを 1 時間感覚でポーリングする ruby trunk の更新のたびにテスト実行しています。 http://ci.hsbt.rog を見ての通り、半分くらいがテスト落ちていま... 続きを読む

 
(1 - 7 / 7件)