<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — *Build Status* listing - readability]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=555&amp;type=atom" />
	<updated>2016-05-13T19:14:39Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=555</id>
		<entry>
			<title type="html"><![CDATA[Re: *Build Status* listing - readability]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2509#p2509" />
			<content type="html"><![CDATA[<p>That would be excellent Jeff,<br />Thank you.<br />--- <br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2016-05-13T19:14:39Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2509#p2509</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: *Build Status* listing - readability]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2507#p2507" />
			<content type="html"><![CDATA[<p>John,</p><p>While it wouldn&#039;t be a trivial change, I think it could be very useful to add this feature.&nbsp; I could see if it could be added in 2.29 since 2.28 should be released in the next day or two.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-05-13T11:48:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2507#p2507</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[*Build Status* listing - readability]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2506#p2506" />
			<content type="html"><![CDATA[<p>Would it be possible for SF&#039;s <span class="bbu">*Build Status*</span> listing to put in some kind of a delimeter between successive error and warning messages?&nbsp; I ask, because the listing&#039;s present form can be a little confusing.&nbsp; The problem is that each &#039;error&#039; entry is followed immediately by a &#039;source/filehandler&#039; reference, so it looks as if the two belong together.&nbsp; But they don&#039;t.&nbsp; The &#039;error&#039; entry refers to the &#039;source/fileandler&#039; reference several lines above.</p><br /><p><strong>ILLUSTRATION</strong><br />(example listing)</p><br /><p><strong><span style="color:blue">Present listing</span></strong></p><p>Compiling Source/FileHandler.for<br /><span style="color:red">Source/FileHandler.for:933.26:</span></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF(OP) CLOSE(LU)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /><span style="color:red">Error: Syntax error in CLOSE statement at (1)<br />Source/FileHandler.for:942.21:</span></p><p>&nbsp; &nbsp; &nbsp;+&nbsp; &nbsp; &nbsp; &nbsp;&#039;*.rtf&#039;)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br /><span style="color:red">Error: Syntax error in CALL statement at (1)<br />Source/FileHandler.for:547.9:</span></p><p>&nbsp; &nbsp; &nbsp; IF(dlgopenfile (F%Path,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br /><span style="color:red">Error: IF clause at (1) requires a scalar LOGICAL expression</span></p><br /><p><strong><span style="color:blue">Preferred listing</span></strong></p><p>Compiling Source/FileHandler.for<br />-------------------------------------------------------------------------------------------------<br /><span style="color:red">Source/FileHandler.for:933.26:</span></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF(OP) CLOSE(LU)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /><span style="color:red">Error: Syntax error in CLOSE statement at (1)</span><br />-------------------------------------------------------------------------------------------------<br /><span style="color:red">Source/FileHandler.for:942.21:</span></p><p>&nbsp; &nbsp; &nbsp;+&nbsp; &nbsp; &nbsp; &nbsp;&#039;*.rtf&#039;)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br /><span style="color:red">Error: Syntax error in CALL statement at (1)</span><br />-------------------------------------------------------------------------------------------------<span style="color:red"><br />Source/FileHandler.for:547.9:</span></p><p>&nbsp; &nbsp; &nbsp; IF(dlgopenfile (F%Path,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br /><span style="color:red">Error: IF clause at (1) requires a scalar LOGICAL expression</span><br />-------------------------------------------------------------------------------------------------<br />--- <br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2016-05-13T08:17:32Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2506#p2506</id>
		</entry>
</feed>
