Hi Alex,
I just noticed this method:
MOEasel>>method
^ MOEasel >> #method
Obviously you need it for something because you just changed it, but I cannot figure out what its role is :). Could you explain it?
Cheers,
Doru
--
www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
Hi,
i was trying to load JNIPort as described on squeaksource on my Macbook (OS
X 10.6.6). I downloaded the latest Pharo 1.2 from Hudson (
https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/) and
opened it using SqueakVM 5.8b12. I was able to load Alien using the
following command:
Gofer it
squeaksource:'MetacelloRepository' ;
package: 'ConfigurationOfAlien';
load.
((Smalltalk globals classNamed: 'ConfigurationOfAlien')
project version: 'Pharo 1.2')
load: 'Core'; load: 'LibC
Then i loaded the JNIPort Configuration:
Gofer it
squeaksource: 'JNIPort';
package: 'ConfigurationOfJNIPort';
load.
But when i load the actual project with this:
ConfigurationOfJNIPort project latestVersion load
I get the following error in the class StandardLibInterface(AlienLibrary)>>load
libraryName: '/System/Library/Frameworks/System.framework/System'
errorCode: #'not found'
When i check on the file system i find a symbolic link which points to
/usr/lib/libSystem.B.dylib (which also exists there).
Any hints to what i'm doing wrong?
Cheers,
Matt
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 525 by vuqui...(a)vub.ac.be: Mondrain: when edges are present
#draggable is raising an error
http://code.google.com/p/moose-technology/issues/detail?id=525
The use of #draggable is raising an error:
MOEdge does not understand #translateBy:bounded:
Previously it was working without problems.
* Type-Defect
I just download the oneclick. I like the new logo on the top left corner.
Speaking about logo, I have never get a feedback of the Mondrian logo. What do you feel about it? Shall I try to produce a new one?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-Famix
New issue 495 by andreho...(a)gmail.com: Parametrized Types - Generics
http://code.google.com/p/moose-technology/issues/detail?id=495
Use Parametrized Types (i.e., a parameterTypes property in FAMIXClass) in
Moose to deal with (Java) code like this: ClassFoo<A,B,C>, where A, B and C
are parameters of ClassFoo.
VerveineJ must export this property in its .mse files.
Hi Alex,
I know that you worked on the tool support for versioning Metacello configurations.
Could you describe it a bit? Does it support nested configurations as well?
We would need this mechanism at least for the release. It would be great to get your help on this :)
Cheers,
Doru
--
www.tudorgirba.com
"Speaking louder won't make the point worthier."