Anonymous | Login | 03-07-2021 08:27 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0006175 | [Squeak] Monticello | tweak | always | 02-20-07 00:29 | 02-20-07 00:29 | |||||||
Reporter | black | View Status | public | |||||||||
Assigned To | avi | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | 3.9 | |||||||||
Summary | 0006175: image contains an MCDirectoryRepository instance that is a local file | |||||||||||
Description |
The image distributed for 3.9 contains the singleton class MCRepositoryGroup. That class has a class instance variable "default" that referencs the current instance. That instance has an instance variable "repositories", which is an ordered collection. The 4th element of that collection is a MCDirectoryRepository(OSX:Data:SqueakToTestScripts:sm:cache:packages:9p654jiwppck8xlc6jw26fvro:8) This is bogus, and should be removed before the next version of the system is snaped. |
|||||||||||
Additional Information |
Something like the following needs to be executed in an update | invalidRepositories | invalidRepositories := (MCRepositoryGroup default instVarNamed: 'repositories') reject: [:each | each isValid ]. invalidRepositories do: [ :each | MCRepositoryGroup default removeRepository: each] |
|||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
![]() |
|||
Date Modified | Username | Field | Change |
02-20-07 00:29 | black | New Issue | |
02-20-07 00:29 | black | Status | new => assigned |
02-20-07 00:29 | black | Assigned To | => avi |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
30 total queries executed. 27 unique queries executed. |