Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

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

Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-1.4 Milestone-2.0

New issue 6084 by [hidden email]: [BUG]: File Browser can't load mcz  
files
http://code.google.com/p/pharo/issues/detail?id=6084

1.4 #14444 & Pharo2.0a #20134

1. Open File Browser
2. Select a mcz file
3. Click "Load"

FileReference DNU isRemoteDirectory

In 2.0, the button is not even there


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

Fix for 1.4 in inbox:  
SLICE-Issue-6084-BUG-File-Browser-cant-load-mcz-files-SeanDeNigris.1

Update FileList MC "Load" behavior to use FS (which is what FileList is  
already using internally):
* Fix MCDirectoryRepository>>description for FS (still compatible with  
FileDirectory*)
* Remove MCVersionReader send of #isRemoteDirectory, which doesn't exist in  
FS (or at all in Pharo 2.0)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: Integrated

Comment #2 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

in 20142


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo

Comment #3 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

Issue 5764 has been merged into this issue.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: Accepted

Comment #4 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

The error is fixed, but the button is missing. I would guess FS everywhere  
has broken the service... Also, this should be integrated into 1.4...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Blockedon: pharo:6091

Comment #5 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

I think this is related to the extension vs. extensions issue. FS thinks  
the version number is part of the extension, thus Xxx.1.mcz extension ->  
1.mcz -> not recognized as an mcz.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Labels: Filesystem

Comment #6 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: FixReviewNeeded

Comment #7 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

Fix for 1.4 in inbox:  
SLICE-Issue-6084-BUG-File-Browser-cant-load-mcz-files-SeanDeNigris.1

Update FileList MC "Load" behavior to use FS (which is what FileList is  
already using internally):
* Fix MCDirectoryRepository>>description for FS (still compatible with  
FileDirectory*)
* Remove MCVersionReader send of #isRemoteDirectory, which doesn't exist in  
FS (or at all in Pharo 2.0)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo

Comment #8 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

Maybe the monkey will pick this change up...

Fix for 1.4 in inbox:  
SLICE-Issue-6084-BUG-File-Browser-cant-load-mcz-files-SeanDeNigris.1


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: MonkeyIsChecking

Comment #9 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084#c9

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: WorkNeeded

Comment #10 on issue 6084 by [hidden email]: [BUG]: File Browser  
can't load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084#c10

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6084-BUG-File-Browser-cant-load-mcz-files-SeanDeNigris.1 from  
http://ss3.gemstone.com/ss/PharoInbox:
        MCMergeOrLoadWarning: You are about to load new versions of the following  
packages
that have unsaved changes in the image:

   Monticello
   Monticello

If you continue, you will lose these changes:
  1: MCVersionLoader>>warnAboutLosingChangesTo:ifCancel:ifMerge:
  2: MCVersionLoader>>checkForModificationsIfCancel:ifMerge:
  3: MCVersionLoader>>loadWithNameLike:
  4: MCVersionLoader>>load
  5: GoferLoad>>execute
  6: Gofer>>execute:do:
  7: Gofer>>execute:
  8: Gofer>>load
  9: GoferResolvedReference>>load
10: [self slice load] in ChangeLoader>>loadSlice
        ...Test Results:
-------------
Passed: 5267
        CollectionsTests-Arrayed (562)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (907)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (592)
        CollectionsTests-Support (12)
        CollectionsTests-Text (45)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)
        Tests-Monticello (104)

Errors: 1
        MCDirectoryRepositoryTest>>#testAddAndLoad


----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6084-BUG-File-Browser-cant-load-mcz-files-SeanDeNigris.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20172-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.160 uuid:  
bec8cdf0-4e06-4975-8c02-e882fadf4df3 Jun 22 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.160 uuid:  
bec8cdf0-4e06-4975-8c02-e882fadf4df3 Jun 22 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
744bfe905c78a1a5d408680a8780367ea77e0549 Date: Fri Jun 1 15:17:41 2012  
+0200 By: Esteban Lorenzano <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6084 in pharo: [BUG]: File Browser can't load mcz files

pharo
Updates:
        Status: Duplicate
        Mergedinto: 6231

Comment #11 on issue 6084 by [hidden email]: [BUG]: File Browser can't  
load mcz files
http://code.google.com/p/pharo/issues/detail?id=6084

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker