Re: [Pharo-dev] Running some code at fogbugz CI

2015-02-12 Thread stepharo
One step at the time and pushing regularly. Stef On 10 Feb 2015, at 23:20, Pablo Herrero wrote: Ok, thanks Nicolas for letting me now, the test suite should be green now. BTW, this is the list of packages I'm testing for this: AST-Core, AST-Interpreter, Collections-Strings, NodeNavigation, Opa

Re: [Pharo-dev] Extending NeoJSON

2015-02-12 Thread S Krish
I get your point .. like GSON we should not type the json string output, if we want it to adhere abs to spec. The saving grace for gson in Java is if you just give the root level object type, rest of it is automatic typing. We lack that capability in Pharo. Though there also for types specified as

Re: [Pharo-dev] Extending NeoJSON

2015-02-12 Thread S Krish
Even for GSON: http://www.javacodegeeks.com/2012/04/json-with-gson-and-abstract-classes.html { "type": "Circle", "properties": { though I prefer json-io: @type to make it unambigous for any case with instance variable named type and does not add another node to the tree.. On Thu, Feb

Re: [Pharo-dev] Extending NeoJSON

2015-02-12 Thread S Krish
https://github.com/jdereg/json-io I like the additional features of json-io : @ref / @id pair If we can have an JSONExtension which plays well with json-io, we have a simple way to interact with Java/Scala/Groovy JVM world for default. Present these as liter

Re: [Pharo-dev] Matrix API question for a native english

2015-02-12 Thread Craig Latta
Hoi Stef-- > So should we use rowCount for method argument? > because we got rows: rows meaning rows: rowCount and I rewrote them as > rows: rowNumber but it could be better to have > rows: rowCount. "numberOfRows" is unambiguous, in both a selector and a variable name. Therefore (in my opi

[Pharo-dev] [Job][Research] Inria Competitive selection 2015 : young graduate scientist ("CR2")

2015-02-12 Thread Marcus Denker
Competitive selection 2015 : young graduate scientist ("CR2") Inria is launching a round of competitions to recruit seventeen young graduate scientists. Theses positions will be allocated as follows: two positions at Grenoble, Lille, Nancy, Rennes, Rocquencourt, Saclay and Sophia-Antipolis resea

[Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread bsselfri...@gmail.com
When I try to install Pharo 3.0 on Ubuntu 14.04 LTS, I get the following error when running the "sudo apt-get install pharo-launcher" command: The following packages have unmet dependencies: pharo-launcher : Depends: pharo-vm-desktop:i386 but it is not installable E: Unable to correct problems,

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread bsselfri...@gmail.com
I removed every package with the name "pharo" in it via the commands: "sudo apt-get --purge remove pharo-vm-core" "sudo apt-get --purge remove pharo-vm-core-i386" "sudo apt-get --purge remove pharo-sources-files" Then ran a "dpkg --get-selections | grep 'pharo*'" wheich returned nothing. Then

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread Markus Fritsche
On 12.02.2015 21:30, bsselfri...@gmail.com wrote: > I removed every package with the name "pharo" in it via the commands: > > "sudo apt-get --purge remove pharo-vm-core" > "sudo apt-get --purge remove pharo-vm-core-i386" > "sudo apt-get --purge remove pharo-sources-files" > > Then ran a "dpkg --g

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread bsselfri...@gmail.com
Any idea when the new package might be available? Not pushing, since I can always copy the image/binary from another machine. - Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805411.html Sent from the Pharo Smalltalk Devel

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread Markus Fritsche
On 12.02.2015 22:59, bsselfri...@gmail.com wrote: > Any idea when the new package might be available? Not pushing, since I can > always copy the image/binary from another machine. As soon as there's a fixed image on http://files.pharo.org/platform/launcher/blessed/ ... so not in my power ;) Bes

Re: [Pharo-dev] changing Spec tab after opening throws MNU

2015-02-12 Thread Nicolai Hess
2015-02-01 0:54 GMT+01:00 Peter Uhnák : > Changing Tab name after the UI has been build fails, since it tries to set > the label to MorphicTabAdapter instead of Tab. > > I could fix it by changing in TabModel>>initialize > > label whenChangedDo: [ :new | self widget ifNotNil: [ :w | w label: new ]

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread bsselfri...@gmail.com
One more question. Is there anyone working on fixing the image? The file server shows that the last image build was over a month ago. - Brad Selfridge -- View this message in context: http://forum.world.st/Ubunti-14-04-32bit-install-error-tp4805391p4805414.html Sent from the Pharo Smallt

Re: [Pharo-dev] [Pharo CI] Jenkins down 10/11 Feb

2015-02-12 Thread Yuriy Tymchuk
Are there any news on this? :) > On 10 Feb 2015, at 16:50, Marcus Denker wrote: > > This is today… > > > >> >> There will a big update of the Inria CI infrastructure. >> >> On 10 Feb the system will go offline 5PM Paris time, it will >> be online the 12th hopefully latest. >> >> Why? For n

Re: [Pharo-dev] Ubunti 14.04 32bit install error

2015-02-12 Thread Markus Fritsche
Hello Brad, Yes, there's already a fixed image in the queue, however, it's stuck right now as far as I understand. Best regards, Markus On 12.02.2015 23:46, bsselfri...@gmail.com wrote: > One more question. Is there anyone working on fixing the image? The file > server shows that the last im

Re: [Pharo-dev] [Pharo CI] Jenkins down 10/11 Feb

2015-02-12 Thread Marcus Denker
> On 13 Feb 2015, at 01:56, Yuriy Tymchuk wrote: > > Are there any news on this? :) > The update has been done. Now we need to -> check why https://ci.inria.fr/pharo/ is not up -> restart all slaves everywhere >> On 10 Feb 2015, at 16:50, Marcus Denker wrote: