User talk:Genuinelucifer: Difference between revisions

m
(use bug link template)
Line 31: Line 31:
1d) The above works on at least one OS (probably GNU/Linux).   
1d) The above works on at least one OS (probably GNU/Linux).   


2a) PyTave converts various Python objects into appropriate Octave objects: extend this in some way to improve the way @sym objects are returned from Python.  That is, bypass the current generating of xml strings. This could be done in some
2a) PyTave converts various Python objects into appropriate Octave objects. PyTave needs to be extended to return proper @pyobj when it cannot convert the object. Also, symbolic must be able to convert such objects to @sym objects by calling proper python functions via PyTave (if they are indeed @sym).  That is, bypass the current generating of xml strings.
non-optimal way initially, such as hardcoding specifics of @sym objects into PyTave. 


2b) Improve the BIST test set coverage of both PyTave and Symbolic for any new features added.   
2b) Improve the BIST test set coverage of both PyTave and Symbolic for any new features added.   
Line 42: Line 41:
3) Improve on 2a) with some TBD mechanism: perhaps a pure m-file callback feature in the PyTave export code.   
3) Improve on 2a) with some TBD mechanism: perhaps a pure m-file callback feature in the PyTave export code.   


4) The above works on both GNU/Linux and MS Windows.
4) The above works on both GNU/Linux and MS Windows.


=== Time-line ===
=== Time-line ===