From: drscrypt on 2 Jun 2010 18:29 Interesting sequence: This is OK: % package req twapi 2.2.3 % package req Expect 5.43 This is not: % package req Expect 5.43 % package req twapi can't import command "wait": already exists I don't think there ought to be any difference between the two sequences. DrS
From: APN on 2 Jun 2010 20:30 Are you in tkcon ? In tkcon, twapi automatically imports all commands into the global namespace for my convenience :-) This is probably a misfeature I'll fix. /Ashok On Jun 3, 3:29 am, drscr...(a)gmail.com wrote: > Interesting sequence: > > This is OK: > % package req twapi > 2.2.3 > % package req Expect > 5.43 > > This is not: > > % package req Expect > 5.43 > % package req twapi > can't import command "wait": already exists > > I don't think there ought to be any difference between the two sequences. > > DrS
From: drscrypt on 3 Jun 2010 12:05 On 6/2/2010 8:30 PM, APN wrote: > Are you in tkcon ? In tkcon, twapi automatically imports all commands > into the global namespace for my convenience :-) This is probably a > misfeature I'll fix. Yes, this was in tkcon. So this only comes up while running from tkcon? It is probably a good idea to fix it anyway - I am sure the two wait's do wildly different things. DrS
|
Pages: 1 Prev: cross compiling expect Next: What is the status of tdbc? |