embray / gappy

Python interface to GAP
GNU General Public License v3.0
13 stars 5 forks source link

fix #22 #23

Open michaelontiveros opened 5 months ago

michaelontiveros commented 5 months ago

I made MakeStringWithLen non-static, and changed the type of the first variable from char to const char. I replaced MarkBag with GAP_MarkBag from libgap. I passed dummy variables to OpenOutputStream and CloseOutput.

michaelontiveros commented 5 months ago

oh shoot i just reverted the #18 memory fix because the tests failed! Would you like me to put it back? i put it back lol :)

specify gap's heap size in the gap initializer like

gap = Gap( gap_root, gap_memory )

where gap_memory is the integer valued heap size in megabytes