<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/scons-git.git/src/engine/SCons/ErrorsTests.py, branch python3-port</title>
<subtitle>github.com: SCons/scons.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/'/>
<entry>
<title>Merged with [default]</title>
<updated>2014-03-31T16:24:42+00:00</updated>
<author>
<name>Stefan Zimmermann</name>
<email>zimmermann.code@gmail.com</email>
</author>
<published>2014-03-31T16:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=cffcd3c38568d3f82ff83916bbbd1b129373558c'/>
<id>cffcd3c38568d3f82ff83916bbbd1b129373558c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch unit tests to configurable runner</title>
<updated>2014-03-21T08:23:36+00:00</updated>
<author>
<name>anatoly techtonik</name>
<email>techtonik@gmail.com</email>
</author>
<published>2014-03-21T08:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=9cbc6fcdd1a84d9af9bd9eb371f1522991caf73d'/>
<id>9cbc6fcdd1a84d9af9bd9eb371f1522991caf73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.</title>
<updated>2013-09-22T17:08:12+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@oberbrunner.com</email>
</author>
<published>2013-09-22T17:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=953dc41b8b720fdcec7955de67d23206214e5125'/>
<id>953dc41b8b720fdcec7955de67d23206214e5125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http://scons.tigris.org/issues/show_bug.cgi?id=2345</title>
<updated>2010-04-15T00:02:59+00:00</updated>
<author>
<name>Greg Noel</name>
<email>GregNoel@tigris.org</email>
</author>
<published>2010-04-15T00:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=9931fe6c59d330d0dbeea1c51456e3a9f94377d8'/>
<id>9931fe6c59d330d0dbeea1c51456e3a9f94377d8</id>
<content type='text'>
Apply the first part of the 'raise' fixer (the three-argument cases are not
converted and will need to wait until native support of with_traceback() is
available).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply the first part of the 'raise' fixer (the three-argument cases are not
converted and will need to wait until native support of with_traceback() is
available).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 2401: Fix usage of comparison with None, patch from Jared Grubb</title>
<updated>2009-05-03T06:24:01+00:00</updated>
<author>
<name>Greg Noel</name>
<email>GregNoel@tigris.org</email>
</author>
<published>2009-05-03T06:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=ff74e256dccabac534aa952431063a23dfae9ac2'/>
<id>ff74e256dccabac534aa952431063a23dfae9ac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add emacs and vim editing settings to the bottom of *.py files.</title>
<updated>2009-02-09T18:29:43+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2009-02-09T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=ba21ffe311490bb348716e8e9127109e7fdc2f08'/>
<id>ba21ffe311490bb348716e8e9127109e7fdc2f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied Benoit Belley's patch in ticket 1957 improve the robustness of</title>
<updated>2008-10-29T03:01:00+00:00</updated>
<author>
<name>Gary Oberbrunner</name>
<email>garyo@oberbrunner.com</email>
</author>
<published>2008-10-29T03:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=652d80b36bf9e80989336bf7a25b54c176ff626c'/>
<id>652d80b36bf9e80989336bf7a25b54c176ff626c</id>
<content type='text'>
GetBuildFailures().  New function convert_to_buildError, and use it in
several places so all build failures now go through it and are
returned as BuildError exceptions.  Had a small effect on output
formatting in many tests but no significant change to behavior.  I
reworked the patch a little to keep SCons exit status values the same
as before; this patch could make it simpler to change them in some
cases, e.g. exit with the errno of the failed action if desired.  One
nice side effect of this patch is that more scons errors print the
node that caused the error now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GetBuildFailures().  New function convert_to_buildError, and use it in
several places so all build failures now go through it and are
returned as BuildError exceptions.  Had a small effect on output
formatting in many tests but no significant change to behavior.  I
reworked the patch a little to keep SCons exit status values the same
as before; this patch could make it simpler to change them in some
cases, e.g. exit with the errno of the failed action if desired.  One
nice side effect of this patch is that more scons errors print the
node that caused the error now.
</pre>
</div>
</content>
</entry>
<entry>
<title>In the error message, supply the file name that triggered on IOError or OSError, not just the target name.</title>
<updated>2006-02-25T18:18:55+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2006-02-25T18:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=c32fd05c5b00b7658c8459c54bb7df37fd890284'/>
<id>c32fd05c5b00b7658c8459c54bb7df37fd890284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of indentation tabs in the test scripts and have runtest.py invoke them with the python -tt option to keep them out.</title>
<updated>2005-10-14T16:23:52+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2005-10-14T16:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=af962864b108d8fdd654edaf3c0300404ca07e3e'/>
<id>af962864b108d8fdd654edaf3c0300404ca07e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of Configure() enhancements.  (Christoph Wiedemann)</title>
<updated>2004-09-05T20:10:43+00:00</updated>
<author>
<name>Steven Knight</name>
<email>knight@baldmt.com</email>
</author>
<published>2004-09-05T20:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/scons-git.git/commit/?id=8c0944c021fb182621e27270d970287d63943e92'/>
<id>8c0944c021fb182621e27270d970287d63943e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
