[pharo-project/pharo-core] 22898d: 50626

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] 22898d: 50626

Eliot Miranda-3
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: 22898dd7b817b7d8f08a4a0e28e0b689c6e160d6
      https://github.com/pharo-project/pharo-core/commit/22898dd7b817b7d8f08a4a0e28e0b689c6e160d6
  Author: Jenkins Build Server <[hidden email]>
  Date:   2016-03-03 (Thu, 03 Mar 2016)

  Changed paths:
    M Collections-Strings.package/Symbol.class/instance/system primitives/flushCache.st
    A Collections-Support.package/Association.class/instance/testing/isSpecial.st
    M FreeType.package/FreeTypeFace.class/instance/validation/validate.st
    A FreeType.package/FreeTypeFont.class/instance/validation/validate.st
    A Graphics-Fonts.package/AbstractFont.class/instance/development support/validate.st
    M Kernel.package/CompiledMethod.class/instance/accessing/flushCache.st
    M Refactoring-Critics.package/RBExplicitRequirementMethodsRule.class/instance/running/basicCheck_.st
    M Refactoring-Critics.package/RBExplicitRequirementMethodsRule.class/instance/running/checkClass_.st
    M Refactoring-Critics.package/RBSelfSentNotImplementedRule.class/instance/running/basicCheck_.st
    M Refactoring-Critics.package/RBSelfSentNotImplementedRule.class/instance/running/checkMethod_.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50625.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50626.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50625.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50626.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
    M Traits.package/TBehavior.class/instance/private/flushCache.st

  Log Message:
  -----------
  50626
17392 FreeType numCharMaps nil causes Array>>basicNew: to fail
        https://pharo.fogbugz.com/f/cases/17392

17740 RBSelfSentNotImplementedRule needs to ignore Traits methods
        https://pharo.fogbugz.com/f/cases/17740

17215 Proposed fix for OCLiteralVariable>>emitValue:
        https://pharo.fogbugz.com/f/cases/17215

17132 better comment for flushcache
        https://pharo.fogbugz.com/f/cases/17132

http://files.pharo.org/image/50/50626.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] 22898d: 50626

EstebanLM

On 03 Mar 2016, at 14:35, GitHub <[hidden email]> wrote:

17392 FreeType numCharMaps nil causes Array>>basicNew: to fail
https://pharo.fogbugz.com/f/cases/17392

I’m not sure this will actually fix the problem… but I’m getting closer, I think… please report any problem :P

Esteban