summaryrefslogtreecommitdiff
path: root/modules/javasci/TODO
diff options
context:
space:
mode:
authorShashank2017-05-29 12:40:26 +0530
committerShashank2017-05-29 12:40:26 +0530
commit0345245e860375a32c9a437c4a9d9cae807134e9 (patch)
treead51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/javasci/TODO
downloadscilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip
CMSCOPE changed
Diffstat (limited to 'modules/javasci/TODO')
-rwxr-xr-xmodules/javasci/TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/javasci/TODO b/modules/javasci/TODO
new file mode 100755
index 000000000..8246ac205
--- /dev/null
+++ b/modules/javasci/TODO
@@ -0,0 +1,24 @@
+* write test on http://codereview.scilab.org/#change,5671
+
+* check memory leaks
+
+* check what is the faster:
+ - From java, send variable [][] and convert into the JNI into variable[][] with row & col size
+ - From java, convert from [][] to [] directly and send it to the native code directly (avoid the conversion in the JNI)
+
+* Write documentation
+
+* scilab error management
+
+* if the function fails, .exec() should return false
+
+* check that a java [][] dimensions are consistent
+/!\ it can impact performances.
+
+* move call_scilab.i into the right module (and helper)
+
+* handle of sparse data type
+See: http://bugzilla.scilab.org/show_bug.cgi?id=7989
+
+* handle of other data type (list, tlist, mlist)
+