Snapshotcello is currently only partially useable for managing Moose versions.
It provides a snapshot of the loaded versions of all packages, but doesn't know
to which groups & projects they belong. By flattening that data, further
development becomes practically impossible. We notice that when bug fixes no longer
get propagated, or the number of snapshots gets impractically large. A new snapshot
would be needed for each fix in each of the dependencies. I consider storing snapshots in
a configuration not a good idea. A flattened snapshot is fine for producing a reproducible
load, and is valuable as a separate object.
In Seaside we noticed that referring to versions as #stable and #development
is not enough, we need to make explicit that it is the stable #release3 #release3.0
or #release3.1. Bugs are fixed in those releases, and no APIs are changed in
3.0/3.1.
Referring to #stable of Seaside in your configuration is a potential bug, as it
will lead to a different version, with a different API, getting loaded when Seaside 3.2
is released.
I expect most projects will be better off separating bug fixes from feature development.
Stephan
Hi guys
Snapshotcello and MooseReloader fails on
((ConfigurationOfMoose project version: #development)
ignoreImage: true; record)
It takes ages.
Can somebody confirm that this is the same problem?
Stef
Hi!
Yuriy has set a jenkins job for Roassal 3d
> https://ci.inria.fr/moose/job/Roassal3d/
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
as far as I understand at the moment we can only react to node being selected or unselected. I wander if it won't be able to announce events like left click, right click, hover and so on. I think that it will be interesting to be able to hover over an entity and see it's name somewhere. If the idea is fine, where should I look to implement it?
Uko
Sent from my iPhone
Hi,
I encountered a problem in CodeCite that arises when you are using ColorNormalizer and all values are the same (so you cannot scale anything). Is there a standard way to handle that, or I need implement something myself?
Uko
Hi,
if it possible to change colour of CodeCity visualisation while it’s running? In particular I just need to re-run normaliser or a block, and not re-assign color value to a shape.
Uko
Can we make the configuration work for Pharo4? Because I think that it should work for now, but the configuration is just missing. All we need is to add something like:
spec for: #'pharo4.x' version: '0.2-baseline’.
to development version.
Uko
I really wish this is fixed :-(
Hard to make convincing publicity for Roassal…
I am writing the text using:
-=-=-=-=-=-=-=-=-=-=-=-=
drawOn: athensCanvas
athensCanvas pathTransform restoreAfter: [
"Draw the label centered on the position"
athensCanvas pathTransform
translateBy: self position asIntegerPoint;
rotateByDegrees: angle value;
translateBy: ((self notRotatedWidth value / -2) @ (self notRotatedHeight value / 2)) asIntegerPoint;
translateBy: (0 @ font descent negated) asIntegerPoint.
athensCanvas setFont: font.
athensCanvas setPaint: color.
athensCanvas drawString: text
].
-=-=-=-=-=-=-=-=-=-=-=-=
the font variable is set using the following method:
-=-=-=-=-=-=-=-=-=-=-=-=
getFontForSize: aNumber
^ LogicalFont familyName: StandardFonts defaultFont familyName pointSize: aNumber
-=-=-=-=-=-=-=-=-=-=-=-=
Is there something I am missing?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.