The Trunk: Graphics-fbs.216.mcz

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

The Trunk: Graphics-fbs.216.mcz

commits-2
Frank Shearar uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-fbs.216.mcz

==================== Summary ====================

Name: Graphics-fbs.216
Author: fbs
Time: 9 July 2013, 10:05:42.576 pm
UUID: d564a396-6a1b-7444-b2b4-a3146713126b
Ancestors: Graphics-fbs.215

Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).

=============== Diff against Graphics-fbs.215 ===============

Item was changed:
  ----- Method: Cursor>>showWhile: (in category 'displaying') -----
  showWhile: aBlock
  "While evaluating the argument, aBlock, make the receiver be the cursor shape."
  "ar 2/2/2006: Only allow this if active process is ui process"
  | oldcursor |
  Processor activeProcess == Project uiProcess ifFalse:[^aBlock value].
+ oldcursor := Cursor currentCursor.
- oldcursor := Sensor currentCursor.
  self show.
  ^aBlock ensure: [oldcursor show]
  !

Item was removed:
- ----- Method: InputSensor>>currentCursor (in category '*Graphics-KernelExtensions') -----
- currentCursor
- "The current cursor is maintained in class Cursor."
-
- ^ Cursor currentCursor!

Item was removed:
- ----- Method: InputSensor>>currentCursor: (in category '*Graphics-KernelExtensions') -----
- currentCursor: newCursor
- "The current cursor is maintained in class Cursor."
-
- Cursor currentCursor: newCursor.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Frank Shearar-3
On 9 July 2013 22:05,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of Graphics to project The Trunk:
> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>
> ==================== Summary ====================
>
> Name: Graphics-fbs.216
> Author: fbs
> Time: 9 July 2013, 10:05:42.576 pm
> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
> Ancestors: Graphics-fbs.215
>
> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>
> =============== Diff against Graphics-fbs.215 ===============

I am trying to push an updated config map that loads Graphics-fbs.216
before 45Deprecated. The base trunk image doesn't have this package,
so if you try update it in a headful manner, you end up in a broken
image because the current latest config map MUST load 216 or you just
get endless debuggers popping up.

I have a configuration all ready, but when I hit "Post" exactly
nothing happens. No failures, but I see no
http://source.squeak.org/trunk/update-fbs.241.mcm

What's going on?

frank

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Bert Freudenberg

On 2013-07-11, at 16:59, Frank Shearar <[hidden email]> wrote:

> On 9 July 2013 22:05,  <[hidden email]> wrote:
>> Frank Shearar uploaded a new version of Graphics to project The Trunk:
>> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Graphics-fbs.216
>> Author: fbs
>> Time: 9 July 2013, 10:05:42.576 pm
>> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
>> Ancestors: Graphics-fbs.215
>>
>> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>>
>> =============== Diff against Graphics-fbs.215 ===============
>
> I am trying to push an updated config map that loads Graphics-fbs.216
> before 45Deprecated. The base trunk image doesn't have this package,
> so if you try update it in a headful manner, you end up in a broken
> image because the current latest config map MUST load 216 or you just
> get endless debuggers popping up.
>
> I have a configuration all ready, but when I hit "Post" exactly
> nothing happens. No failures, but I see no
> http://source.squeak.org/trunk/update-fbs.241.mcm
>
> What's going on?


You want to hit "Store".

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Frank Shearar-3
On 11 July 2013 16:13, Bert Freudenberg <[hidden email]> wrote:

>
> On 2013-07-11, at 16:59, Frank Shearar <[hidden email]> wrote:
>
>> On 9 July 2013 22:05,  <[hidden email]> wrote:
>>> Frank Shearar uploaded a new version of Graphics to project The Trunk:
>>> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: Graphics-fbs.216
>>> Author: fbs
>>> Time: 9 July 2013, 10:05:42.576 pm
>>> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
>>> Ancestors: Graphics-fbs.215
>>>
>>> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>>>
>>> =============== Diff against Graphics-fbs.215 ===============
>>
>> I am trying to push an updated config map that loads Graphics-fbs.216
>> before 45Deprecated. The base trunk image doesn't have this package,
>> so if you try update it in a headful manner, you end up in a broken
>> image because the current latest config map MUST load 216 or you just
>> get endless debuggers popping up.
>>
>> I have a configuration all ready, but when I hit "Post" exactly
>> nothing happens. No failures, but I see no
>> http://source.squeak.org/trunk/update-fbs.241.mcm
>>
>> What's going on?
>
>
> You want to hit "Store".

