Okay,
I think that version reference issues (especially intermittent problems) are related to a Monticello repository problem ... the code is attempting to look up the package in the repository to find the latest version and the error is thrown if no version is found ... I've seen this sort of thing from Monticello repositories occasionally...
Dale
----- "Stéphane Ducasse" <stephane.ducasse(a)inria.fr> wrote:
| apparently
|
| > ConfigurationOfCAnalyzer loadVersion: '1.1'
| works
|
| now from time to time I have the same error
| versionReference DNU on group.
|
| Stef
|
| On Dec 3, 2009, at 11:27 AM, Stéphane Ducasse wrote:
|
| > Hi
| >
| > I do not understand
| > when I do
| >
| > ConfigurationOfCAnalyzer loadVersion: '1.3'
| >
| > nothing happens ;(
| >
| >
| > still we have
| >
| > version0013: spec
| > <version: '1.3' imports: #('1.2-baseline' )>
| >
| > spec for: #common do: [
| > spec author: 'simondenier'.
| > spec timestamp: '11/27/2009 16:55'.
| > spec
| > package: 'CAnalyzer' with: 'CAnalyzer-simondenier.159';
| > package: 'XML-Parser' with: 'XML-Parser-Alexandre_Bergel.17';
| > package: 'Pastell' with: 'Pastell-Alexandre_Bergel.17';
| > package: 'Filesystem' with: 'Filesystem-cwp.51'.].
| >
| > any idea.
| > It seems that metacello is confused
| >
| > Bored stef
| > _______________________________________________
| > Moose-dev mailing list
| > Moose-dev(a)iam.unibe.ch
| > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi
I do not understand
when I do
ConfigurationOfCAnalyzer loadVersion: '1.3'
nothing happens ;(
still we have
version0013: spec
<version: '1.3' imports: #('1.2-baseline' )>
spec for: #common do: [
spec author: 'simondenier'.
spec timestamp: '11/27/2009 16:55'.
spec
package: 'CAnalyzer' with: 'CAnalyzer-simondenier.159';
package: 'XML-Parser' with: 'XML-Parser-Alexandre_Bergel.17';
package: 'Pastell' with: 'Pastell-Alexandre_Bergel.17';
package: 'Filesystem' with: 'Filesystem-cwp.51'.].
any idea.
It seems that metacello is confused
Bored stef
how should I do it?
without default of course. because you know I want to be able to load any version from now.
Does
((Smalltalk at: #ConfigurationOfMoose) project version: '4.0-beta.2') load.
load the latest version of mondrian?
In a word how can I avoid to lose hours with loading Moose?
Stef
Name: ConfigurationOfMoose-cyrille_delaunay.34
Author: cyrille.delaunay
Time: 2 December 2009, 2:21:04 pm
UUID: de4e4698-ae05-406d-8b9e-544b5037c542
Ancestors: ConfigurationOfMoose-tg.33
adding OSProcess to the external requirements. This package is used by Moose-Wizard to import java source files with inFusion
any taker because we could have hypercool fonts in pharo.
Stef
Begin forwarded message:
> From: Juan Vuletich <juan(a)jvuletich.org>
> Date: December 3, 2009 1:12:33 PM GMT+01:00
> To: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Cc: Marcus Denker <denker(a)acm.org>
> Subject: Re: [Pharo-project] Very tiny fonts
>
> Hi Stef,
>
> Stéphane Ducasse wrote:
>> juan
>> do you have some code that we could study to turn this micro police into font in our smalltalk :)
>>
>
> The code is already in Pharo! Look at #createDejaVu:, the senders and the methods called.
>
> Besides, (and I already answered this to Marcus), in Cuis evaluate Preferences tinyFonts. Then open a class browser. This font is 5 pixels high, and letters are about 3.5 pixels wide. (Not 7 pixels high and 4.3 wide as I told Marcus, my mistake.) It is the smallest size I found easy to read, especially lowercase characters. I find it useful on PDAs (together with the 6 and 7 sizes also in Cuis). It uses about the same screen space as the "Flea's Knees" and I really find it much easier to read.
>
> So, don't you prefer DejaVu 5 instead?
>
> BTW, do play with FreeType. It can produce results equivalent to my DejaVu 5, 6 and 7.
>
> Cheers,
> Juan Vuletich
>
> Ps: Feel free to forward to the Pharo list
>
>> Stef
>> On Dec 2, 2009, at 6:06 PM, Marcus Denker wrote:
>>
>>
>>> Hi,
>>>
>>> While discussing Visualisations, we realized we want *really* tiny fonts...
>>> Here is a hand-drawn sub-pixel font that is just 5 pixels high...
>>>
>>> http://typophile.com/node/61920
>>>
>>>
>>> Now we need to make a font for Pharo...
>>> Marcus
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project(a)lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>> ------------------------------------------------------------------------
>>>
>>>
>>> No virus found in this incoming message.
>>> Checked by AVG - www.avg.com Version: 9.0.709 / Virus Database: 270.14.91/2542 - Release Date: 12/03/09 04:32:00
>>>
>>>
>
Hi all,
What is the state of Famix30 in VisualWorks ?
I had a problem today:
a guy ask to me how to use the DSM in VW.
DSM is not updated in VW.
I would like to propose to him to export as mse file. But I think that the mse file is in Famix2.
In pharo, we have Famix3.
So, we should do a tool to make Famix3 with Famix2.
Is it difficult to do this ? I think no, but my vision may be bad ?
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi Cyrille,
Thanks for building the bridge to inFusion. It was long on my todo
list and I am happy that you did a nice work there :).
Cheers,
Doru
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."
Hi,
I just save some changes on the Fame squeaksource repository:
- Implement a 'ParseClientFilter' that enable to parse and import mse
filtering some elements. This is use in Moose to specify the FAMIX elements
(FAMIX.Class, FAMIX.Method, ...) you want to import in a MooseModel from a
MSE File (This is already available by selecting 'import from MSE' in the
MoosePanel).
- Two Lint rules in Fame-Util about the Moose issue 143
-> checking if a FM3 class respect the fame name convention between FM3
and Smalltalk
-> checking if the superclass defined in a FM3MetaDescription t exist
and is well defined.
hi guys
our process just SUCKS!!!
I have to go into XML pastell ... to make sure that I get the right version numbers.
I would like to WORK today.
Stef
Dear List,
I produced a new version of Mondrian (Mondrian-Alexandre_Bergel.296)
which include a highly wished features. Edges may now received events.
It gives a relatively good approximation for Spline edges also.
All tests are green. I tried it on large visualizations (UML, System
complexity, Class blueprint). It runs well. If you encounter some
issues, please let me know.
I am now investigating whether there is a slow down or not.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.