Hi Elias,
thanks! I got a few errors, and no file seems to have been changed?
/// Jürgen
make -C src git-pull
make[1]: Entering directory `/home/eedjsa/apl/apl-1.4/src'
make -C emacs_mode git-pull
make[2]: Entering directory `/home/eedjsa/apl/apl-1.4/src/emacs_mode'
git pull
error: refs/heads/master does not point to a valid object!
error: refs/heads/master does not point to a valid object!
error: refs/heads/master does not point to a valid object!
error: refs/heads/master does not point to a valid object!
remote: Counting objects: 171, done.
remote: Compressing objects: 100% (119/119), done.
remote: Total 171 (delta 105), reused 83 (delta 52)
Receiving objects: 100% (171/171), 53.95 KiB | 0 bytes/s, done.
Resolving deltas: 100% (105/105), done.
From https://github.com/lokedhs/gnu-apl-mode
adb0df7..d3729b7 master -> origin/master
Updating 4513a31..d3729b7
Fast-forward
gnu-apl-documentation.el | 42 +++++++++++-------
gnu-apl-editor.el | 11 ++++-
gnu-apl-follow.el | 2 +-
gnu-apl-interactive.el | 45 ++++++++++++-------
gnu-apl-mode.el | 29 +++++++++----
gnu-apl-network.el | 8 +++-
gnu-apl-plot.el | 4 +-
gnu-apl-spreadsheet.el | 2 +-
gnu-apl-util.el | 17 ++++++++
native/DefCommand.cc | 8 ++--
native/Makefile | 3 +-
native/NetworkConnection.cc | 2 +
native/SendCommand.cc | 102
++++++++++++++++++++++++++++++++++++++++++++
native/SendCommand.hh | 32 ++++++++++++++
native/TempFileWrapper.cc | 70 ++++++++++++++++++++++++++++++
native/TempFileWrapper.hh | 50 ++++++++++++++++++++++
native/TraceData.cc | 9 ++--
native/emacs.hh | 2 +-
18 files changed, 378 insertions(+), 60 deletions(-)
create mode 100644 native/SendCommand.cc
create mode 100644 native/SendCommand.hh
create mode 100644 native/TempFileWrapper.cc
create mode 100644 native/TempFileWrapper.hh
make[2]: Leaving directory `/home/eedjsa/apl/apl-1.4/src/emacs_mode'
make -C sql git-pull
make[2]: Entering directory `/home/eedjsa/apl/apl-1.4/src/sql'
cp -f Makefile Makefile.1
git reset --hard
fatal: Could not parse object 'HEAD'.
make[2]: *** [git-pull] Error 128
make[2]: Leaving directory `/home/eedjsa/apl/apl-1.4/src/sql'
make[1]: *** [git-pull] Error 2
make[1]: Leaving directory `/home/eedjsa/apl/apl-1.4/src'
make: *** [git-pull] Error 2
eedjsa@Server65:~/apl/apl-1.4$
On 08/07/2014 04:03 PM, Elias Mårtenson wrote:
Awesome, it works great. I've implemented this in the emacs mode
native code now.
You can merge it into mainline, and I have no longer anything that
holds back a 1.4 release.
Regards,
Elias
On 7 August 2014 20:33, Juergen Sauermann
<juergen.sauerm...@t-online.de <mailto:juergen.sauerm...@t-online.de>>
wrote:
Hi Elias,
sorry, probably committed it to my local 1.3 .branch rather than
to 1.4.
Should be in SVN 423 file InputFile.hh.
/// Jürgen
On 08/07/2014 06:20 AM, Elias Mårtenson wrote:
OK, I have updated everything and the code works fine. There
is only one more outstanding issue and that is that your
function set_line_no() doesn't work yet.
In the meantime, I'm simply sending N number of blank lines
before the actual block in order to coerce the line number to
be correct.
Once this is ready I don't have any blocking issues left
preventing a release of 1.4.
Regards,
Elias