Monticello 2 - request for information

Bergel, Alexandre bergel at iam.unibe.ch
Thu May 24 09:07:58 UTC 2007


> But it's very possible to have your own PackageInfo that just has a  
> list of classes and methods which is not category-based.  I believe  
> someone actually started working on this, but can't quite remember  
> the state of this effort.

I am the one who worked on this (back in 2005).
However it does not load in a Squeak-dev 123 :-(

I attached Package-alexandrebergel.56.mcz to this email, if you want  
to browse the code. You can also browse it online
http://www.squeaksource.com/PackagesForSqueak.html

Here is the def of the class package:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Object subclass: #Package
	instanceVariableNames: 'name classes methods description cache'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Package-Base'
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I extended the MC metamodel with
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
MCDefinition subclass: #MCPackageCommentDefinition
	instanceVariableNames: 'packageName comment'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Package-Base'
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
in order to have package comments...

Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Package-alexandrebergel.56.mcz
Type: application/octet-stream
Size: 28513 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20070524/9cd3346c/Package-alexandrebergel.56.obj
-------------- next part --------------



More information about the Squeak-dev mailing list