Re: [tcljava-dev] missing exec functionality
Brought to you by:
mdejong
From: Mo D. <su...@ba...> - 2002-01-15 23:46:03
|
On Tue, 15 Jan 2002 18:20:20 -0500 Shawn Boyce <sh...@qc...> wrote: > >> P.S. > >> I just checked in the first part of your reflection based exec patch. > >> > > Was the patch file ok? First time I ever did it. > > Just saw your SourceForge comment. Do you really mean the background > patch or the theads-based code? In the future, I'll try to break up my > changes into smaller chunks ;) I think it makes sense to keep the bg and thread reading code together. The reflection API call and the thread code were the two that I thought did not mix. The reason this matters is because it really helps 1 year down the road when you are trying to look at the history of a given command. If patches for different things were all mixed together, it would be really hard to track down exactly how the code got from one point to another. cheers Mo |