Re: [Rd] PROTECT and OCaml GC.

2010-01-08 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Simon Urbanek a écrit : If you have suggestions for extending the API, feel free to post them with exact explanations how in general that extensions could be useful (general is the key word here - I think so far it was rather to hack around your way of implementin

Re: [Rd] PROTECT and OCaml GC.

2010-01-08 Thread Guillaume Yziquel
Simon Urbanek a écrit : If you have suggestions for extending the API, feel free to post them with exact explanations how in general that extensions could be useful (general is the key word here - I think so far it was rather to hack around your way of implementing it). [And FWIW tryEval *is*

Re: [Rd] Segfault in GetNewPage, memory.c.

2010-01-08 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Hello. I'm still working on my OCaml-R binding and I get a segfault in the GetNewPage() function of memory.c. Stupid issue that took me some time to solve: R wasn't initialised. (It wasn't easy to solve because I'm trying to figure out how to get R up and running