Thanks, Bert.

The balloon help on "Store" and "Post" could be a bit more helpful.
Especially "Post" - "Post this configuration to an update stream". But
then again, I should have remembered from last time I published one of
these. Sigh.

frank

> - Bert -

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Bert Freudenberg

On 2013-07-11, at 17:18, Frank Shearar <[hidden email]> wrote:

> On 11 July 2013 16:13, Bert Freudenberg <[hidden email]> wrote:
>>
>> On 2013-07-11, at 16:59, Frank Shearar <[hidden email]> wrote:
>>
>>> On 9 July 2013 22:05,  <[hidden email]> wrote:
>>>> Frank Shearar uploaded a new version of Graphics to project The Trunk:
>>>> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>>>>
>>>> ==================== Summary ====================
>>>>
>>>> Name: Graphics-fbs.216
>>>> Author: fbs
>>>> Time: 9 July 2013, 10:05:42.576 pm
>>>> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
>>>> Ancestors: Graphics-fbs.215
>>>>
>>>> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>>>>
>>>> =============== Diff against Graphics-fbs.215 ===============
>>>
>>> I am trying to push an updated config map that loads Graphics-fbs.216
>>> before 45Deprecated. The base trunk image doesn't have this package,
>>> so if you try update it in a headful manner, you end up in a broken
>>> image because the current latest config map MUST load 216 or you just
>>> get endless debuggers popping up.
>>>
>>> I have a configuration all ready, but when I hit "Post" exactly
>>> nothing happens. No failures, but I see no
>>> http://source.squeak.org/trunk/update-fbs.241.mcm
>>>
>>> What's going on?
>>
>>
>> You want to hit "Store".
>
> Thanks, Bert.
>
> The balloon help on "Store" and "Post" could be a bit more helpful.

Indeed.

> Especially "Post" - "Post this configuration to an update stream".

We should simply remove that button. Nobody is using this for changeset-based update streams anymore.

> But then again, I should have remembered from last time I published one of
> these. Sigh.
>
> frank
>
>> - Bert -
>

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Chris Muller-3
No one is using it, true.  Just one question though:  Does that button
provide a capability of... modifying the _objects_ of an image, and
not just code, in a way that could be potentially useful?

I can't think of anything at the moment that we wouldn't be able to
handle via MC pre/post scripts, so it seems fine to remove that
button.  It's still worth a moment of consideration for any crazy but
useful possibilities..

On Thu, Jul 11, 2013 at 10:20 AM, Bert Freudenberg <[hidden email]> wrote:

>
> On 2013-07-11, at 17:18, Frank Shearar <[hidden email]> wrote:
>
>> On 11 July 2013 16:13, Bert Freudenberg <[hidden email]> wrote:
>>>
>>> On 2013-07-11, at 16:59, Frank Shearar <[hidden email]> wrote:
>>>
>>>> On 9 July 2013 22:05,  <[hidden email]> wrote:
>>>>> Frank Shearar uploaded a new version of Graphics to project The Trunk:
>>>>> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>>>>>
>>>>> ==================== Summary ====================
>>>>>
>>>>> Name: Graphics-fbs.216
>>>>> Author: fbs
>>>>> Time: 9 July 2013, 10:05:42.576 pm
>>>>> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
>>>>> Ancestors: Graphics-fbs.215
>>>>>
>>>>> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>>>>>
>>>>> =============== Diff against Graphics-fbs.215 ===============
>>>>
>>>> I am trying to push an updated config map that loads Graphics-fbs.216
>>>> before 45Deprecated. The base trunk image doesn't have this package,
>>>> so if you try update it in a headful manner, you end up in a broken
>>>> image because the current latest config map MUST load 216 or you just
>>>> get endless debuggers popping up.
>>>>
>>>> I have a configuration all ready, but when I hit "Post" exactly
>>>> nothing happens. No failures, but I see no
>>>> http://source.squeak.org/trunk/update-fbs.241.mcm
>>>>
>>>> What's going on?
>>>
>>>
>>> You want to hit "Store".
>>
>> Thanks, Bert.
>>
>> The balloon help on "Store" and "Post" could be a bit more helpful.
>
> Indeed.
>
>> Especially "Post" - "Post this configuration to an update stream".
>
> We should simply remove that button. Nobody is using this for changeset-based update streams anymore.
>
>> But then again, I should have remembered from last time I published one of
>> these. Sigh.
>>
>> frank
>>
>>> - Bert -
>>
>
> - Bert -
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-fbs.216.mcz

