Skip to content
Snippets Groups Projects
Commit 03cbfc1e authored by David Hendriks's avatar David Hendriks
Browse files

updated todo

parent 36397811
No related branches found
No related tags found
No related merge requests found
File added
......@@ -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?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment