<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/generic_erb.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>tool/generic_erb.rb: Add a hack to prevent "unused variable" warnings</title>
<updated>2022-11-18T05:56:55+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-11-18T05:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=417f3cd89365a12c1cd49f0df842a3dc2eb040b3'/>
<id>417f3cd89365a12c1cd49f0df842a3dc2eb040b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "tool/generic_erb.rb: Use ERB#result_with_hash instead of #result"</title>
<updated>2022-11-18T05:45:21+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-11-18T05:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e19afe36ca64b261f25622219d570720fd20a28e'/>
<id>e19afe36ca64b261f25622219d570720fd20a28e</id>
<content type='text'>
This reverts commit bd148a2bdd0c1a4d7679eedcd649171cdb4234d7.

ERB#result_with_hash does not work on Ruby 2.2

https://ci.appveyor.com/project/ruby/ruby/builds/45420170
```
../tool/generic_erb.rb:33:in `block (2 levels) in &lt;main&gt;': undefined method `result_with_hash' for #&lt;ERB:0x0000000002516650&gt; (NoMethodError)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bd148a2bdd0c1a4d7679eedcd649171cdb4234d7.

ERB#result_with_hash does not work on Ruby 2.2

https://ci.appveyor.com/project/ruby/ruby/builds/45420170
```
../tool/generic_erb.rb:33:in `block (2 levels) in &lt;main&gt;': undefined method `result_with_hash' for #&lt;ERB:0x0000000002516650&gt; (NoMethodError)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>tool/generic_erb.rb: Use ERB#result_with_hash instead of #result</title>
<updated>2022-11-18T05:38:49+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-11-18T05:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bd148a2bdd0c1a4d7679eedcd649171cdb4234d7'/>
<id>bd148a2bdd0c1a4d7679eedcd649171cdb4234d7</id>
<content type='text'>
to prevent the warnings:
```
./tool/generic_erb.rb:23: warning: assigned but unused variable - output
./tool/generic_erb.rb:24: warning: assigned but unused variable - vpath
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to prevent the warnings:
```
./tool/generic_erb.rb:23: warning: assigned but unused variable - output
./tool/generic_erb.rb:24: warning: assigned but unused variable - vpath
```
</pre>
</div>
</content>
</entry>
<entry>
<title>output.rb: extract from generic_erb.rb</title>
<updated>2022-11-01T05:34:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-01T02:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a2e7b11f2ae13f96171cb8a5aa6ae3cc75f6f083'/>
<id>a2e7b11f2ae13f96171cb8a5aa6ae3cc75f6f083</id>
<content type='text'>
- writing to a file or stdout
- touching timestamp files
- overwriting only if changed
- colorizing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- writing to a file or stdout
- touching timestamp files
- overwriting only if changed
- colorizing
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Extracted AtomicWrite"</title>
<updated>2021-03-13T00:14:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-03-13T00:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07ff1f4b0b040b594a6fec44d9888395343449c6'/>
<id>07ff1f4b0b040b594a6fec44d9888395343449c6</id>
<content type='text'>
This reverts commit 2148ee78a5bc5e679903f5839c66578bfcf94a39, mistakenly committed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2148ee78a5bc5e679903f5839c66578bfcf94a39, mistakenly committed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extracted AtomicWrite</title>
<updated>2021-03-13T00:10:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2016-01-07T05:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2148ee78a5bc5e679903f5839c66578bfcf94a39'/>
<id>2148ee78a5bc5e679903f5839c66578bfcf94a39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed needless LOAD_PATH modification.</title>
<updated>2019-07-15T04:44:37+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-07-15T04:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b401fb35a4196ba0229622a1bcdc5966f10e8e5d'/>
<id>b401fb35a4196ba0229622a1bcdc5966f10e8e5d</id>
<content type='text'>
  We can use require_relative now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  We can use require_relative now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move vpath.rb into tool library direcotry.</title>
<updated>2019-07-15T04:16:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-07-15T04:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=badfbdf32c26f44b93687698b4dca9dd95f70a75'/>
<id>badfbdf32c26f44b93687698b4dca9dd95f70a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put colorize to library directory.</title>
<updated>2019-07-15T00:40:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-07-14T23:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e8ddbc0239b9dfa32787e93c6942f085e5c42b49'/>
<id>e8ddbc0239b9dfa32787e93c6942f085e5c42b49</id>
<content type='text'>
  Same as 66299e7ca83d379d13abaa5411f3e0419334cabb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Same as 66299e7ca83d379d13abaa5411f3e0419334cabb
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix building with 1.8 BASERUBY"</title>
<updated>2019-05-30T01:03:21+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-05-30T00:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d2ba80b5df7118383cbcfae934316310c6d81633'/>
<id>d2ba80b5df7118383cbcfae934316310c6d81633</id>
<content type='text'>
This reverts commit 05bc14d81a1d7f6af826a92371aeff0c3fb2a67e.

We have decided that the cost of reintroducing support for 1.8
BASERUBY outweighs the benefit.  If you are still using 1.8 and want
to build master/trunk, build and install the latest release, and use
that as BASERUBY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 05bc14d81a1d7f6af826a92371aeff0c3fb2a67e.

We have decided that the cost of reintroducing support for 1.8
BASERUBY outweighs the benefit.  If you are still using 1.8 and want
to build master/trunk, build and install the latest release, and use
that as BASERUBY.
</pre>
</div>
</content>
</entry>
</feed>
