-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use empty author in SmalltalkCIPharo13 #656
Conversation
There is a failing job but it seems unrelated: https://github.com/hpi-swa/smalltalkCI/actions/runs/10497340835/job/29079967207?pr=656 |
The error is due to a missing file. Unfortunately, you can't simply save changes from Pharo, since the format that Pharo writes can break SmalltalkCI for other / older platforms. I usually make the changes, and then manually replicate them with a text editor. It's not great but it ensures that other builds don't break. |
I understand, and I was commenting about the error that belongs to the Pharo32-3.0 image. That error was also present in previous PR builds: https://github.com/hpi-swa/smalltalkCI/pull/652/checks so that is why I wrote it is not related. What we would like is to have the Pharo CI green again, without the need to re-introduce the Author class. So it is a request for review :) |
Put back the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. If you put back the version
file as well, the build should also become green again.
|
I need to understand how checks are run in this repository. I've sent a small
@theseion, I've updated the PR, but there is another missing "version" file in one of the builds (again I don't know if this is related since it fails in a Pharo-32 build)
Could you explain a bit what these are or how do you get the content of those? |
Previously, the |
Thanks @theseion ! |
The missing You should check out the |
c15a6bd
to
75da829
Compare
…commit changes to this repository'
Thanks Max, it is clearer to me now. I re-did the PR without using Pharo, only with the relevant changes. There is only one error https://github.com/hpi-swa/smalltalkCI/actions/runs/10566051630/job/29271938542?pr=656
Do you have any hints about this error? It seems strange the whole CI Pharo builds are "blocked" by a 32-bit 3.0 image failing... |
You're using With a couple of exceptions, any failing test will immediately stop the pipeline. This is to save resources because the pipeline takes so long to run. |
Hi again Max. The error is:
Is this related to #657? |
maybe the Moose error is related to #657 |
...alltalkCI-Core.package/SCIMetacelloLoadSpec.class/instance/ignorePackageNotificationClass.st
Outdated
Show resolved
Hide resolved
The issue with Moose has been fixed. |
Thanks @hernanmd! |
This PR tries to fix #655.
Include a silly test.