It was stuck on the release cleanup. It is not the only case. Instance of GlobalVariable did not understand #bitAnd: [32] [0mGlobalVariable(Object)>>doesNotUnderstand: #bitAnd: [32] CompiledMethod(CompiledCode)>>numLiterals [32] CompiledMethod(CompiledCode)>>literals [32] [:method | | obsoleteBindings | [32] obsoleteBindings := method literals select: [:literal | literal isVariableBinding and: [ literal value isBehavior and: [ literal value isObsolete ] ] ]. [32] obsoleteBindings do: [:binding | | obsName realName realClass | [32] obsName := binding value name. [32] self [32] trace: 'Binding: '; [32] traceCr: obsName. [32] realName := obsName copyReplaceAll: 'AnObsolete' with: ''. [32] realClass := Smalltalk globals at: realName asSymbol ifAbsent: [ UndefinedObject ]. [32] binding key: binding key value: realClass ]. [32] [32] "do not forget to flush the JIT cache"obsoleteBindings ifNotEmpty: [ method flushCache ] ] in SmalltalkImage>>fixObsoleteBindings in Block: [:method | | obsoleteBindings |... [32] Array(SequenceableCollection)>>do: [32] SmalltalkImage>>fixObsoleteBindings [32] SmalltalkImage>>fixObsoleteReferences [32] BaselineOfIDE>>postload:package:
2017-11-07 16:35 GMT+01:00 <[email protected]>: > There is a new Pharo build available! > > The status of the build #265 was: FAILURE. > > The Pull Request #441 was integrated: "20648-Provide-Bitmap-variant- > of-Source-Code-fonts" > Pull request url: https://github.com/pharo-project/pharo/pull/441 > > Issue Url: https://pharo.fogbugz.com/f/cases/20648 > Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending% > 20pull%20request%20and%20branch%20Pipeline/job/development/265/ >
