Re: [Bug-apl] )CONTINUE crashes

2014-06-14 Thread David B. Lamkins
Thank you. Confirmed fixed. On Sat, 2014-06-14 at 16:54 +0200, Juergen Sauermann wrote: > Hi, > > thanks, fixed in SVN 324.

Re: [Bug-apl] )CONTINUE crashes

2014-06-14 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 324. Elias, I had to remove all static APL variables, see attached path. Please sync your sources (also in SQL?). /// Jürgen On 06/13/2014 08:51 PM, David B. Lamkins wrote: I'm glad you found an underlying cause. This bug turned out to be difficult to isolate. It se

Re: [Bug-apl] )CONTINUE crashes

2014-06-13 Thread David B. Lamkins
I'm glad you found an underlying cause. This bug turned out to be difficult to isolate. It seems that the problem is structural in nature. It's not *only* the presence of the '', but also related to the structure of that variable. I found that I could make the problem go away by deleting lines fr

Re: [Bug-apl] )CONTINUE crashes

2014-06-13 Thread Juergen Sauermann
Hi David, thanks for preparing the testcase. I believe I have found the reason (some well known constants like '' are not being saved), but I need a little longer to fix it. /// Jürgen On 06/13/2014 05:13 AM, David Lamkins wrote: Here's the smallest test case I've been able to isolate: ---

Re: [Bug-apl] )CONTINUE crashes

2014-06-12 Thread David Lamkins
Here's the smallest test case I've been able to isolate: file: foo.apl ⍝! ∇foo;cmd_info cmd_info←⍬ cmd_info←cmd_info, ⊂('help' '[command]' '') cmd_info←cmd_info, ⊂('ident' '' '') cmd_info←cmd_info, ⊂('packages' '' '') cmd_info←cmd_info, ⊂('read' 'package-name' '[document-id]') cmd

[Bug-apl] )CONTINUE crashes

2014-06-12 Thread David Lamkins
This is a preliminary report. I haven't isolated a root cause. When my package manager is in the workspace, doing )CONTINUE crashes APL. Furthermore, APL can't be used (it launches, but never becomes ready for input) until CONTINUE.xml is removed. I'll see what I can do tonight to come up with a