gopy/bind
Cosmos Nicolaou 6fbd665bfb
bind: improve error reporting for python incompatible methods
* improve error reporting

* remove spurious printf
2020-02-13 13:52:35 +01:00
..
bind.go major reorg to support multi-packages in one .so all working -- emergent mostly working. 2019-08-24 10:31:16 +02:00
bind_unix.go all: split unix/windows support 2019-01-16 10:58:11 +01:00
bind_windows.go all: split unix/windows support 2019-01-16 10:58:11 +01:00
doc.go cffi: Support named type + Pass 'seq.go' test. 2017-08-02 15:43:33 +00:00
gen.go bind: slice elem method auto-wraps the handle, also maps 2019-09-30 15:32:05 +02:00
gen_func.go should be last fixes before switching over paths and pulling from PR etc: added osfile example test, which uses pkg and imports os -- needed some fixes to get os package to parse, including fixing error conversion from string, and dealing with func literals with no arg names. osfile doesn't actually work b/c python import only working after install -- not worth doing install for test. 2019-08-24 10:31:16 +02:00
gen_map.go bind: slice elem method auto-wraps the handle, also maps 2019-09-30 15:32:05 +02:00
gen_slice.go bind: slice elem method auto-wraps the handle, also maps 2019-09-30 15:32:05 +02:00
gen_struct.go more PR review fixes -- should be all done -- just doing tests on emergent app to make sure everything works.. 2019-08-24 10:31:16 +02:00
gen_type.go most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
gen_varconst.go bind: use python case for booleans 2019-12-30 16:54:23 +01:00
package.go bind: slice elem method auto-wraps the handle, also maps 2019-09-30 15:32:05 +02:00
printer.go all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
printer_test.go bind/printer: impl io.Reader + test 2015-07-29 08:36:45 +02:00
stdtypes.go should be last fixes before switching over paths and pulling from PR etc: added osfile example test, which uses pkg and imports os -- needed some fixes to get os package to parse, including fixing error conversion from string, and dealing with func literals with no arg names. osfile doesn't actually work b/c python import only working after install -- not worth doing install for test. 2019-08-24 10:31:16 +02:00
symbols.go bind: improve error reporting for python incompatible methods 2020-02-13 13:52:35 +01:00
types.go most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
utils.go gopy: add environment variable support 2020-02-10 16:34:42 +01:00
utils_test.go all: split unix/windows support 2019-01-16 10:58:11 +01:00