bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Newly introduced bug


From: Elias Mårtenson
Subject: Re: [Bug-apl] Newly introduced bug
Date: Fri, 3 Oct 2014 00:24:59 +0800

The test file format is actually very simple. It's just a set of of functions and their expected return value.

Regards,
Elias

On 3 October 2014 00:18, Blake McBride <address@hidden> wrote:
Dear Juergen,

That fixed the problem.  Thanks.  However, this scares me a little bit - random basic functionality failing.  Perhaps I can suggest the following.

Create a test suite that, for now, just tests a bench of somewhat random stuff that you think are good tests.  Then, every time someone reports a problem, such as this one, you can add it to the test suite.  This way we'd be sure that there is some coverage going on and that old bugs don't reappear.  Perhaps it can be run with "make test".

Please let me know if you think this is a good idea but you don't have time for it.  Perhaps I, or someone else on the list, will do it.

Thanks.

Blake


On Thu, Oct 2, 2014 at 11:04 AM, Juergen Sauermann <address@hidden> wrote:
Hi Blake,

thanks, fixed in SVN  483.

/// Jürgen



On 10/02/2014 01:58 PM, Blake McBride wrote:
IBM APL2:

      'Y'∨.≠2 2⍴'X'
1 1



GNU APL:

      'y'∨.≠2 2⍴'x'
LENGTH ERROR
      'y'∨.≠2 2⍴'x'
      ^    ^

Thanks.

Blake





reply via email to

[Prev in Thread] Current Thread [Next in Thread]