[Swift-devel] Q about wrapper.sh

Zhao Zhang zhaozhang at uchicago.edu
Thu Oct 30 18:55:28 CDT 2008


sure, we need this immediately for a run on BGP, after that, I will 
carefully document this, and propose the solution.
change system() to execv()+fork() or something else.

zhao

Mihael Hategan wrote:
> On Thu, 2008-10-30 at 18:52 -0500, Mihael Hategan wrote:
>   
>> On Thu, 2008-10-30 at 18:47 -0500, Zhao Zhang wrote:
>>     
>>> is that in vdl-int.k? 
>>>       
>> seems so. But also in wrapper.sh.
>>
>>     
>>> if this is the case, I could manage it myself, I 
>>> think.
>>>       
>> see flatten() around line 50.
>>
>> Change 
>>   for(i, butLast(...), if(isList(i) flatten(i) i), "|") last(...)
>>
>> to 
>>   for(i, butLast(...), if(isList(i) flatten(i) i),
>> "<separatorOfYourChoice>") last(...)
>>
>>     
>
> You should fix it properly though. Otherwise we may keep having
> variations on this discussion.
>
>
>   



More information about the Swift-devel mailing list