Skip to content

Commit

Permalink
60378
Browse files Browse the repository at this point in the history
19664 Removing a package with extensions let the extensions in the system and break their reload
	https://pharo.fogbugz.com/f/cases/19664

http://files.pharo.org/image/60/60378.zip
  • Loading branch information
Jenkins Build Server authored and ci committed Feb 7, 2017
1 parent ab7ee87 commit 240c87a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
@@ -1,3 +1,3 @@
removePackageCategory: package
self basicRemoveClasses: package definedClasses.
self browsedEnvironment packageOrganizer unregisterPackage: package asNautilusSelection item
removePackageCategory: packageSelection

packageSelection item removeFromSystem.
@@ -0,0 +1,5 @@
removeFromSystem

self definedClasses do: #removeFromSystem.
self extensionMethods do: #removeFromSystem.
self unregister.
@@ -1,4 +1,4 @@
script60377
script60378

^ 'AST-Core-TheIntegrator.492.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand Down Expand Up @@ -222,7 +222,7 @@ Multilingual-TextConversion-TheIntegrator.83.mcz
Multilingual-TextConverterOtherLanguages-TheIntegrator.4.mcz
NECompletion-TheIntegrator.257.mcz
NECompletion-Tests-TheIntegrator.10.mcz
Nautilus-TheIntegrator.1343.mcz
Nautilus-TheIntegrator.1345.mcz
Nautilus-GroupManager-TheIntegrator.24.mcz
Nautilus-GroupManagerUI-TheIntegrator.44.mcz
Nautilus-Tests-TheIntegrator.52.mcz
Expand Down Expand Up @@ -261,7 +261,7 @@ ProfStef-Tests-TheIntegrator.27.mcz
QualityAssistant-YuriyTymchuk.118.mcz
QualityAssistant-Test-YuriyTymchuk.2.mcz
QualityAssistantRecording-Uko.28.mcz
RPackage-Core-TheIntegrator.457.mcz
RPackage-Core-TheIntegrator.459.mcz
RPackage-Tests-TheIntegrator.199.mcz
Random-Core-TheIntegrator.8.mcz
Random-Tests-TheIntegrator.4.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,6 @@
update60378
"self new update60378"
self withUpdateLog: '19664 Removing a package with extensions let the extensions in the system and break their reload
https://pharo.fogbugz.com/f/cases/19664'.
self loadTogether: self script60378 merge: false.
self flushCaches.
@@ -1,6 +1,3 @@
commentForCurrentUpdate
^ '19657 white theme color for button is not good
https://pharo.fogbugz.com/f/cases/19657
19639 More tests for write barrier to cover that modification failure catch right parameters
https://pharo.fogbugz.com/f/cases/19639'
^ '19664 Removing a package with extensions let the extensions in the system and break their reload
https://pharo.fogbugz.com/f/cases/19664'

0 comments on commit 240c87a

Please sign in to comment.