<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/leakchecker.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Pass -w to lsof</title>
<updated>2025-09-18T17:12:55+00:00</updated>
<author>
<name>John Hawthorn</name>
<email>john@hawthorn.email</email>
</author>
<published>2025-09-17T18:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8073cd4ffa25da7917ccb4270b155c1a73ecc00f'/>
<id>8073cd4ffa25da7917ccb4270b155c1a73ecc00f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix check_tempfile_leak in leakchecker.rb</title>
<updated>2024-09-05T18:03:39+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-08-29T16:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf3b62b54579d5cba4ceee707fee01b198de034a'/>
<id>cf3b62b54579d5cba4ceee707fee01b198de034a</id>
<content type='text'>
The instance variable @tmpfile was removed in ddcfc9f so check_tempfile_leak
did not work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The instance variable @tmpfile was removed in ddcfc9f so check_tempfile_leak
did not work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on Tempfile::Remover in leakchecker.rb</title>
<updated>2024-08-20T18:29:40+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-08-20T18:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2f67610f6bd1f771899ccfd503d2a3b2be63b56f'/>
<id>2f67610f6bd1f771899ccfd503d2a3b2be63b56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if `Bundler::EnvironmentPreserver` is defined</title>
<updated>2023-03-31T02:11:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-03-31T02:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bccdc041665032b819fab1c04ed4dbdfeeeb366b'/>
<id>bccdc041665032b819fab1c04ed4dbdfeeeb366b</id>
<content type='text'>
Only `Bundler` might be defined.  `EnvironmentPreserver` and its
`BUNDLER_PREFIX` would be defined together in the same file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only `Bundler` might be defined.  `EnvironmentPreserver` and its
`BUNDLER_PREFIX` would be defined together in the same file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if Bundler is defined</title>
<updated>2023-03-28T08:17:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-03-27T15:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6adc5be94a9f70a5b9897b81dabdeb49b573393'/>
<id>f6adc5be94a9f70a5b9897b81dabdeb49b573393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't report changed ENV caused by Bundler</title>
<updated>2022-11-04T19:36:30+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2022-11-04T19:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6d835901575d58e7db404665801a1c455ee982a8'/>
<id>6d835901575d58e7db404665801a1c455ee982a8</id>
<content type='text'>
Bundler's backups changes environment variables starting with
BUNDLER_ORIG_. This causes a lot of noise in tests as the leakchecker
reports them as changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bundler's backups changes environment variables starting with
BUNDLER_ORIG_. This causes a lot of noise in tests as the leakchecker
reports them as changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hack to avoid leak checker</title>
<updated>2022-05-25T09:48:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-05-25T09:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=983f2688db3cb856589b5bab5d09147d0a180be5'/>
<id>983f2688db3cb856589b5bab5d09147d0a180be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider environment variable case-insensitiveness</title>
<updated>2021-11-29T14:00:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-28T12:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4acc7563a111fd35524b07150990dc3ef842a685'/>
<id>4acc7563a111fd35524b07150990dc3ef842a685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace MiniTest::Unit to Test::Unit::Runner</title>
<updated>2021-09-10T23:48:03+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-08T01:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8ec187c091537aa5d25f19eee522aaec12bc7c26'/>
<id>8ec187c091537aa5d25f19eee522aaec12bc7c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show leaked file descriptors only, without cwd, txt, and so on</title>
<updated>2021-06-27T12:17:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-06-27T12:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e724857f42280fe285e6d0de69b4832458b80b0a'/>
<id>e724857f42280fe285e6d0de69b4832458b80b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
