2008-10-22から1日間の記事一覧

Plugging Ruby Memory Leaks: heap/stack dump patches to help take out the trash.

Ruby 用のメモリ分析ツールらしいっす。 In this blog post I'm releasing some patches to MRI Ruby 1.8.7p72 that add heap dumping, object reference finder, stack dumping, object allocation/deallocation tracking, and some more goodies to MRI Ru…

Merb 1.0 RC2 release

Merb 1.0 のリリース候補 2 回目がリリースされた。 今回のリリースによって、Windows 環境で動作するようになった。 1.0 正式リリースは 11 月はじめを予定しているそうです。正式リリースのあかつきには、PC Web とかで紹介してくれんかのう。

Python 2.6 をインストールすると Mercurial で警告が出るのを回避する

Python2.6 をインストールすると、Mercurial で警告が出るようになった。 $ hg push /usr/local/lib/python2.6/site-packages/mercurial/sshrepo.py:64: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. self.pipeo, self.pipei, …