bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] FILE_IO library


From: Elias Mårtenson
Subject: Re: [Bug-apl] FILE_IO library
Date: Fri, 1 Aug 2014 21:15:34 +0800

Thank you. I will implement this shortly. Make sure you update it before the 1.4 release.

Regards,
Elias

On 1 Aug 2014 20:57, "Juergen Sauermann" <address@hidden> wrote:
Hi Elias,

as far as I can see you use a nested vector of strings as right  argument of ⎕FX.
In that case Str0() is the best way to represent an empty line.

Another thing I saw is that you instantiate a Quad_FX object. That is unnecessary
because there is an instance called fun for every system function already.
You should use Quad_FX::fun instead.

/// Jürgen


On 08/01/2014 12:37 PM, Elias Mårtenson wrote:
I just checked my code, and it actually passes empty strings as a one-character string containing a single space instead. I think I did that in order to avoid some problems I had earlier with empty lines. Here's the code that does it: https://github.com/lokedhs/gnu-apl-mode/blob/master/native/DefCommand.cc#L49

With this code, blank lines gets eliminated. Are you suggesting I change this to use Str0(LOC) instead?

Regards,
Elias






reply via email to

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