Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

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

Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo
Status: Fixed
Owner: [hidden email]
CC: stephane.ducasse

New issue 3252 by [hidden email]: [Repackage] "Announcements"  
should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

Pharo 1.2a 12235

After an IRC discussion with Alexandre and Stef yesterday we agreed
that it would be good to start working on cleaning up/organizing
the packages and get better structure into the system. According to
Stef we should just start and see how it goes.

We will use the seaside naming convention:  
http://code.google.com/p/seaside/wiki/PackageNaming
and I hope we can
  - keep tests separated but close to the code
  - provide a documentation/help package
  - document
  - enhance tests

I will start with the announcememt framework:


Install the two changesets. It documents some classes, recategorizes
the tests, provide additional tests and provide a new help book.

After that you have

  - a changed package "Announcements-Core" since I started to document
  - a changed package "Tests" since tests are now repackaged close to the  
code
  - a new package "Announcements-Tests-Core" => this has to be SAVED
  - a new package "Announcements-Help" => this has to be SAVED

Open the Monticello browser to see that.

If you open the help browser you will also see a new book about the  
framework.

I dont provide a slice since I think it is easier for the integrators
to use the changesets and later create the new mcz's.

Attachments:
        01 Recategorize.cs  796 bytes
        02 Enhance.cs  9.3 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo

Comment #1 on issue 3252 by [hidden email]:  
[Repackage] "Announcements" should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

The slice is ready for integration:

SLICE-Issue-3252-RepackageAnnouncements-TorstenBergmann.1.mcz


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo
Updates:
        Status: Closed

Comment #2 on issue 3252 by stephane.ducasse: [Repackage] "Announcements"  
should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

in 12240


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo
Updates:
        Labels: Milestone-1.2

Comment #3 on issue 3252 by stephane.ducasse: [Repackage] "Announcements"  
should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo

Comment #4 on issue 3252 by [hidden email]:  
[Repackage] "Announcements" should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

We should run

   Smalltalk organization sortCategories.

to display class categories alphabetically again.

There is now also an empty category "Tests-Announcements" left which
we should clean:

   Smalltalk organization removeSystemCategory: 'Tests-Announcements'.
   Smalltalk organization sortCategories.





Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo
Updates:
        Status: Fixed

Comment #5 on issue 3252 by stephane.ducasse: [Repackage] "Announcements"  
should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

Thanks I will do that.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

pharo
In reply to this post by pharo
Updates:
        Status: Closed

Comment #6 on issue 3252 by stephane.ducasse: [Repackage] "Announcements"  
should be well structured
http://code.google.com/p/pharo/issues/detail?id=3252

in 12249