Moose image does not shrink
by Jan Kurš
If I download latest and greatest moose image and latest and greatest VM
for linux, I evaluate this code:
nil asParser star parse: 'b'
That leads to an infinite loop and I terminate after a few seconds using
ctrl + . my image grows to approximately 500MB.
The problem is, if I close all the windows, call Smalltalk garbageCollect
as many times as I want, the image is still 500MB (or 1.2GB in my real-case
scenario).
Cheers,
Jan
7 years, 4 months
broken tests
by Tudor Girba
Hi Nicolas,
The newly introduced FAMIXDereferencedInvocation seems to be breaking the Moose tests.
Could you take a look?
Cheers,
Doru
--
www.tudorgirba.com
www.feenk.com
"We can create beautiful models in a vacuum.
But, to get them effective we have to deal with the inconvenience of reality."
7 years, 4 months
Inspecting files with GT really rocks!
by Alexandre Bergel
Hi!
GT Inspector is largely superior than the "UIManager default chooseFileMatching: patterns label: labelString.”
So easy to add new action and all within the inspector.
GT Team rocks!
Thanks!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 4 months
Visually indicating the presence of examples
by Alexandre Bergel
Hi!
Examples, as well as tests, are really important. It would be great to have a visual indicator in Nautilus.
Such visual cue could be a game changer...
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 4 months
issue on Github?
by Alexandre Bergel
Hi!
Can someone tell me how I can edit an issue on Github? How can I add a label or set a milestone for example? Is it a configuration problem ?
cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 4 months
extending GTDebugger
by Peter Uhnák
Hi,
is there some guide / help how to extend the GTDebugger?
I tried to take a look at SUnit/PParser but it looks quite complex…
certainly more complex than extending Inspector. :)
Thanks,
Peter
7 years, 4 months
How to close an issue?
by Alexandre Bergel
Hi Sean,
I would like to close https://github.com/moosetechnology/Moose/issues/896 as this has been fixed a while ago. But, how to close it?
According to: https://help.github.com/articles/closing-issues-via-commit-messages/
I need to commit on github with: Fixes #896
But we use Smalltalkhub…
How to close an issue then?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
7 years, 4 months
Can't load OSSubprocess
by Anne Etien
(From Olivier Auverlot, that is not yet accepted in the list, (I will transfer to him until he is on the list))
Hi,
I need to use OSSubprocess in a project with Moose 6. I just tried to load it in a new Moose 6 image but that's doesn't work. By the way, OSSubprocess works fine in the latest Pharo 5 image.
Please find below the lats lines of Pharo error log:
VM: Mac OS - intel - 1092 - CoInterpreter VMMaker.oscog-eem.1726 uuid: 6a968923-b541-4573-bc4f-64fb95e6462d Mar 15 2016
StackToRegisterMappingCogit VMMaker.oscog-eem.1726 uuid: 6a968923-b541-4573-bc4f-64fb95e6462d Mar 15 2016
https://github.com/pharo-project/pharo-vm.git <https://github.com/pharo-project/pharo-vm.git> Commit: 2b53ae43e6a030759fbfa6ce8737a7f55ba76dd1 Date: 2016-03-15 19:05:06 +0100 By: Esteban Lorenzano estebanlm(a)gmail.com <mailto:estebanlm@gmail.com> Jenkins build #576 <https://github.com/moosetechnology/Moose/issues/576>
Image: Pharo5.0 [Latest update: #50732]
UndefinedObject(Object)>>doesNotUnderstand: #waitTimeoutMSecs:
Receiver: nil
Arguments and temporary variables:
aMessage: waitTimeoutMSecs: 1000
exception: MessageNotUnderstood: receiver of "waitTimeoutMSecs:" is nil
resumeValue: nil
Receiver's instance variables:
nil
By the way, OSSubprocess works fine in the latest Pharo 5 image.
Someone has an idea ?
Olivier
7 years, 4 months