-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Pharo build is broken #17332
Labels
Comments
So apparently this is not in the microdown baseline in Pharo but in the baseline in the microdown repo. |
I do not get why Attempt to read undeclared variable IceRepository
|
Something like this? postload: loader package: packageSpec
| repo |
self class name, ' postload ' traceCr.
repo := (self class environment classNamed: #IceRepository)
ifNotNil: [ :iceberg |
iceberg registry
detect: [ :each | each name = 'Microdown' ]
ifNone: [ nil ] ].
[ repo ifNotNil: [ :p2 | (p2 packageNamed: 'BaselineOfMicrodown') reload ] ]
on: MCMergeOrLoadWarning
do: [ :ex | ex load ] |
I did a PR to fix this: pillar-markup/Microdown#909 |
Fixed, although some problems persists: #17348 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently the build is broken.
Now I do not understand why because I did not change anything in the pharo13 branch of Microdown.
The text was updated successfully, but these errors were encountered: