<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ruby 1.9.3 on YAPH</title><link>https://www.lonsteins.com/tags/ruby-1.9.3/</link><description>Recent content in Ruby 1.9.3 on YAPH</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Ross Lonstein, All rights reserved.</copyright><lastBuildDate>Wed, 03 Apr 2013 17:29:41 -0500</lastBuildDate><atom:link href="https://www.lonsteins.com/tags/ruby-1.9.3/index.xml" rel="self" type="application/rss+xml"/><item><title>Ruby debugger in 1.9.3</title><link>https://www.lonsteins.com/posts/ruby-debugger-in-1.9.3/</link><pubDate>Wed, 03 Apr 2013 17:29:41 -0500</pubDate><guid>https://www.lonsteins.com/posts/ruby-debugger-in-1.9.3/</guid><description>&lt;p&gt;I decided to really dig into &lt;a href="http://www.ruby-lang.org/" target="_blank" rel="noopener noreferrer"&gt;Ruby&lt;/a&gt; and its
ecosystem. It&amp;rsquo;s quick to get things started using &lt;a href="https://rvm.io/" target="_blank" rel="noopener noreferrer"&gt;RVM&lt;/a&gt;
and the language is fun (and for what it&amp;rsquo;s worth, on my system Ruby
1.9.3 is slightly faster than Perl 5.12 on my favorite trivial string
parsing test of extracting fields from 500,000 lines of Apache combined
log) but coming from Python and Perl I find frustrating quirks in the
tools. Today&amp;rsquo;s example is that the debugger is broken on 1.9.x and
searching turns up hundreds of &amp;ldquo;fixes&amp;rdquo; that don&amp;rsquo;t work or only build for
specific releases of ruby and the dependencies. I realize it isn&amp;rsquo;t
&amp;ldquo;core&amp;rdquo;&amp;mdash; there is a debug module in the 1.9.3 stdlib that is kind of
undocumented&amp;mdash; but it is the sort of thing you expect to work or get
flagged as broken. It seems that the authors/maintainers of the debugger
gave up on it, but &lt;a href="https://github.com/cldwalker/debugger" target="_blank" rel="noopener noreferrer"&gt;Gabriel Horner has a fork that
works&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>