octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #8783] C++ implementation of textscan


From: Lachlan Andrew
Subject: [Octave-patch-tracker] [patch #8783] C++ implementation of textscan
Date: Wed, 10 Feb 2016 09:44:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #38, patch #8783 (project octave):

I don't think it is possible to make textscan as a module with the current
Octave core, because Octave explicitly disables seekg.  However, with the
small patch in textscan_enable_seek.cset, it is possible to make a module --
in textscan_module.cset.

It places the files in libinterp/corefcn because that is where it should
probably eventually live, but it doesn't provide the glue to build it.  It
needs mkoctfile.  This still has the test in the .cc file.  There was a typo
in one of the tests, which stopped it from compiling; was the reason you said
the tests had to be separated?  (Sorry for being so careless ):

(FWIW, Last time, when I tried to text the modules, it was running the
original .m script...)



(file #36288, file #36289)
    _______________________________________________________

Additional Item Attachment:

File name: textscan_enable_seek.cset      Size:1 KB
File name: textscan_module.cset           Size:106 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8783>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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