Hi,

> I get the wrong binding for process when I (use m):
> 
> -----
> #;1> (use m)
> ; loading ./m.import.so ...
> ; loading ./m.so ...
> #;2> (process)
> hello
> -----

Of course... I was expecting the posix unit's binding for process:

-----
#;1> (use posix)
; loading library posix ...
#;2> process
#<procedure (process cmd2077 . tmp20762078)>
#;3> (use m)
; loading ./m.import.so ...
; loading ./m.so ...
#;4> process
#<procedure (f_12177 . args2448)>
#;5> (process)
hello
-----



Regards,
@ndy

-- 
andy...@ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to