[pharo-project/pharo-core] 20b048: 50162

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] 20b048: 50162

Eliot Miranda-3
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: 20b048a48f156733c427506d50aa4cc20df2e57b
      https://github.com/pharo-project/pharo-core/commit/20b048a48f156733c427506d50aa4cc20df2e57b
  Author: Jenkins Build Server <[hidden email]>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    A Monticello.package/MCRepository.class/instance/error handling/error_.st
    M Nautilus.package/AbstractNautilusUI.class/instance/menus behavior/addClass.st
    M RPackage-Core.package/RPackageOrganizer.class/instance/accessing/packageNamed_ifAbsent_.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50161.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50162.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50161.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50162.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
    A Slot.package/BaseSlot.class/instance/comparing/=.st
    A Slot.package/BaseSlot.class/instance/comparing/hash.st
    A Slot.package/BaseSlot.class/instance/initalize/default.st
    A Slot.package/ExampleSlotWithDefaultValue.class/instance/accessing/default.st
    A Slot.package/ExampleSlotWithDefaultValue.class/instance/comparing/=.st
    A Slot.package/ExampleSlotWithDefaultValue.class/instance/comparing/hash.st

  Log Message:
  -----------
  50162
15912 Classes are not rebuilt when changing only slot parameters
        https://pharo.fogbugz.com/f/cases/15912

14310 Renaming a package just by changing upper/lowercase removes the package
        https://pharo.fogbugz.com/f/cases/14310

15926 Monticello should raise MCRepositoryError and not Error
        https://pharo.fogbugz.com/f/cases/15926

12190 Nautilus right click menus do not work on empty panes
        https://pharo.fogbugz.com/f/cases/12190

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


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] 20b048: 50162

Sean P. DeNigris
Administrator
GitHub wrote
14310 Renaming a package just by changing upper/lowercase removes the package
        https://pharo.fogbugz.com/f/cases/14310
This is a nasty one. I've been bitten by this twice. I was able to recover the changes, but to a new user this would be horrifying! So...

Issue 15935 Backport 4.0: Renaming a package just by changing upper/lowercase removes the package
https://pharo.fogbugz.com/default.asp?15935
Cheers,
Sean