We fixed it by added a proper fuelNextWordsInto: but it's all a bit a mess
there.
And IMO there are quite random conversion going on between word and byte
objects which are far from obvious.
Furthermore I think it would be nice (and efficient) to replace the endianness
conversion with some litt
cool :)
On 2013-05-16, at 14:36, Sven Van Caekenberghe wrote:
> Hi,
>
> Here is a little tool that might be useful to some you. For others it might
> be a nice example.
>
> So you have your shiny Pharo server application running in the cloud. When
> something goes wrong, most of the time yo
Most probably you know that already, but you can load the changes
of another image. That might help to ease the migration a bit :/:
simply drag and drop a .changes file onto an image and you can replay
whatever was in there...
On 2013-06-02, at 10:52, "p...@highoctane.be" wrote:
> Ok.
>
> I'll g
On 2013-06-06, at 00:41, dmacq wrote:
> In Pharo V2, if I execute this snippet:
>
> | x |
> x := DateAndTime year: 1991 day: 196 hour: 20 minute: 5 second: 7.
> x asTime inspect
>
> I get '12:0-54:0-53 am' which is not what I expect.
- where did you get this string from? that looks very stran
it keeps on being strange ;), another try, what is your time zone?
TimeZone local inspect
TimeZone local offset inspect
On 2013-06-06, at 01:14, dmacq wrote:
> SystemVersion current ---> Pharo2.0 of 7 March 2013 update 20596
>
> The string is from the inspector window.
>
> I get the same thin
On 2013-06-06, at 02:53, dmacq wrote:
> TimeZone local inspect > a TimeZone(LT-4:00)
> TimeZone local offset inspect -> aDuration -0:04:00:00
that seems normal. can you upload your image somewhere (dropbox) and have an
inspector open on the strange DateAndTime instance?
and another try
can you save an image with the inspector opened on both x and y, x asTime and y
asTime
and provide a link to it? like that I can inspect it in all detail...
On 2013-06-06, at 17:51, dmacq wrote:
> I tried it again this morning and still had the problem.
>
> This is interesting.
>
> | x y |
>
On 2013-06-07, at 08:27, Marcus Denker wrote:
>
> On Jun 6, 2013, at 5:12 PM, Paul DeBruicker wrote:
>
>> Hi Damien,
>>
>>
>> Because of the attached Message Tally outputs I don't think the problem
>> is specific to changes I've made to an image. I also don't think that
>> there is mu
On 2013-06-07, at 11:20, Markus Fritsche wrote:
> Hello Marcus & List,
>
> On 07.06.2013 10:44, Marcus Denker wrote:
>> Normally I thought that fogbugz should send you updates on bugs you
>> reported? We need to check that.
> I got one mail with an URL that I could check for updates...
>> In
who is rem...@me.com on fogbugz?
On 2013-06-07, at 16:03, Marcus Denker wrote:
>
> On Jun 7, 2013, at 3:45 PM, Paul DeBruicker wrote:
>
>> For the attached profile I downloaded a new pharo 20606 image and ran
>> the search for senders of #ifTrue: twice. It shows that it took 17
>> seconds on Ubuntu 13.04 64bit. How long do
Can you try on the command line only?
curl get.pharo.org/30+vm | bash
./pharo Pharo.image eval "[SystemNavigation new allCallsOn: #ifTrue: ]
timeToRun"
On 2013-06-07, at 17:12, Marcus Denker wrote:
>
> On Jun 7, 2013, at 5:04 PM, Paul DeBruicker wrote:
>
>> My laptop is:
>>
>> [SystemNav
thanks for the insight. I opened an issue:
https://pharo.fogbugz.com/default.asp?10879
can you try get.pharo.org/30+vmLatest to try out the "unstable" VM?
On 2013-06-09, at 19:04, Sven Van Caekenberghe wrote:
> I think that we do have a problem, and I think it is VM related.
>
> This is what
I use git over svn, so I sleep properly at night at least :P
what's the real problem you're dealing with?
On 2013-06-12, at 09:38, Guillermo Polito wrote:
> Buon giorno!
>
> I got pissed off when committing latex and figures and stuff into svn by
> command line...
>
> So, for playing the week
omate it :).
I followed the discipline part so far :)
> On Wed, Jun 12, 2013 at 9:43 AM, Camillo Bruni wrote:
>
>> I use git over svn, so I sleep properly at night at least :P
>>
>> what's the real problem you're dealing with?
>>
>> On 2013-06-
Drag n Drop on lists is a bit strange.
You have to start dragging with the last click.
SHIFT-CLICK
..
SHIFT-CLICK => continue dragging
BTW: this has only been added in Pharo 2.0...
On 2013-06-13, at 13:55, "Mohammad Al Houssami (Alumni)"
wrote:
> It is but cant I drag several tests at the sa
yes I discovered the same behavior yesterday with esteban.
thanks very much for the details!
On 2013-06-14, at 23:53, Sven Van Caekenberghe wrote:
> On 07 Jun 2013, at 17:15, Camillo Bruni wrote:
>
>> Can you try on the command line only?
>
> This is getting _very_ weir
On 2013-06-15, at 13:16, Stéphane Ducasse wrote:
>
>> actually https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/ succesfully
>> detected the degeneration and thus failed.
>> And yes, we will add real benchmarks at some point. But for that we first
>> need dedicated machines, as running the
On 2013-06-15, at 18:09, Stéphane Ducasse wrote:
>
> On Jun 15, 2013, at 3:54 PM, Camillo Bruni wrote:
>
>>
>> On 2013-06-15, at 13:16, Stéphane Ducasse wrote:
>>
>>>
>>>> actually https://ci.inria.fr/pharo/view/VM/job/PharoVM-tests/ succ
On 2013-06-16, at 21:42, Guillermo Polito wrote:
> ideas?
> Guille
I checked a bit the gitorious sources and I couldn't immediately see something
that would cause this.
So I assume that it is on VM maker side... good look browsing diffs :(
So what was changed in the Pharo VMMaker recently?
This is a known bug, and I thought it was fixed.
Did you update your 2.0 image to the latest version? (maybe that is not
possible with this bug being present).
If you do not manage to update your image, can you try with a fresh 2.0 image?
On 2013-06-22, at 14:33, Kenneth Payne wrote:
> I've ju
On 2013-06-24, at 21:49, Bahman Movaqar wrote:
> I just noticed it: when adding a new repository, there's an option for
> projects on 'smalltalkhub.com'. Is this something new or I was just
> ignorant about this? Anyway, congratulations on the design choice.
I do not understand your question? A
On 2013-06-25, at 06:51, Bahman Movaqar wrote:
> On Mon, 2013-06-24 at 22:15 +0200, Camillo Bruni wrote:
>> On 2013-06-24, at 21:49, Bahman Movaqar wrote:
>>> I just noticed it: when adding a new repository, there's an option for
>>> projects on 'smalltalk
you can use
fileReference writeStream setToEnd
instead of just writeStream, that should be the same behavior as appendStream...
On 2013-06-24, at 14:20, Hayatou Oumarou wrote:
> Hello,
> I use in Pharo 2.0 the class FileSystem to write in a text file(csv format).
> I find o
There is no such thing as #release in Pharo. If you want your objects
to be garbage collected just make sure to remove all references to it.
You simply assign nil to instance variables which previously held such
and object.
Does that answer your question?
On 2013-06-26, at 23:47, Paul DeBruicker
d jobs) or do I have to have each soldier and job dereference
> the ship too?
>
>
>
>
> On 06/26/2013 03:05 PM, Camillo Bruni wrote:
>> There is no such thing as #release in Pharo. If you want your objects
>> to be garbage collected just make sure to remove all references t
On 2013-06-27, at 01:08, Paul DeBruicker wrote:
> Sven & Camillo,
>
> Ok thanks. And using the PointerFinder is there a way to know which of
> the pointers points to the SystemDictionary or Object someObject or
> whereever the GC begins so one would not have to check every pointer for
> every
On 2013-06-27, at 20:36, Paul DeBruicker wrote:
> In Nautilus when I try to use the 'Class Regex' menu item in Pharo 2
> 20605 I get an error that RBRegexClassRefactoring is an existing class
> in the system. In earlier Pharo versions you would select that menu
> item, make your changes, save th
On 2013-06-27, at 23:45, Paul DeBruicker wrote:
> On 06/27/2013 02:38 PM, Camillo Bruni wrote:
>>
>> On 2013-06-27, at 20:36, Paul DeBruicker wrote:
>>> In Nautilus when I try to use the 'Class Regex' menu item in Pharo 2
>>> 20605 I get an error
On 2013-06-28, at 00:40, ubuntourist wrote:
>> You'll need to install ia32-libs:multiarch I think if you haven't.
>
> That's what I meant about older parts for a newer car. You're right,
> but so far, I've managed to avoid putting the 32-bit libraries on this
> system.
>
>> Pharo is 32bits.
>
On 2013-06-28, at 13:59, Milan Mimica wrote:
> On 27 June 2013 21:07, Igor Stasenko wrote:
>
>>
>> yes, but in opposite direction.
>> consider yourself a painter which start painting nodes , starting from
>> root ones,
>> then paint ones which they pointing to, then paint ones which those
>>
I am not very happy with the current build it seems to be quite random when it
comes to test results. I ran the tests multiple times and I get different
outcomes
each time.
That said, I need somebody to pair program with me on the monkey since there is
currently a non-deterministic bug present
Working on the new class builder I have a hard time figuring out the full trait
semantics.
If I use a trait on instance side, does that imply that its classTrait on the
metaclass?
smime.p7s
Description: S/MIME cryptographic signature
On 2013-06-29, at 20:14, Igor Stasenko wrote:
> On 29 June 2013 17:48, Camillo Bruni wrote:
>> I am not very happy with the current build it seems to be quite random when
>> it
>> comes to test results. I ran the tests multiple times and I get different
>> outcome
look at String >> #format:
On 2013-06-29, at 22:26, Donald wrote:
> Logs uses a package called Bindings-Core-tbn.1 that has this description:
> /Name: Bindings-Core-tbn.1//
> //Author: tbn//
> //Time: 11 July 2012, 9:46:06.521 am//
> //UUID: 2c28d2f3-610f-a54d-82b1-f421a40394ce//
> //Ancestors:
On 2013-06-29, at 22:32, Igor Stasenko wrote:
> On 29 June 2013 21:21, Stéphane Ducasse wrote:
>>
>> On Jun 29, 2013, at 8:19 PM, Igor Stasenko wrote:
>>
>>> On 29 June 2013 20:12, Camillo Bruni wrote:
>>>> Working on the new class builde
On 2013-06-30, at 00:47, Donald wrote:
> On 6/29/2013 4:42 PM, Camillo Bruni wrote:
>> look at String >> #format:
> ok, got that fixed.
>
> how do I remove the log4s dependency on
>
> Bindings-Core-tbn.1?
>
> I don't seen anything in the Montice
ehaviors). But maybe for
> human comprehension it is better..
> but not for implementing, because it certainly makes model more complex.
>
> On 29 June 2013 22:52, Camillo Bruni wrote:
>>
>> On 2013-06-29, at 22:32, Igor Stasenko wrote:
>>
>>> On 29 June
On 2013-06-30, at 00:56, Camillo Bruni wrote:
>
> On 2013-06-30, at 00:47, Donald wrote:
>
>> On 6/29/2013 4:42 PM, Camillo Bruni wrote:
>>> look at String >> #format:
>> ok, got that fixed.
>>
>> how do I remove the log4s dependency on
On 2013-06-30, at 11:16, Sebastian Tleye wrote:
> I also like this uniform because it's easier to program,
> Up to now i haven't had the need to separate them.
>
> 2013/6/30 Tudor Girba
>> +1
>>
>> Keeping things uniform is a plus in this case, even though we might lose
>> some flexibility.
>>
nice to hear! :)
On 2013-07-02, at 16:12, Sven Van Caekenberghe wrote:
> Hi,
>
> The Pharo Board is pleased to announce that Tudor Girba has recently joined
> the Pharo Board. Among others, he will try to contribute on long term issues
> like the positioning of Pharo.
>
> Stéphane, Marcus &
Yes this is ok, '.' matches only a single character.
The alternatives you might be looking for are #prefixMatchesRegex: or '.*'
On 2013-07-05, at 00:03, "jannik.laval" wrote:
> Hi guys,
>
> Just a simple question about regex:
>
> 'a' matchesRegex: '.' --> true
> 'aa' matchesRegex: '.' --> false
> So, the command "String cr matchesRegex: '.'" should return false in this
> case.
> But since at least Pharo1.3 (I don't try previous version), it returns true.
>
> Jannik
>
>
>
> On Jul 5, 2013, at 12:33 AM, Camillo Bruni wrote:
>
>> Yes
On 2013-07-11, at 11:50, Norbert Hartl wrote:
> I'm playing with Phexampe because I think that in my current project the
> setup of test scenarios will be a huge part of the testing. So do it in a
> structured way reducing doubled initialization procedures should be something
> good.
> I'm ju
very nice!
On 2013-07-15, at 13:12, Sven Van Caekenberghe wrote:
> Hi,
>
> I wrote a new tutorial, "Building and deploying your first web app with Pharo
> - Understanding HTTP fundamentals through Zinc HTTP Components".
>
> By chronologically following the development process, you will see a
Hi,
To answer your question we need a bit more information :)
Ehich Pharo version are you using?
To which repository are you saving?
thanks
On 2013-07-15, at 14:49, Маркіян Різун wrote:
> Hi guys,
> When I'm trying to save my code in repository it failes and gives me error.
> Am I doing somet
On 2013-07-15, at 15:35, Damien Cassou wrote:
> On Mon, Jul 15, 2013 at 3:27 PM, Tudor Girba wrote:
>> Ok, I admit. I should read emails thoroughly :). Please ignore the second
>> issue. Still, why is it called PharoS?
>
>
> may it be because this is a StackVM and not Cog?
StackVM renameAs:
On 2013-07-15, at 17:00, Tudor Girba wrote:
> Aha :).
>
> Ok. I tested PharoS with 1GB and I got a 800MB image running well.
>
> Is there really no chance of getting Cog with this feature? :)
should be the same setting for both Pharo and PharoS (note there is no more
Cog, NBCog and StackVM ;
very nice, 3.0 is almost green :)
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/lastCompletedBuild/testReport/
- some strange unknown processes only under mac and win
- 3 Zinc failures under win
- a chunkimport failure under win
Did you check on Dictionaries / Sets (+ their Identity* versions) and Symbols
as well?
Another possibility would non terminated Processes (process browser)?
The Arrays themselves already look suspicious.
Usually the way to track such objects down is to find and interesting candidate
and inspec
On 2013-07-19, at 18:40, sminni wrote:
> Seems smalltalkhub access works thru Firefox (22.0) but not IE (10.0)
> The cube with title smalltalk hub appears and then "Loading please wait ..."
> for ever
yes that is a known issue with low priority. Using a real browser, namely not
IE, will solve
You use the built-in command line tools and no longer .st files.
Pointers:
=
curl get.pharo.org | bash
./pharo Pharo.image --help
./pharo Pharo.image --list
./pharo Pharo.image test --help
# everything should be pretty self explaining
A typical script looks like this on jenkins:
have a look at the
CommandLineHandler subclasses (I don't remember the name for the test runner
thingy anymore in 2.0).
> Am 25.07.2013 um 16:54 schrieb Camillo Bruni :
>
>> You use the built-in command line tools and no longer .st files.
>>
>> Pointers:
>> ===
That you just need to run it from the command line which is not related to the
benchmark project.
Currently it seems like the ci has some troubles, so I cannot get to the
configuration either.
On 2013-08-30, at 17:25, Natalia Moskovchuk
wrote:
> Thanks. I already saw this video. I cann't see
I spend a month in Buenos Aires working together with Guido Chari @ the UBA,
we take this opportunity to organize a Pharo sprint outside France ;)
We are in early preparation phase and the date nor location isn't fixed yet,
so if you are motivated to join, can mark possible dates on this doodle:
everything is open so far, guido had the idea of reserving a room at the UBA,
we will have more details tomorrow :)
On 2013-09-02, at 21:24, Gisela Decuzzi wrote:
> Great! The idea is to spend the full day? Or do you have any planed time?
>
>
> 2013/9/2 Camillo Bruni
>
>&g
wrote:
> Cool. I'll be there, of course!
> Keep us informed.
> Cheers,
>
>
> On Mon, Sep 2, 2013 at 10:42 PM, Camillo Bruni wrote:
>
>> everything is open so far, guido had the idea of reserving a room at the
>> UBA,
>> we will have more detail
3 at 10:12 AM, Sebastian Tleye wrote:
>
>> The Pabellon 1 is closed on saturdays afternoon, but have you asked for
>> Pabellon 2? I think it's open on saturdays (i don't know if it is possible
>> to book a room)
>>
>>
>> 2013/9/4 Guillermo Polito
&
oof.
>> We should set a date to confirm the availability (again if it's weekend,
>> is available otherwise we should check).
>>
>>
>>
>>
>>
>> 2013/9/4 Camillo Bruni
>>
>>> From the doodle we're around 7, so I
It seems like you missed some code, can you try the following?
Gofer new
smalltalkhubUser: 'PharoExtras' project: 'XMLParser';
configuration;
loadStable.
I am not sure if your code ever worked in Pharo 2.0.
On 2013-09-06, at 17:16, "S. Garth Holland" wrote:
>
> Hello,
=> user mailing question , see followup there
On 2013-09-08, at 14:15, Tobias Pape wrote:
> [subject said it all].
>
> Best
> -Tobias
>
signature.asc
Description: Message signed with OpenPGP using GPGMail
Hi,
which pharo version are you using?
I assume 3.0,
- CMD-F CMD-C ([F]ind [C]lass)
- similar for [M]ethods, [P]ackages and pro[T]ocols
- check the triangle on the top right of the Nautilus window and you can see a
complete list of all commands.
On 2013-09-08, at 14:15, Tobias Pape wrote:
>
On 2013-09-08, at 15:49, Stéphane Ducasse wrote:
> On Sep 8, 2013, at 7:27 PM, Tobias Pape wrote:
>> Am 08.09.2013 um 19:22 schrieb Camillo Bruni :
>>
>>> Hi,
>>> which pharo version are you using?
>>>
>>>
>>> I assume 3.0,
>>
2 linux slaves are down
1 windows slave is down
=> I sent reports to ci.inria.fr since I couldn't reach the slaves via ssh nor
the cloud stack interface
signature.asc
Description: Message signed with OpenPGP using GPGMail
On 2013-09-12, at 06:47, Marcus Denker wrote:
> On Sep 11, 2013, at 3:51 PM, Gisela Decuzzi wrote:
>
>> Pharo Sprint in Buenos Aires!
>> When: sept 14 (This saturday!) We start at 10 and estimated finish at 17:00.
>> You can join in any moment!
>> Where: 10Pines (Av Leandro N. Alem 693 5°B)
>>
Short Answer:
-
problemSize is used to calibrate your benchmark, so usually you adapt this
value for
your machine. And yes you are right, the result is not divided by the
problemSize.
Long Answer:
The typical use case is like this:
MathBench >> benchLoopSinus
1
Thanks a lot for the update :)
On 2013-09-16, at 06:20, Philippe Marschall wrote:
> Please try to keep the build green, otherwise we'll get spammed with emails.
I like this ;)
> Currently we keep all the build (5GB already). Do we really need this?
We live in 2013, 5GB is the data of single mo
good work!
On 2013-09-23, at 09:13, Damien Cassou wrote:
> For Ubuntu users who are using my PPA
> (https://launchpad.net/~pharo/+archive/stable/), you can now launch
> Pharo from either the Ubuntu Dashboard or the terminal (just type
> 'pharo').
>
> In both cases, you will see the Pharo Launch
In my attempt to make the contribution process for Pharo a bit simpler
I cleaned up the fogbugz wikis which where left a bit unmaintained.
There are now 5 important top-level categories:
Welcome Page:https://pharo.fogbugz.com/default.asp?W41
Documentation: https://pharo.fogbugz.com/
it is up (again?) here from buenos aires...
On 2013-09-24, at 01:01, Yanni Chiu wrote:
> I can ping:
>
>www.smalltalkhub.com (88.190.31.116)
>
> from two other machines (home and another host provider), but I cannot see
> 88.190.31.116 from a digitalocean box located in NewYork2. I can se
Strange the build is green:
https://ci.inria.fr/pharo-contribution/job/Seaside/
What kind of error do you get?
Does it happen the same way when you download on of the images from Jenkins?
On 2013-09-24, at 19:03, Norbert Hartl wrote:
> When loading seaside3 from the configuration browser it wi
f so I need some time to figure out which package it was.
>
> Norbert
>
> Am 25.09.2013 um 00:09 schrieb Camillo Bruni :
>
>> Strange the build is green:
>>
>> https://ci.inria.fr/pharo-contribution/job/Seaside/
>>
>> What kind of error do you get?
&
=> create a refactoring scope (I don't know the menu entry, but the shortcut
is: CMD-B CMD-R CMD-R (browse restricted regular expression)
if you look for senders there you will only see the ones in your current scope.
I am currently working on getting a nice scope/environment selector working
t
The thing you get in pharo when you press SHIFT+ENTER :)
On 2013-09-30, at 10:29, "p...@highoctane.be" wrote:
> Spotlight?
>
>
>
> On Monday, September 30, 2013, Norbert Hartl wrote:
>> I like to make myself a little command shell inside the image. For this I
> would need a textfield that ca
On 2013-09-30, at 10:53, Norbert Hartl wrote:
> Am 30.09.2013 um 15:48 schrieb Camillo Bruni :
>> The thing you get in pharo when you press SHIFT+ENTER :)
>>
> Thanks cami! Although it might sound embarrassing I was indeed googling for
> it to find a video by James Robe
Would it be possible to change the name of the selector?
tree selectedItem: (1 -> 11)
for me that implies that the tree contains an actual item (1 -> 11).
What you want is maybe, #selectedPath: or #selectedItem:1 withParents:{11}
My general rule is: Each time you have to use an association or a
On 2013-10-12, at 15:37, Benjamin wrote:
> Actually, you can do (1->2 -> 3) if you have multiple levels :)
>
> But clearly I will introduce a real data structure here.
> I just wanted to quickly hack it and have something where
> I can do #head and #tail easily, and keep a simple way to write
What is the current way to add shortcuts to the a TreeModel?
I am a bit lost, since I thought I just do something like this:
tree
^ tree ifNil: [
tree := self instantiate: TreeModel.
tree whenBuiltDo: [ self initializeShortcuts ]].
initializeShortcuts
hmmm I think I confused myself :D, most probably I did not register
the commands on the outer widget, so the shortcuts do not work when
you don't have the focus on the tree :P
On 2013-10-15, at 18:50, Benjamin wrote:
> it does not work ?
>
> Ben
>
> On Oct 15, 2013, at 6:
Is there an announcement I can register for resizing?
signature.asc
Description: Message signed with OpenPGP using GPGMail
What happened to SmalltalkImage>>#kernelPackageNames, it was removed / moved /
renamed/,
but there is a failing test now:
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation-A-L/618/label=linux-stable-worker/testReport/Tests.Release/ReleaseTest/testKernelExtensions/
Where shall I
so I can remove the failing test?
On 2013-10-15, at 21:32, Pavel Krivanek wrote:
> It was moved to separate Shrinker package that is now on SmalltlakHub
>
> http://smalltalkhub.com/#!/~PavelKrivanek/Shrinker
>
> -- Pavel
>
> 2013/10/15 Camillo Bruni :
>> What
For my morphic inspector, so I can re-render the morph when the inspector is
resized :)
On 2013-10-15, at 21:37, Benjamin wrote:
> Not I am aware of :)
> Why do you need that for ?
>
> Ben
>
> On Oct 15, 2013, at 8:27 PM, Camillo Bruni wrote:
>
>> Is there an
ok, maybe easier ;)
On 2013-10-15, at 21:44, Benjamin wrote:
> We should have a look together, because it should happen by itself :)
>
> Ben
>
> On Oct 15, 2013, at 9:40 PM, Camillo Bruni wrote:
>
>> For my morphic inspector, so I can re-render the morph when the
After a long debug session on monday I could finally overcome
a tricky race condition for delays during image startup. This
was the last obstacle to make the issue checker work under linux.
The issue validator is now enabled again (the third time ;):
https://ci.inria.fr/pharo/view/3.0-Ana
On 2013-11-03, at 15:52, Stephan Eggermont wrote:
> Kilon wrote
>> I take a look at previous experiments like squeaksource and I find little
>> justification to not support Github. But then I am not against Smalltalkhub
>> or other >repos being available to Pharo. The more the merrier.
>
>
On 2013-11-03, at 21:11, Tudor Girba wrote:
> Hi,
>
> We essentially finished moving Moose to Pharo 3.0 (we still have 6 yellow
> tests but they needed attention anyway). It took about 4 people looking into
> issues for a total probably around 2 man-days of effort. The largest
> impediment w
Check what magic Ben applied for the Morph Inspector:
`World inspect` then switch to morph view.
On 2013-11-05, at 05:04, Sean P. DeNigris wrote:
> How would I get an ImageMorph to automatically resize inside a Spec UI? I put
> it in a PanelMorph with various layout attempts, the latest being:
If we open an official one, given the importance of petitparser, it should be
under PharoExtras.
On 2013-11-07, at 10:10, Norbert Hartl wrote:
> Looking at smalltalkhub there are plenty of PetitParser repos to find but
> none that looks official. So which is considered official? I still had Lu
On 2013-11-08, at 12:59, Camille Teruel wrote:
>
> On 8 nov. 2013, at 11:44, Yuriy Tymchuk wrote:
>
>> Just downloaded last build. Works for me. (I’m on Mavericks of course)
>
> Not for me (on mavericks too)...
Did you enable System Preferences / Security & Privacy => Allow apps downloaded
seems to be resolved. Could you confirm?
On 2013-11-08, at 20:53, Johan Fabry wrote:
> Hi all,
>
> I wanted to toy around with 3.0 for a moment today, so I downloaded the last
> image from http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip It is
> unresponsive with 100% CPU usage. I t
On 2013-11-09, at 14:00, Marcus Denker wrote:
>
> On 09 Nov 2013, at 13:55, Johan Fabry wrote:
>
>>
>> Nope, I just unzip the new image and double click it. (+ I never defined any
>> startup script anywhere)
>>
> do you have a .sources file?
probably that, since the lookup logic changed t
Luc proposed a pull request on github
- got validated by travis
- I integrated it into the master branch
- I pushed the changes to the develop branch
so the vmLatest should include the fixes
On 2013-11-09, at 13:56, Stéphane Ducasse wrote:
> Esteban
>
> we should organize some sessions where yo
On 2013-11-09, at 14:17, Camillo Bruni wrote:
> On 2013-11-09, at 14:00, Marcus Denker wrote:
>> On 09 Nov 2013, at 13:55, Johan Fabry wrote:
>>> Nope, I just unzip the new image and double click it. (+ I never defined
>>> any startup script anywhere)
>>
On 2013-11-09, at 14:29, Camillo Bruni wrote:
> On 2013-11-09, at 14:17, Camillo Bruni wrote:
>> On 2013-11-09, at 14:00, Marcus Denker wrote:
>>> On 09 Nov 2013, at 13:55, Johan Fabry wrote:
>>>> Nope, I just unzip the new image and double click it. (+ I n
On 2013-11-09, at 16:30, Sven Van Caekenberghe wrote:
> On 09 Nov 2013, at 15:37, Johan Fabry wrote:
>> For double completeness ;-) The one-click download Pharo3.0-mac.zip has the
>> same problem. The included source file is in the wrong directory. It should
>> be moved out of Contents/Resource
I finished the new setup for the Pharo VM github repository [1]
- renamed codegen-scripts -> scripts
- separate setup scripts for linux (more to come later)
- added scripts/build.sh which builds the VM automatically under linux
- generating version info
- dowloading fresh 2.0 imag
It did not solve the issue yet :/, I will have to look into it next week.
In any case, I think it would be unrelated to a bootstrap since FileLocator
is already lazily initialized. There is just the typical problem on how and
when to update a singleton...
I should reopen the issue since the probl
I think the #users method return what you want, no?
TBehavior users
On 2013-11-16, at 18:19, b...@openinworld.com wrote:
> If I come in cold to a system and see some class using trait, and then I want
> to find all classes that use that trait. I have tried a few ways but failed
> to w
The TestRunner is usually a better choice in this case, no?
WorldMenu / TestRunner
On 2013-11-20, at 16:43, Davide Varvello wrote:
> Hi!
>
> I'm on Pharo 2.0.
> When I run a bunch of tests I usually select a lot of packages from Nautilus
> and click cmd-t to run them, but unfortunately if one t
1 - 100 of 101 matches
Mail list logo