[squeak-dev] Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

Ken G. Brown
Going through Keith's stuff from <http://installer.pbwiki.com/>, loading into sq3.10-7159dev08.04.2,
when attempting to do Installer install: 'MinorFixesUnstable'., it halts with a notifier dialog saying syntax error.

Ken G. Brown

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

keith1y
Ken G. Brown wrote:
> Going through Keith's stuff from <http://installer.pbwiki.com/>, loading into sq3.10-7159dev08.04.2,
> when attempting to do Installer install: 'MinorFixesUnstable'., it halts with a notifier dialog saying syntax error.
>
> Ken G. Brown
>
>
>  
Indeed a disadvantage of the LPF scheme is that it requires those
submitting fixes to submit valid code... I found the following on that page

" http://bugs.squeak.org/view.php?id=5331 "
Installer mantis ensureFix: '5331 'abc' beginsWith: 'ab' asWideString
(returns wrong result)'.

fixed now

Keith


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

Nicolas Cellier-3
In reply to this post by Ken G. Brown
Ken G. Brown wrote:
> Going through Keith's stuff from <http://installer.pbwiki.com/>, loading into sq3.10-7159dev08.04.2,
> when attempting to do Installer install: 'MinorFixesUnstable'., it halts with a notifier dialog saying syntax error.
>
> Ken G. Brown
>
>

Some mess was my fault, just corrected magic Installer sequence for
http://bugs.squeak.org/view.php?id=6797 and
http://bugs.squeak.org/view.php?id=6366 and
http://bugs.squeak.org/view.php?id=5331 and
http://bugs.squeak.org/view.php?id=6933 and
http://bugs.squeak.org/view.php?id=6990

(forgotten period, space in filenames and uppercase/lowercase filename
mismatch)


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

Nicolas Cellier-3
nice wrote:

> Ken G. Brown wrote:
>> Going through Keith's stuff from <http://installer.pbwiki.com/>,
>> loading into sq3.10-7159dev08.04.2, when attempting to do Installer
>> install: 'MinorFixesUnstable'., it halts with a notifier dialog saying
>> syntax error.
>>
>> Ken G. Brown
>>
>>
>
> Some mess was my fault, just corrected magic Installer sequence for
> http://bugs.squeak.org/view.php?id=6797 and
> http://bugs.squeak.org/view.php?id=6366 and
> http://bugs.squeak.org/view.php?id=5331 and
> http://bugs.squeak.org/view.php?id=6933 and
> http://bugs.squeak.org/view.php?id=6990
>
> (forgotten period, space in filenames and uppercase/lowercase filename
> mismatch)
>

And Keith corrected my bug in
http://installer.pbwiki.com/MinorFixesUnstable-Squeak310 (forgot to
double quote in a String).

Apologies


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Installer install: 'MinorFixesUnstable'. in sq3.10-7159dev08.04.2 gives syntax error

Ken G. Brown
In reply to this post by Ken G. Brown
Ok,  Installer install: 'MinorFixesUnstable'. completes properly now in sq3.10-7159dev08.04.1.
Thx!
   Ken G. Brown

At 11:11 AM -0700 4/6/08, [hidden email] apparently wrote:

>Date: Sun, 06 Apr 2008 17:03:13 +0000
>From: nice <[hidden email]>
>Subject: [squeak-dev] Re: Installer install: 'MinorFixesUnstable'. in
> sq3.10-7159dev08.04.2 gives syntax error
>To: [hidden email]
>Message-ID: <ftavoe$3dg$[hidden email]>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>nice wrote:
>> Ken G. Brown wrote:
>>> Going through Keith's stuff from <http://installer.pbwiki.com/>,
> >> loading into sq3.10-7159dev08.04.1, when attempting to do Installer
> >> install: 'MinorFixesUnstable'., it halts with a notifier dialog saying
>>> syntax error.
>>>
>>> Ken G. Brown
>>>
>>>
>>
>> Some mess was my fault, just corrected magic Installer sequence for
>> http://bugs.squeak.org/view.php?id=6797 and
>> http://bugs.squeak.org/view.php?id=6366 and
>> http://bugs.squeak.org/view.php?id=5331 and
>> http://bugs.squeak.org/view.php?id=6933 and
>> http://bugs.squeak.org/view.php?id=6990
>>
>> (forgotten period, space in filenames and uppercase/lowercase filename
>> mismatch)
>>
>
>And Keith corrected my bug in
>http://installer.pbwiki.com/MinorFixesUnstable-Squeak310 (forgot to
>double quote in a String).
>
>Apologies