Bert Freudenberg
Not really. A changeset stream could in theory have a changeset with a binary serialized object in it, but AFAIK that was never actually done.

- Bert -

On 2013-07-11, at 17:39, Chris Muller <[hidden email]> wrote:

> No one is using it, true.  Just one question though:  Does that button
> provide a capability of... modifying the _objects_ of an image, and
> not just code, in a way that could be potentially useful?
>
> I can't think of anything at the moment that we wouldn't be able to
> handle via MC pre/post scripts, so it seems fine to remove that
> button.  It's still worth a moment of consideration for any crazy but
> useful possibilities..
>
> On Thu, Jul 11, 2013 at 10:20 AM, Bert Freudenberg <[hidden email]> wrote:
>>
>> On 2013-07-11, at 17:18, Frank Shearar <[hidden email]> wrote:
>>
>>> On 11 July 2013 16:13, Bert Freudenberg <[hidden email]> wrote:
>>>>
>>>> On 2013-07-11, at 16:59, Frank Shearar <[hidden email]> wrote:
>>>>
>>>>> On 9 July 2013 22:05,  <[hidden email]> wrote:
>>>>>> Frank Shearar uploaded a new version of Graphics to project The Trunk:
>>>>>> http://source.squeak.org/trunk/Graphics-fbs.216.mcz
>>>>>>
>>>>>> ==================== Summary ====================
>>>>>>
>>>>>> Name: Graphics-fbs.216
>>>>>> Author: fbs
>>>>>> Time: 9 July 2013, 10:05:42.576 pm
>>>>>> UUID: d564a396-6a1b-7444-b2b4-a3146713126b
>>>>>> Ancestors: Graphics-fbs.215
>>>>>>
>>>>>> Make things use Cursor currentCursor (because InputSensor >> #currentCursor delegates to it anyway).
>>>>>>
>>>>>> =============== Diff against Graphics-fbs.215 ===============
>>>>>
>>>>> I am trying to push an updated config map that loads Graphics-fbs.216
>>>>> before 45Deprecated. The base trunk image doesn't have this package,
>>>>> so if you try update it in a headful manner, you end up in a broken
>>>>> image because the current latest config map MUST load 216 or you just
>>>>> get endless debuggers popping up.
>>>>>
>>>>> I have a configuration all ready, but when I hit "Post" exactly
>>>>> nothing happens. No failures, but I see no
>>>>> http://source.squeak.org/trunk/update-fbs.241.mcm
>>>>>
>>>>> What's going on?
>>>>
>>>>
>>>> You want to hit "Store".
>>>
>>> Thanks, Bert.
>>>
>>> The balloon help on "Store" and "Post" could be a bit more helpful.
>>
>> Indeed.
>>
>>> Especially "Post" - "Post this configuration to an update stream".
>>
>> We should simply remove that button. Nobody is using this for changeset-based update streams anymore.
>>
>>> But then again, I should have remembered from last time I published one of
>>> these. Sigh.
>>>
>>> frank
>>>
>>>> - Bert -
>>>
>>
>> - Bert -
>>
>>
>>
>