Release of Fuel 3.0.2

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

Release of Fuel 3.0.2

Max Leske
Hi folks,

Yesterday I released version 3.0.2 of Fuel. This version works with both 5.2 and 5.3.

I've also updated the build jobs on TravisCI to test the new alpha but those currently fail.


Cheers,
Max


signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release of Fuel 3.0.2

marcel.taeumel
Hi Max!

Thank you :-)

Best,
Marcel

Am 09.03.2020 08:12:31 schrieb Max Leske <[hidden email]>:


Hi folks,

Yesterday I released version 3.0.2 of Fuel. This version works with both 5.2 and 5.3.

I've also updated the build jobs on TravisCI to test the new alpha but those currently fail.


Cheers,
Max


Reply | Threaded
Open this post in threaded view
|

Re: Release of Fuel 3.0.2

David T. Lewis
+1

Thank you Max :-)

I just loaded Fuel again into Squeak6.0alpha and it looks all good.

Special thanks for keeping this maintained on Squeak. I occasionally
do inter-Squeak communications with serialized objects, and I prefer
to use Fuel for this.

Dave


On Mon, Mar 09, 2020 at 08:40:02AM +0100, Marcel Taeumel wrote:

> Hi Max!
>
> Thank you :-)
>
> Best,
> Marcel
> Am 09.03.2020 08:12:31 schrieb Max Leske <[hidden email]>:
>
> Hi folks,
>
> Yesterday I released version 3.0.2 of Fuel. This version works with both 5.2 and 5.3.
>
> I've also updated the build jobs on TravisCI to test the new alpha but those currently fail.
>
>
> Cheers,
> Max

>


Reply | Threaded
Open this post in threaded view
|

Re: Release of Fuel 3.0.2

Nicolas Cellier
Thank you for updating this very useful package!
I guess install should look like

Installer ensureRecentMetacello.!

Metacello new
    repository: 'github://theseion/Fuel:3.0.2/repository';
    baseline: 'Fuel';
    load.!

What will be the consequences of adoption of SistaV1 bytecode set and FullBlockClosure in 6.0?
Does it work out of the box?


Le mar. 10 mars 2020 à 01:42, David T. Lewis <[hidden email]> a écrit :
+1

Thank you Max :-)

I just loaded Fuel again into Squeak6.0alpha and it looks all good.

Special thanks for keeping this maintained on Squeak. I occasionally
do inter-Squeak communications with serialized objects, and I prefer
to use Fuel for this.

Dave


On Mon, Mar 09, 2020 at 08:40:02AM +0100, Marcel Taeumel wrote:
> Hi Max!
>
> Thank you :-)
>
> Best,
> Marcel
> Am 09.03.2020 08:12:31 schrieb Max Leske <[hidden email]>:
>
> Hi folks,
>
> Yesterday I released version 3.0.2 of Fuel. This version works with both 5.2 and 5.3.
>
> I've also updated the build jobs on TravisCI to test the new alpha but those currently fail.
>
>
> Cheers,
> Max

>




Reply | Threaded
Open this post in threaded view
|

Re: Release of Fuel 3.0.2

David T. Lewis
On Tue, Mar 10, 2020 at 09:56:47PM +0100, Nicolas Cellier wrote:

> Thank you for updating this very useful package!
> I guess install should look like
>
> Installer ensureRecentMetacello.!
>
> Metacello new
>     repository: 'github://theseion/Fuel:3.0.2/repository';
>     baseline: 'Fuel';
>     load.!
>
> What will be the consequences of adoption of SistaV1 bytecode set and
> FullBlockClosure in 6.0?
> Does it work out of the box?
>

So far it works out of the box for me :-)

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Release of Fuel 3.0.2

marcel.taeumel
In reply to this post by Nicolas Cellier
"Metacello new" will automatically install Metacello in Squeak 5.3 (and above).

Best,
Marcel

Am 10.03.2020 21:57:10 schrieb Nicolas Cellier <[hidden email]>:

Thank you for updating this very useful package!
I guess install should look like

Installer ensureRecentMetacello.!

Metacello new
    repository: 'github://theseion/Fuel:3.0.2/repository';
    baseline: 'Fuel';
    load.!

What will be the consequences of adoption of SistaV1 bytecode set and FullBlockClosure in 6.0?
Does it work out of the box?


Le mar. 10 mars 2020 à 01:42, David T. Lewis <[hidden email]> a écrit :
+1

Thank you Max :-)

I just loaded Fuel again into Squeak6.0alpha and it looks all good.

Special thanks for keeping this maintained on Squeak. I occasionally
do inter-Squeak communications with serialized objects, and I prefer
to use Fuel for this.

Dave


On Mon, Mar 09, 2020 at 08:40:02AM +0100, Marcel Taeumel wrote:
> Hi Max!
>
> Thank you :-)
>
> Best,
> Marcel
> Am 09.03.2020 08:12:31 schrieb Max Leske <[hidden email]>:
>
> Hi folks,
>
> Yesterday I released version 3.0.2 of Fuel. This version works with both 5.2 and 5.3.
>
> I've also updated the build jobs on TravisCI to test the new alpha but those currently fail.
>
>
> Cheers,
> Max

>