SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
508 stars 71 forks source link

Version 3.5.6 loading error because of Grease dep #1411

Closed vitormcruz closed 3 months ago

vitormcruz commented 3 months ago

Version 3.5.6 seems to requires Grease 1.17.x, but there is no such tag, so installing Seaside in this version renders an error: [Pharo 11, Windows 10]

 baseline:'Seaside3';
 repository: 'github://SeasideSt/Seaside:v3.5.6/repository';
 load

image

jbrichau commented 3 months ago

It’s github://SeasideSt/Grease:v1.17.x/repository and the tag exists: https://github.com/SeasideSt/Grease/releases/tag/v1.17.x

Not sure why you get that error…

On 15 Apr 2024, at 20:24, Vitor Medina Cruz @.***> wrote:

Version 3.5.6 seems to requires Grease 1.17.x, but there is no such tag, so installing Seaside in this version renders an error: [Pharo 11, Windows 10]

baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:v3.5.6/repository'; load image.png (view on web) https://github.com/SeasideSt/Seaside/assets/1001427/79dc2e1b-1662-40d2-9b93-f03f647318ad — Reply to this email directly, view it on GitHub https://github.com/SeasideSt/Seaside/issues/1411, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHDZZQBFF74NSYVYI4NTO3Y5QLMHAVCNFSM6AAAAABGH3SNYOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DIMZTGYYTKNI. You are receiving this because you are subscribed to this thread.

vitormcruz commented 3 months ago

Humm, I looked at the releases pane only, that's why I didn't saw the 1.17.x tag...

But Iceberg fail to load... I will try to delete my workspace later and download everything again to see it it works.

vitormcruz commented 3 months ago

Deleting my clone of grease and letting inceberg to clone it again solved the problem. I have seen this happend before, but I don't know why... I will close the issue.