Janko,
I have foud the following code: SpecificHeaderField parameterAt: aString ifAbsent: aBlock 1 halt: 'use the transfer encodings of the field, not this'. ^self parameters at: aString ifAbsent: aBlock Can I remove the halt ? Regards, Bruno No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.15.12/1097 - Release Date: 10/28/2007 1:58 PM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.aidaweb.si/pipermail/aida/attachments/20071028/74f9d0ec/attachment.htm |
Bruno:
The AIDA port for dolphin is the available in aidaweb.si ? Do you know if it works with the swazoo version I ported? (1.1.4 if I remember correctly). Best regards, On 10/29/07, Bruno Buzzi Brassesco <smalltalk en adinet.com.uy> wrote: > > > > > Janko, > > > > I have foud the following code: > > > > SpecificHeaderField > > parameterAt: aString ifAbsent: aBlock > > > > 1 halt: 'use the transfer encodings of the field, not this'. > > ^self parameters at: aString ifAbsent: aBlock > > > > Can I remove the halt ? > > > > Regards, > > Bruno > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.12/1097 - Release Date: > 10/28/2007 1:58 PM > > _______________________________________________ > Aida mailing list > Aida en aidaweb.si > http://lists.aidaweb.si/mailman/listinfo/aida > > -- Esteban A. Maringolo eMaringolo en gmail.com |
Esteban,
The current AIDA version for Dolphin is 5.0 and but I do not know which Swazoo version use (I think is one you mention). I think Janko know it. I'm currently porting AIDA 5.4 and Swazoo 2.0. Regards, Bruno -----Original Message----- From: aida-bounces at aidaweb.si [mailto:aida-bounces at aidaweb.si] On Behalf Of Esteban A. Maringolo Sent: Tuesday, October 30, 2007 5:02 AM To: AIDA/Web general discussion list Subject: Re: [aida] Dolphin port Bruno: The AIDA port for dolphin is the available in aidaweb.si ? Do you know if it works with the swazoo version I ported? (1.1.4 if I remember correctly). Best regards, On 10/29/07, Bruno Buzzi Brassesco <smalltalk at adinet.com.uy> wrote: > > > > > Janko, > > > > I have foud the following code: > > > > SpecificHeaderField > > parameterAt: aString ifAbsent: aBlock > > > > 1 halt: 'use the transfer encodings of the field, not this'. > > ^self parameters at: aString ifAbsent: aBlock > > > > Can I remove the halt ? > > > > Regards, > > Bruno > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.12/1097 - Release Date: > 10/28/2007 1:58 PM > > _______________________________________________ > Aida mailing list > Aida at aidaweb.si > http://lists.aidaweb.si/mailman/listinfo/aida > > -- Esteban A. Maringolo eMaringolo at gmail.com _______________________________________________ Aida mailing list Aida at aidaweb.si http://lists.aidaweb.si/mailman/listinfo/aida No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.15.13/1099 - Release Date: 10/30/2007 10:06 AM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.15.13/1099 - Release Date: 10/30/2007 10:06 AM |
Bruno,
Is it available somewhere? Can we coordinate efforts? Whatever we choose (AIDA or Seaside), we will use Swazoo. Best regards, On 10/30/07, Bruno Buzzi Brassesco <smalltalk en adinet.com.uy> wrote: > Esteban, > > The current AIDA version for Dolphin is 5.0 and but I do not know which > Swazoo version use (I think is one you mention). > > I think Janko know it. > > I'm currently porting AIDA 5.4 and Swazoo 2.0. > > Regards, > Bruno > > -----Original Message----- > From: aida-bounces en aidaweb.si [mailto:aida-bounces en aidaweb.si] On Behalf Of > Esteban A. Maringolo > Sent: Tuesday, October 30, 2007 5:02 AM > To: AIDA/Web general discussion list > Subject: Re: [aida] Dolphin port > > Bruno: > > The AIDA port for dolphin is the available in aidaweb.si ? > Do you know if it works with the swazoo version I ported? (1.1.4 if I > remember correctly). > > Best regards, > > On 10/29/07, Bruno Buzzi Brassesco <smalltalk en adinet.com.uy> wrote: > > > > > > > > > > Janko, > > > > > > > > I have foud the following code: > > > > > > > > SpecificHeaderField > > > > parameterAt: aString ifAbsent: aBlock > > > > > > > > 1 halt: 'use the transfer encodings of the field, not this'. > > > > ^self parameters at: aString ifAbsent: aBlock > > > > > > > > Can I remove the halt ? > > > > > > > > Regards, > > > > Bruno > > > > > > > > > > No virus found in this outgoing message. > > Checked by AVG Free Edition. > > Version: 7.5.503 / Virus Database: 269.15.12/1097 - Release Date: > > 10/28/2007 1:58 PM > > > > _______________________________________________ > > Aida mailing list > > Aida en aidaweb.si > > http://lists.aidaweb.si/mailman/listinfo/aida > > > > > > > -- > Esteban A. Maringolo > eMaringolo en gmail.com > _______________________________________________ > Aida mailing list > Aida en aidaweb.si > http://lists.aidaweb.si/mailman/listinfo/aida > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.13/1099 - Release Date: 10/30/2007 > 10:06 AM > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.13/1099 - Release Date: 10/30/2007 > 10:06 AM > > > _______________________________________________ > Aida mailing list > Aida en aidaweb.si > http://lists.aidaweb.si/mailman/listinfo/aida > -- Esteban A. Maringolo eMaringolo en gmail.com |
In reply to this post by BrunoBB
Hi Bruno and Esteban,
Bruno Buzzi Brassesco a ?crit : > Esteban, > > The current AIDA version for Dolphin is 5.0 and but I do not know which > Swazoo version use (I think is one you mention). > Swazoo 1.0 is included in current Aida 5.0 Dolphin package on aidaweb.si > I think Janko know it. > > I'm currently porting AIDA 5.4 and Swazoo 2.0. > > Regards, > Bruno > > -----Original Message----- > From: aida-bounces na aidaweb.si [mailto:aida-bounces na aidaweb.si] On Behalf Of > Esteban A. Maringolo > Sent: Tuesday, October 30, 2007 5:02 AM > To: AIDA/Web general discussion list > Subject: Re: [aida] Dolphin port > > Bruno: > > The AIDA port for dolphin is the available in aidaweb.si ? > Do you know if it works with the swazoo version I ported? (1.1.4 if I > remember correctly). |
In reply to this post by BrunoBB
Hi Bruno,
Bruno Buzzi Brassesco a ?crit : > > I have foud the following code: > > > > SpecificHeaderField > > parameterAt: aString ifAbsent: aBlock > > > > 1 halt: 'use the transfer encodings of the field, not this'. > > ^self parameters at: aString ifAbsent: aBlock > > > > Can I remove the halt ? > for now. We need to ask Bruce Badger for specifics about that method. But leave that for now. Janko |
In reply to this post by Esteban A. Maringolo
Hi Esteban and Bruno,
Esteban A. Maringolo a ?crit : > Is it available somewhere? > Can we coordinate efforts? > I would really appreciate if you coordinate efforts and do both ports as soon as possible. Try also to be pragmatic and do a workable port first then deal with harder to port details. Best regards Janko > Whatever we choose (AIDA or Seaside), we will use Swazoo. > > Best regards, > > > On 10/30/07, Bruno Buzzi Brassesco <smalltalk na adinet.com.uy> wrote: > >> Esteban, >> >> The current AIDA version for Dolphin is 5.0 and but I do not know which >> Swazoo version use (I think is one you mention). >> >> I think Janko know it. >> >> I'm currently porting AIDA 5.4 and Swazoo 2.0. >> >> Regards, >> Bruno >> >> -----Original Message----- >> From: aida-bounces na aidaweb.si [mailto:aida-bounces na aidaweb.si] On Behalf Of >> Esteban A. Maringolo >> Sent: Tuesday, October 30, 2007 5:02 AM >> To: AIDA/Web general discussion list >> Subject: Re: [aida] Dolphin port >> >> Bruno: >> >> The AIDA port for dolphin is the available in aidaweb.si ? >> Do you know if it works with the swazoo version I ported? (1.1.4 if I >> remember correctly). |
Free forum by Nabble | Edit this page |