On Tue, Oct 07, 2003 at 07:10:57PM -0700, Ilya Zakharevich wrote: > > Maybe we should solve this headache the easy way by moving ext/threads/shared/ > > to ext/threads-shared. XS is confusing enough without trying to shoehorn > > two modules into one directory. > > *If* they are independent enough, then yes. However, I see little > reason to use one of them without another; thus the "joint status" > makes all the sense to me. The problem is currently they're built as wholely seperate modules, yet one is in a subdirectory of the other. Why this is so, I don't know, but its unnecessarily complex. Either they should be seperated into threads/ and threads-shared/ or they should be unified and the NORECURS removed so when threads/ is built, threads/shared/ is built as well just like a normal module. Arthur?Thread Previous | Thread Next