-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a Gitlab project in fresh image gives #label: not found in StPharoApplication (IceTipInteractiveErrorVisitor>>visitAuthenticationError:) #16391
Comments
not sure if this is due to ssh issues to recreate the error - but can do the similar steps in a p11 image without issue |
I think the fix might be something like this (adding #newAlert or equivalent to the application) but not totally sure. visitAuthenticationError: anError NOTE this fix generates an alert dialog, however the messageText doesn't wrap properly so you can't read the error very well. |
this may be an error fixed by @astares. Can you re-check and in case contrary, paste here the stack trace? |
Just to be clear here's the pharo build info: |
lol, this remembers me how much I want to add the build date to that information :P |
@estebanlm when do these fixes propogate to the next build? I'll double check it when the next one appears in PharoLauncher (curious whether the message you get properly wraps in the newInform window) |
They get integrated once a PR is merged in Pharo and a build happens |
I've lost track of how you know when a image producing build happens - in part because the images that are created in PharoLauncher have as @estaban noted - no real concept of time, so coming at if from a distance I don't really have a sense of how often this happens.
It would be useful to know - then we can help a bit more on the side. A decent start would be if the PharoLauncher articfacts contained the description.txt file that had at the date and maybe a link to build server to review the changes?
In absence of that (as I guess its not a 5 min thing) - is there a url to the build server that I can look at?
…On Mon, 8 Apr 2024, at 11:05 AM, CyrilFerlicot wrote:
They get integrated once a PR is merged in Pharo and a build happens
—
Reply to this email directly, view it on GitHub <#16391 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABKL3V2P5WULICZ2GKPVWF3Y4JTVPAVCNFSM6AAAAABFSHX6ZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBSGM2TEOBUGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
When we merge a PR in the Pharo* branch, it will launch a CI that will bootstrap and upload a new Pharo image. It takes around 45min I think. For example for P12 images: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/Pharo12/ When PRs get integrated in external projects we do not build a Pharo image. We need to wait the next integration in this repository. |
While the walkback is fixed the error message is unreadable becuase there is no wrapping in the message box - which I suspected might be the case. |
Bug description
In a fresh P12 image (created 1/Apr/24) I opened a repository browser, and added a gitlab project and got a walkback label: not found in StPharoApplication in method IceTipInteractiveErrorVisitor>>visitAuthenticationError:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should load the baseline project
Screenshots
n/a
Version information:
Expected development cost
small - but not sure if adding #label: is the correct fix
Additional context
The text was updated successfully, but these errors were encountered: