About BitBlt current -> BitBlt (Fuel)
Hi I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too. Now it touches Fuel so Fuel guys can you merge on your side too? https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt Stef
On it! On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anything⦠Max On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
Max, we use a primitive from BitBtl to perform writing of word-like instances (Bitmaps etc). It makes writing word objects way faster. Check the method #copyWordObjectToBuffer: aWordObject and its senders. Cheers, On Tue, Oct 29, 2013 at 6:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
Thanks Mariano, Iâll look at that. On 29.10.2013, at 15:39, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Max, we use a primitive from BitBtl to perform writing of word-like instances (Bitmaps etc). It makes writing word objects way faster. Check the method #copyWordObjectToBuffer: aWordObject and its senders.
Cheers,
On Tue, Oct 29, 2013 at 6:55 AM, Max Leske <maxleske@gmail.com> wrote: Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
Bleeding edge only: Name: Fuel-MaxLeske.787 Author: MaxLeske Time: 29 October 2013, 11:41:05.948727 pm UUID: 2199a684-70e6-4dee-b3f1-ee389d959aed Ancestors: Fuel-MarianoMartinezPeck.775, Fuel-MaxLeske.786 merging tips from 3.0 development and fuel repo On 29.10.2013, at 19:56, Max Leske <maxleske@gmail.com> wrote:
Thanks Mariano, Iâll look at that.
On 29.10.2013, at 15:39, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Max, we use a primitive from BitBtl to perform writing of word-like instances (Bitmaps etc). It makes writing word objects way faster. Check the method #copyWordObjectToBuffer: aWordObject and its senders.
Cheers,
On Tue, Oct 29, 2013 at 6:55 AM, Max Leske <maxleske@gmail.com> wrote: Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
Fuel was using BitBlt current and I change that to BitBlt Stef On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
BTW....it is time to move the hashBits: to a more general class....but the question is where? On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
Where did you find that method? I couldnât find any implementors or references⦠On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
hehehe sorry, it was #hackBits: :) On Wed, Oct 30, 2013 at 6:52 PM, Max Leske <maxleske@gmail.com> wrote:
Where did you find that method? I couldnât find any implementors or referencesâ¦
On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
Wow⦠Form is mindnumbing⦠On 30.10.2013, at 23:00, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
hehehe sorry, it was #hackBits: :)
On Wed, Oct 30, 2013 at 6:52 PM, Max Leske <maxleske@gmail.com> wrote: Where did you find that method? I couldnât find any implementors or referencesâ¦
On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
Indeed. That's why I want to move it to a separate class. On Fri, Nov 1, 2013 at 5:18 PM, Max Leske <maxleske@gmail.com> wrote:
Wow⦠Form is mindnumbingâ¦
On 30.10.2013, at 23:00, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
hehehe sorry, it was #hackBits: :)
On Wed, Oct 30, 2013 at 6:52 PM, Max Leske <maxleske@gmail.com> wrote:
Where did you find that method? I couldnât find any implementors or referencesâ¦
On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
Did #hackBits: come with Fuel? Itâs not an extension method⦠On 04.11.2013, at 01:10, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Indeed. That's why I want to move it to a separate class.
On Fri, Nov 1, 2013 at 5:18 PM, Max Leske <maxleske@gmail.com> wrote: Wow⦠Form is mindnumbingâ¦
On 30.10.2013, at 23:00, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
hehehe sorry, it was #hackBits: :)
On Wed, Oct 30, 2013 at 6:52 PM, Max Leske <maxleske@gmail.com> wrote: Where did you find that method? I couldnât find any implementors or referencesâ¦
On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
On Mon, Nov 4, 2013 at 4:05 AM, Max Leske <maxleske@gmail.com> wrote:
Did #hackBits: come with Fuel? Itâs not an extension methodâ¦
No, it is not an extension method. I was referring to change Pharo itself, not Fuel ;)
On 04.11.2013, at 01:10, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Indeed. That's why I want to move it to a separate class.
On Fri, Nov 1, 2013 at 5:18 PM, Max Leske <maxleske@gmail.com> wrote:
Wow⦠Form is mindnumbingâ¦
On 30.10.2013, at 23:00, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
hehehe sorry, it was #hackBits: :)
On Wed, Oct 30, 2013 at 6:52 PM, Max Leske <maxleske@gmail.com> wrote:
Where did you find that method? I couldnât find any implementors or referencesâ¦
On 30.10.2013, at 21:42, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW....it is time to move the hashBits: to a more general class....but the question is where?
On Wed, Oct 30, 2013 at 6:21 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Fuel was using BitBlt current and I change that to BitBlt
Stef
On Oct 29, 2013, at 10:55 AM, Max Leske <maxleske@gmail.com> wrote:
Stef, what exactly is the influence on Fuel? I looked at the changes of your slice and couldnât find anythingâ¦
Max
On 25.10.2013, at 16:26, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I just pushed a change cleaning some strange usage. BitBlt was sometimes invoked via BitBlt current (which just returned the BitBlt class). Apparently in Squeak they removed it too.
Now it touches Fuel so Fuel guys can you merge on your side too?
https://pharo.fogbugz.com/f/cases/12009/BitBlt-current-BitBlt
Stef
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Mariano Martinez Peck -
Max Leske -
Stéphane Ducasse