Sebastian Sastre | 23 May 18:57
Gravatar

[ANN] 5965 Can't allocate semaphores? VirtualMachine>>maxExternalSemaphores: aSize | Not enough space for external objects, set a larger size at startup!

Hey guys,

this is kind of a show stopper for images in production :/
http://code.google.com/p/pharo/issues/detail?id=5965
Marcus Denker | 23 May 17:28
Picon
Picon
Favicon
Gravatar

[update 2.0] #20093

20093
-----

Issue 5963:	remove empty package PluggableTextMorphWithLimits
	http://code.google.com/p/pharo/issues/detail?id=5963

Issue 5960:	Failing tests: SourceFileArrayTest
	http://code.google.com/p/pharo/issues/detail?id=5960

--
Marcus Denker -- http://marcusdenker.de

Olivier Auverlot | 23 May 15:35
Picon
Gravatar

Pharo on VIA mini motherboard

Hi,

it will be cool to have Pharo on this type of ARM motherboard ;-)


The hardware seems to be close of the Raspberry card but the connectic is more rich.

Olivier 
Marcus Denker | 23 May 14:31
Picon
Picon
Favicon
Gravatar

[update 2.0] #20092

20092
-----

Issue 5755:	Failing Tests: RPackageMCSynchronisationTest
	http://code.google.com/p/pharo/issues/detail?id=5755
	
Issue 5957:	fast drag is broken	
	http://code.google.com/p/pharo/issues/detail?id=5957

--
Marcus Denker -- http://marcusdenker.de

Marcus Denker | 23 May 13:32
Picon
Picon
Favicon
Gravatar

[update 2.0] #20091

20091
-----

Issue 3343:	StringTest>>testWithoutQuoting and fixes for match: and withoutQuoting
	http://code.google.com/p/pharo/issues/detail?id=3343
	
Issue 5953:	spotlight DNU when looking for an inexistent identifier
	http://code.google.com/p/pharo/issues/detail?id=5953
	
Issue 5958:	automatic expand all in Monticello Changes and Merge
	http://code.google.com/p/pharo/issues/detail?id=5958

--
Marcus Denker -- http://marcusdenker.de

Max Leske | 23 May 13:00
Picon
Gravatar

Book search: PL history and paradigms

I'm looking for a good book on programming language history with a focus on the different paradigms (e.g.
imperative, functional, …). Any suggestions?

Thanks,
Max

Picon
Gravatar

Progress bar in the top left

Hi guys. Some time I ago, I submitted an issue that puts the progress bar not in the middle of the screen but on the top left. I think it is much better since   it does not disturb you.
Now it seems that, or my change got accidently lost or someoone else put the previous behavior. 
So...was that on purpose or not? 

thanks

--
Mariano
http://marianopeck.wordpress.com

Goubier Thierry | 23 May 10:29
Picon
Favicon

Pressed Morph feedback on PharoTheme

I tried to add some feedback when manipulating scrollbars and buttons in 
the default Pharo Theme. Adding the following four methods to PharoTheme 
gives a reversed look when clicking on a scrollbar or a button :

PharoTheme>>buttonPressedFillStyleFor: aButton
	"Return the pressed button fillStyle for the given button."
	
	(aButton valueOfProperty: #noFill ifAbsent: [false]) ifTrue: [^ 
SolidFillStyle color: Color transparent ].
	^ self glamorousReverseFillStyleFor: aButton height: aButton height

PharoTheme>>glamorousReverseFillStyleFor: aMorph height: anInteger
	"Return the reversed button fillStyle for the given button."
	
	| baseColor |
	baseColor := self glamorousBaseColorFor: aMorph.
	^ self glamorousReverseFillStyleWithBaseColor: baseColor for: aMorph 
height: anInteger

PharoTheme>>glamorousReverseFillStyleWithBaseColor: aColor for: aMorph 
height: anInteger
	
	| top bottom |
	top := aColor twiceLighter.
	bottom := aColor.
	^(GradientFillStyle ramp: {
			0.0->bottom.
			0.7->top.})
		origin: aMorph bounds origin;
		direction: 0 @ anInteger;
		radial: false

PharoTheme>>scrollbarPressedThumbFillStyleFor: aScrollbar
	"Return the pressed scrollbar fillStyle for the given scrollbar."
	
	^ (self glamorousReverseFillStyleWithBaseColor: aScrollbar paneColor 
for:  aScrollbar height: aScrollbar height)
		direction: (aScrollbar bounds isWide
			ifTrue: [0 @ aScrollbar height]
			ifFalse: [aScrollbar width @ 0])

It makes the default interaction a lot more reactive (i.e. you notice on 
screen when you are pressing on a button).

Side note about UI changes in Nautilus: will there be any changes about 
the Groups/Hierarchy/Class/Comments buttons ? I have a hard time getting 
used to them (lack of selection/state clues, unusual behavior for buttons).

Thierry
--

-- 
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95

Santiago Bragagnolo | 23 May 02:26
Picon

Posible bug

Hi All!

 Im trying to get Cog interpreter using ConfigurationOfCog

Gofer it squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfCog';
    load.

((Smalltalk at: #ConfigurationOfCog) project version: '1.5') load.
 

SystemVersion current version 'Pharo2.0a'

Smalltalk vm version (
 'CoInterpreter VMMaker-oscog-EstebanLorenzano.158 uuid: 82eded98-68af-4c80-a472-4f6de293adcf May  1 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.158 uuid: 82eded98-68af-4c80-a472-4f6de293adcf May  1 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 6aa3fd0f1188078d3167dec1a53031a61b97b688 Date: Tue May 1 20:28:14 2012 +0200 By: Esteban Lorenzano <estebanlm <at> gmail.com>'
)

when is compiling (ok, at pharo 1.4 too.. maybe is the vm) methods and loading VMMaker it spawn a 'warning' window and image get freezed. Is a bug? a mistake?


Dale Henrichs | 22 May 19:08
Favicon
Gravatar

GemSource downtime - May 29 2pm PDT

GemSource (http://seaside.gemstone.com) will be down from 2-3pm PST on May 29 to add additional storage. 

Please let me know if that will be a problem.

Dale

Dale Henrichs | 22 May 19:08
Favicon
Gravatar

GemSource downtime - May 29 2pm PDT

GemSource (http://seaside.gemstone.com) will be down from 2-3pm PST on May 29 to add additional storage. 

Please let me know if that will be a problem.

Dale


Gmane