spacebat / termite

Automatically exported from code.google.com/p/termite
Other
0 stars 0 forks source link

pid? and process? seem to be undefined, but termite#____ works #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Launch tsi
2. Enter pid? => *** ERROR IN (console)@1.1 -- Unbound variable: pid?
3. Enter termite#pid? => #<procedure #3 termite#pid?>

Running ubuntu-linux, gambit scheme v4.2.8 and svn termite.

I'll be happy to provide any additional information necessary.

Original issue reported on code.google.com by rawl...@gmail.com on 20 Jul 2008 at 9:08

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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