[Pharo-users] Re: Loading from a git repository with Metacello on a running seaside image

2022-04-25 Thread Emilio Oca
Hi Gabriel, Dale! My BaselineOf had only #baseline: Added #projectClass But is still not working. It seems to be doing the load, but not the pull before the load. I had implemented no more than #baseLine: and now projectClass. If I go through the UI and do the pull it works perfectly. Can I

[Pharo-users] Re: Loading from a git repository with Metacello on a running seaside image

2022-04-25 Thread Dale Henrichs
Emilio, Are you using a repository without Monticello meta data? If so, then you need to change the #projectClass of you your baseline to: > projectClass > Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl > ]. > ^ super projectClass unless the #projectClass is

[Pharo-users] Re: Loading from a git repository with Metacello on a running seaside image

2022-04-25 Thread Gabriel Cotelli
Is your BaselineOf implementing: projectClass ^ MetacelloCypressBaselineProject ? AFAIR missing this method caused that kind of problem in the past. On Mon, Apr 25, 2022 at 6:30 PM Emilio Oca wrote: > Hi Esteban > > Thanks for the hint. > It is still not working. > Even if I remove

[Pharo-users] Re: Loading from a git repository with Metacello on a running seaside image

2022-04-25 Thread Esteban Lorenzano
mmm, you may be having another problem elsewhere, because what I typed should be working (is how we enforce the load of new versions to run the tests, for example). Esteban On Apr 25 2022, at 11:30 pm, Emilio Oca wrote: > Hi Esteban > > Thanks for the hint. > It is still not working. > Even if

[Pharo-users] Re: Loading from a git repository with Metacello on a running seaside image

2022-04-25 Thread Emilio Oca
Hi Esteban Thanks for the hint. It is still not working. Even if I remove BaselineOfMyProject and MyProject. When it reloads, it doesn't loads the last version of head at github but the one that was already at the image. I just want to update up to what is at gibhub head. Is there another way?

[Pharo-users] [ANN] docker-pharo-vm v9.0.14 [v9.0.14] released!

2022-04-25 Thread Buenos Aires Smalltalk
docker-pharo-vm, docker image for Pharo VM reached it's v9.0.14 version. Changelog Docker image for running a headless Pharo VM on top of Debian 11 Slim. Pharo VM version Pharo 9.0.14 built on Mar 30 2022 16:50:29 Compiler: 5.4.0 20160609 Built from: v9.0.14 - Commit: 93600e1 - Date: 2022-03-30

[Pharo-users] [ANN] Willow-SpinKit v9.1.0 [v9.1.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-SpinKit, integration between Willow and SpinKit reached it's v9.1.0 version. What's Changed Added Pharo 10 support by @gcotelli in https://github.com/ba-st/Willow-SpinKit/pull/24 Full Changelog: https://github.com/ba-st/Willow-SpinKit/compare/v9.0.0…v9.1.0 Regards, The Buenos Aires

[Pharo-users] [ANN] Willow-Playground v9.1.0 [v9.1.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-Playground, examples on how to use Willow to develop a complete interactive web application reached it's v9.1.0 version. What's Changed Improved Pharo 9 compatibility by @mtabacman in https://github.com/ba-st/Willow-Playground/pull/50 Added Pharo 10 support by @gcotelli in

[Pharo-users] [ANN] Willow-Mixpanel v5.1.0 [v5.1.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-Mixpanel, integration between Willow and Mixpanel reached it's v5.1.0 version. What's Changed Added handy commands for user identification, track start and end of session by @jvanecek in https://github.com/ba-st/Willow-Mixpanel/pull/11 Added Pharo 10 support by @gcotelli in

[Pharo-users] [ANN] Willow-Auth0 v2.1.0 [v2.1.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-Auth0, integration between Willow and Auth0 Universal Login reached it's v2.1.0 version. What's Changed Improved Pharo 9 compatibility by @mtabacman in https://github.com/ba-st/Willow-Auth0/pull/8 Added Pharo 10 support by @gcotelli in https://github.com/ba-st/Willow-Auth0/pull/9 Full

[Pharo-users] [ANN] Willow-Bootstrap v13.2.0 [v13.2.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-Bootstrap, integration between Willow & Bootstrap 3/4 reached it's v13.2.0 version. What's Changed Minor protocol corrections. by @mtabacman in https://github.com/ba-st/Willow-Bootstrap/pull/118 Trim blank spaces in classifications by @jvanecek in

[Pharo-users] [ANN] Willow-JQueryUI v12.1.0 [v12.1.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow-JQueryUI, integration between Willow and JQuery UI reached it's v12.1.0 version. What's Changed Library improvements by @mtabacman in https://github.com/ba-st/Willow-JQueryUI/pull/30 Removed unused class ComponentVisibilityTogglingCommand by @mtabacman in

[Pharo-users] [ANN] Willow v14.3.0 [v14.3.0] released!

2022-04-25 Thread Buenos Aires Smalltalk
Willow, the Web Interaction Library that eases the burden of creating AJAX-based web applications reached it's v14.3.0 version. What's Changed Portability improvements by @mtabacman in https://github.com/ba-st/Willow/pull/205 Force LoadingNotificationCommand to execute the then argument on ajax