1. My name in future.htm
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 29, 2006
- 510 views
Rob, In future.htm you write: Parser: The warning about short-circuit evaluation is not issued when a function call is an argument to another function, or an index of a sequence. Thanks to Pete Lomax. I was being deeply sarcastic when I reported that. Please remove my name from that "bug report". Alternatively, please replace "Thanks to Pete Lomax" with "Since Pete Lomax pointed out just how pointless and annoying warnings about short circuit evaluation are, I thought I'd make the problem worse." Thanks, Pete
2. Re: My name in future.htm
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 29, 2006
- 502 views
Pete Lomax wrote: > Rob, > In future.htm you write: > > Parser: The warning about short-circuit evaluation is not issued when > a function call is an argument to another function, or an index of a > sequence. Thanks to Pete Lomax. > > I was being deeply sarcastic when I reported that. Please remove my > name from that "bug report". Alternatively, please replace "Thanks to > Pete Lomax" with "Since Pete Lomax pointed out just how pointless and > annoying warnings about short circuit evaluation are, I thought I'd > make the problem worse." OK, I've removed that item entirely. I am probably already "over-warning" about short-circuit side-effects. The warnings made more sense when short-circuit evaluation was first introduced 7 years ago. At that time, people were very concerned that existing code was going to mysteriously break. The warnings identified places where breakage might occur. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
3. Re: My name in future.htm
- Posted by Antonio Alessi <a.admin at myway.it> Jul 31, 2006
- 510 views
Robert Craig wrote: > > Pete Lomax wrote: > > Rob, > > In future.htm you write: > > > > Parser: The warning about short-circuit evaluation is not issued when > > a function call is an argument to another function, or an index of a > > sequence. Thanks to Pete Lomax. > > > > I was being deeply sarcastic when I reported that. Please remove my > > name from that "bug report". Alternatively, please replace "Thanks to > > Pete Lomax" with "Since Pete Lomax pointed out just how pointless and > > annoying warnings about short circuit evaluation are, I thought I'd > > make the problem worse." > > OK, I've removed that item entirely. > > I am probably already "over-warning" about > short-circuit side-effects. The warnings made more > sense when short-circuit evaluation was first > introduced 7 years ago. At that time, people were > very concerned that existing code was going to > mysteriously break. The warnings identified places > where breakage might occur. > > Regards, > Rob Craig > Rapid Deployment Software > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> Thank you sincerely for that Rob, on my behalf too; Sorry, but I must point out in this context that today the Trace option is 40% unusable, so EUPHORIA does not hold a true up-to-date debugging tool, while the printout of sequences is a real torment. A. Alessi
4. Re: My name in future.htm
- Posted by jacques deschĂȘnes <desja at globetrotter.net> Jul 31, 2006
- 513 views
- Last edited Aug 01, 2006
Hi Antonio, I've seen worse tracing facility. You could try Delphi 6 tracing to get message like that: "Due to optimization this variable is not visible." when asking to see a simple integer variable. regards, Jacques DeschĂȘnes Antonio Alessi wrote: > > Sorry, but I must point out in this context that today the Trace option is > 40% unusable, so EUPHORIA does not hold a true up-to-date debugging tool, > while the printout of sequences is a real torment. > > A. Alessi
5. Re: My name in future.htm
- Posted by "codepilot Gmail Account" <codepilot at gmail.com> Aug 01, 2006
- 513 views
------=_Part_28370_15086136.1154379260811 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Trace doesn't work, what do you mean? On 7/31/06, Antonio Alessi <guest at rapideuphoria.com> wrote: > > > posted by: Antonio Alessi <a.admin at myway.it> > > Robert Craig wrote: > > > > Pete Lomax wrote: > > > Rob, > > > In future.htm you write: > > > > > > Parser: The warning about short-circuit evaluation is not issued when > > > a function call is an argument to another function, or an index of a > > > sequence. Thanks to Pete Lomax. > > > > > > I was being deeply sarcastic when I reported that. Please remove my > > > name from that "bug report". Alternatively, please replace "Thanks to > > > Pete Lomax" with "Since Pete Lomax pointed out just how pointless and > > > annoying warnings about short circuit evaluation are, I thought I'd > > > make the problem worse." > > > > OK, I've removed that item entirely. > > > > I am probably already "over-warning" about > > short-circuit side-effects. The warnings made more > > sense when short-circuit evaluation was first > > introduced 7 years ago. At that time, people were > > very concerned that existing code was going to > > mysteriously break. The warnings identified places > > where breakage might occur. > > > > Regards, > > Rob Craig > > Rapid Deployment Software > > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com > </a> > > > Thank you sincerely for that Rob, on my behalf too; > > Sorry, but I must point out in this context that today the Trace option is > 40% unusable, so EUPHORIA does not hold a true up-to-date debugging tool, > while the printout of sequences is a real torment. > > A. Alessi > > > > ------=_Part_28370_15086136.1154379260811 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Trace doesn't work, what do you mean?<br><br> <div><span class="gmail_quote">On 7/31/06, <b class="gmail_sendername">Antonio Alessi</b> <<a href="mailto:guest at rapideuphoria.com">guest at rapideuphoria.com</a>> wrote:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">============ The Euphoria Mailing List ============<br><br><br>posted by: Antonio Alessi <a.admin at <a href="http://myway.it"> myway.it</a>><br><br>Robert Craig wrote:<br>><br>> Pete Lomax wrote:<br>> > Rob,<br>> > In future.htm you write:<br>> ><br>> > Parser: The warning about short-circuit evaluation is not issued when <br>> > a function call is an argument to another function, or an index of a<br>> > sequence. Thanks to Pete Lomax.<br>> ><br>> > I was being deeply sarcastic when I reported that. Please remove my <br>> > name from that "bug report". Alternatively, please replace "Thanks to<br>> > Pete Lomax" with "Since Pete Lomax pointed out just how pointless and<br>> > annoying warnings about short circuit evaluation are, I thought I'd <br>> > make the problem worse."<br>><br>> OK, I've removed that item entirely.<br>><br>> I am probably already "over-warning" about<br>> short-circuit side-effects. The warnings made more <br>> sense when short-circuit evaluation was first<br>> introduced 7 years ago. At that time, people were<br>> very concerned that existing code was going to<br>> mysteriously break. The warnings identified places <br>> where breakage might occur.<br>><br>> Regards,<br>> Rob Craig<br>> Rapid Deployment Software<br>> <a href="<a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a>"> <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a></a><br><br><br>Thank you sincerely for that Rob, on my behalf too;<br><br>Sorry, but I must point out in this context that today the Trace option is <br>40% unusable, so EUPHORIA does not hold a true up-to-date debugging tool,<br>while the printout of sequences is a real torment.<br><br>A. Alessi<br><br>--^---------------------------------------------------------------- <br>This email was sent to: <a href="mailto:codepilot at gmail.com">codepilot at gmail.com</a><br><br>EASY UNSUBSCRIBE click here: <a href="http://topica.com/u/?b1dd66.bNXKZl.Y29kZXBp">http://topica.com/u/?b1dd66.bNXKZl.Y29kZXBp </a><br>Or send an email to: <a href="mailto:EUforum-unsubscribe at topica.com">EUforum-unsubscribe at topica.com</a><br><br>For Topica's complete suite of email marketing solutions visit:<br><a href="http://www.topica.com/?p=TEXFOOTER"> http://www.topica.com/?p=TEXFOOTER</a><br>--^----------------------------------------------------------------<br><br></blockquote></div><br> ------=_Part_28370_15086136.1154379260811--