[pharo-project/pharo-core] aa28e7: 40217

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] aa28e7: 40217

Eliot Miranda-3
  Branch: refs/heads/4.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: aa28e797888dded04a4b8d67eab2e57a7ab516a5
      https://github.com/pharo-project/pharo-core/commit/aa28e797888dded04a4b8d67eab2e57a7ab516a5
  Author: Jenkins Build Server <[hidden email]>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

  Changed paths:
    M Collections-Sequenceable.package/OrderedCollection.class/instance/enumerating/do_.st
    M Collections-Sequenceable.package/OrderedCollection.class/instance/enumerating/reverseDo_.st
    A DebuggerModel.package/DebugSystemSettings.class/README.md
    A DebuggerModel.package/DebugSystemSettings.class/class/private - settings/addDebugFilterSessingsOn_.st
    A DebuggerModel.package/DebugSystemSettings.class/class/settings/debugSettingsOn_.st
    A DebuggerModel.package/DebugSystemSettings.class/definition.st
    A Nautilus.package/AbstractNautilusUI.class/instance/menus behavior/compareTwoMethods.st
    M Nautilus.package/MethodWidget.class/class/menu/elementsMenu_.st
    A Nautilus.package/NautilusUI.class/instance/menus behavior/compareTwoMethods.st
    A Nautilus.package/NautilusUI.class/instance/widget method/enableMethodDualSelection.st
    A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script217.st
    A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40217.st
    M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
    R Settings-Tools.package/DebugSystemSettings.class/README.md
    R Settings-Tools.package/DebugSystemSettings.class/class/private - settings/addDebugFilterSessingsOn_.st
    R Settings-Tools.package/DebugSystemSettings.class/class/settings/debugSettingsOn_.st
    R Settings-Tools.package/DebugSystemSettings.class/definition.st

  Log Message:
  -----------
  40217
13985 OrderedCollection>>#do: and #reverseDo: are not consistent with the other enumerations
        https://pharo.fogbugz.com/f/cases/13985

13986 move DebugSystemSettings to DebuggerModel package
        https://pharo.fogbugz.com/f/cases/13986

13981 Nautilus should allow to compare two methods
        https://pharo.fogbugz.com/f/cases/13981

http://files.pharo.org/image/40/40217.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] aa28e7: 40217

Sean P. DeNigris
Administrator
GitHub wrote
13981 Nautilus should allow to compare two methods
        https://pharo.fogbugz.com/f/cases/13981
Cool! Thanks, T :)
Cheers,
Sean