From 03cbfc1ebe17e6d1efe6b3acca9b57a0483e1e57 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Fri, 8 Nov 2019 13:38:06 +0000 Subject: [PATCH] updated todo --- .binary_c_python_api.c.swp | Bin 0 -> 1024 bytes TODO.org | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .binary_c_python_api.c.swp diff --git a/.binary_c_python_api.c.swp b/.binary_c_python_api.c.swp new file mode 100644 index 0000000000000000000000000000000000000000..df644636b4141ddb926e3f7ddb6072642942ddfa GIT binary patch literal 1024 zcmYc?$V<%2S1{7E)H7y40>POK3@M3anJGwOxR_vdx<09S`DOXKo++t`0f{NP!Nw*A tx`rm6;XZI}Ntt<xMV0Z%@dcG78Tonfi3OQ@$#B_G#%KtPh5)@o005nY7=Zu) literal 0 HcmV?d00001 diff --git a/TODO.org b/TODO.org index e209dd9a6..4357237b5 100644 --- a/TODO.org +++ b/TODO.org @@ -119,18 +119,25 @@ sub autogen_C_logging_code CLOSED: [2019-10-31 Thu 11:13] *** DONE Make function in python that generates c-function from a list of arguments CLOSED: [2019-10-29 Tue 23:52] -*** TODO Resolve current issue malloc +*** DONE Resolve current issue malloc + CLOSED: [2019-11-08 Fri 11:12] ➜ binary_c-python git:(master) ✗ python python_API_test.py Traceback (most recent call last): File "python_API_test.py", line 3, in <module> import binary_c ImportError: /home/david/projects/binary_c_root/binary_c-python/libbinary_c_api.so: undefined symbol: MALLOC -I get this error when I am using the master version of binary_c with either branches of the python wrapper +I get this error when I am using the master version of binary_c with either branches of the python wrapper.. + +That went very deep haha. alot of memory allocation stuff *** TODO Make sure this works with the last major release of binaryc *** DONE Finish testing a simpler case (see other repo) CLOSED: [2019-11-08 Fri 09:37] +*** TODO Make master master work +*** TODO Sync master with david_branch +*** TODO make tag of old master branch for future reference +*** TODO finish today ** General: *** DONE Get a more reliable way of loading the default values (running a ./tbse echo or something?) -- GitLab