Closed GoogleCodeExporter closed 9 years ago
The functions are used without being qualified in the examples in the termite
paper.
Original comment by rawl...@gmail.com
on 20 Jul 2008 at 9:09
The reported problem is easily fixed: Add pid? process? and whatever else you
need
to the list in the
(##namespace ("termite#"
instruction in /usr/local/Gambit-C/current/lib/termite/termite#.scm. That will
keep
you going until they get added in svn.
Original comment by alephzil...@gmail.com
on 24 Jul 2008 at 11:12
pid? has been added to the namespace. I think process? should be avoided since
it
only has some meaning when dealing with local processes (i.e. it doesn't work
in a
distributed setting, and should only be used internally by Termite)
Original comment by guillaum...@gmail.com
on 7 Aug 2008 at 4:08
Original issue reported on code.google.com by
rawl...@gmail.com
on 20 Jul 2008 at 9:08