Hi!
As you may have heard, Hapao is a test coverage tool. It measures the coverage of test executions. For more info, you can check publications on http://bergel.eu , do a textual search on 'Test' or 'Hapao'.
We have improved Hapao today with the ability to visual the coverage of any arbitrary execution. This short video demonstrates this:
Loading Spy (soon in the catalog browser, but until then):
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Spy2';
configurationOf: 'Spy2';
loadBleedingEdge.
There is a video here:
https://www.facebook.com/ObjectProfile/videos/vb.340543479365589/9659290501… <https://www.facebook.com/ObjectProfile/videos/vb.340543479365589/9659290501…>
Here is a screenshot example:
The visualization indicates which methods of the RTMondrian class have been executed, how many times, which ones have not been executed…
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I am trying to load the Bleeding edge of Bloc in the last Moose image.
Bloc loads well, but I cannot switch space :-( The image freezes.
Gofer it
smalltalkhubUser: 'Pharo' project: 'Bloc';
configurationOf: 'Bloc';
loadBleedingEdge.
Any idea?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
What can I do with that?
I have just downloaded the latest moose 6.0 image, and evaluating “Deprecation signal” leads to an emergency debugger.
How comes that the system is so unstable. This is puzzling me.
I will not use the Moose image anymore.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
View in Roassal can now be rotated.
-=-=-=-=-=-=-=-=
v := RTView new.
b := RTMondrian new.
b view: v.
b nodes: (1 to: 20).
b edges connectFrom: [ :value | value // 2 ].
b layout tree.
b build.
v @ (RTRotableView new center: [v elements first position ]).
v
-=-=-=-=-=-=-=-=
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I am playing with the treemap again, but the leafColor: is not working.
Could anyone take a look at it?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
version1214Moose51: spec
is actually a version1215Moose51
The textColor change in Rubric is not cherry-picked
from the latest Rubric, nor from the latest stable Rubric
for Pharo4, but done differently again.
Patching an older version than current #stable Rubric
for Pharo4 is likely to lead to loading problems if one
needs more than just Moose, but you might want to wait
till someone complains.
Stephan
Hi all,
In the example below. How can I print the size of the label instead of the circle’s size?
v := RTView new.
el := RTEllipse new size: 5; elementOn:'number'.
v add: el.
el @ (RTLabelled new fontSize:30).
el @ (RTPopup new textElement:[:e| e width asString]).
v
Best regards
Leonel Merino
merino(a)iam.unibe.ch