I can reach it
Ben
On May 8, 2013, at 11:23 AM, Sven Van Caekenberghe wrote:
> Hi,
>
> Related to https://pharo.fogbugz.com/f/cases/10559/
>
> is http://www.pharo-project.org down just for me or does anyone else also
> have problems ?
>
> http://www.downforeveryoneorjustme.com/http://www.ph
Hello guys :)
Is that possible that someone review this entry[1] because it's an important
one :)
Pavel I put you in CC since the Pharo Kernel was not building because of this :)
Thanks in advance,
Ben
[1] https://pharo.fogbugz.com/default.asp?7550
It's a known bug which was (thought to be) fixed in 3.0
If someone knows a way to reproduce it, I will be glad to address this issue
(my guess is that there is a #sort done on protocols where it should be #sorted)
Ben
On May 6, 2013, at 2:35 PM, Patrick Barroca wrote:
> Hi,
>
> I've done some
Work for me :(
Ben
On May 6, 2013, at 4:42 AM, Igor Stasenko wrote:
> curl -L get.pharo.org/30 | bash
> % Total% Received % Xferd Average Speed TimeTime Time Current
> Dload Upload Total SpentLeft Speed
> 100 25040 25040 0
up two issues
> I was having (not even bugs)... in the middle of the night... on a
> Saturday... And like the Smalltalk fairy had come and snuck a solution under
> my pillow while I dreamt, Sven and Benjamin added enhancements which solved
> my dilemma! Thank you both :) And thank you
It was one of my best Sprint :)
A lot of energy, even the sun was present (and at Lille, it's a gift from gods
^^)
Ben
On May 4, 2013, at 10:04 AM, stephane ducasse wrote:
>
> On May 4, 2013, at 12:11 AM, Camillo Bruni wrote:
>
>> Thanks everybody for the great sprint!
>>
>> We fixed a lot
You really think you can break thing from the Amber browser on client side ?
Ben
On May 4, 2013, at 10:33 AM, Norbert Hartl wrote:
>
>
> Am 04.05.2013 um 07:29 schrieb Ben Coman :
>
>> Igor Stasenko wrote:
>>> On 4 May 2013 01:01, Javier Pimás wrote:
>>>
Cool! And I just discovered th
amien Cassou wrote:
>> Hi,
>>
>> Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a
>> ConfigurationOfSmalltalkHub and a dedicated Jenkins job:
>>
>> https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/
>>
>> http://smalltalkhub.com/#
:D
Ben
On May 3, 2013, at 5:42 PM, Damien Cassou wrote:
> Hi,
>
> Nicolas Petton, Benjamin van Ryseghem and I are proud to announce a
> ConfigurationOfSmalltalkHub and a dedicated Jenkins job:
>
> https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/
>
>
Use the correct implementation of tree, it will help :)
Ben
On May 3, 2013, at 3:49 PM, "roberto.mine...@usi.ch"
wrote:
> I managed to accomplish the said behavior in this way
>
>> self
>> on: (Character arrowRight asShortcut)
>> do: [ :morph | | item |
>>
Of course not, but I just can't name the two tree implementation TreeModel.
As I said in my mail, I will push AlainTreeModel as default, and it will be
named TreeModel.
Same for the list.
(that's also why they do not have a class comment)
Ben
On May 3, 2013, at 8:10 AM, "Torsten Bergmann" wro
SmallLint rule :)
Ben
On May 2, 2013, at 10:47 PM, Igor Stasenko wrote:
> On 2 May 2013 21:04, Camillo Bruni wrote:
>> While trying out my new in-image filesystem to file-out my image I encounter
>> strange things :) related to upper and lowercase names:
>>
>> - some classes have the same met
Hello :)
I am glad to announce that I have spent some time on Spec, and introduce to new
models :)
1) NewListModel
This is the spec model for the new implementation of the list.
It adds some cool features like a header, a real lazy display implementation, a
better mechanism for drag and droppi
You should try cmd+c (for copy)
Did you enable or disable the combined shortcuts in Nautilus ?
Ben
On Apr 30, 2013, at 3:54 PM, Camillo Bruni wrote:
> In a 3.0 image I cannot reproduce this :)
>
> can you give more details?
>
> On 2013-04-30, at 15:47, "roberto.mine...@usi.ch"
> wrote:
>
I just added two new examples in Spec-Examples-PolyWidgets
(https://pharo.fogbugz.com/default.asp?10458)
It should be soon in Pharo ^^
Ben
On Apr 30, 2013, at 2:27 PM, Camillo Bruni wrote:
> Clement and I are working on the new Inspectors/Debuggers and we would like yo
> dynamically change sp
It actually acts exactly the same, just StandardWindow is hiding the complexity
under the hood :)
If you want the same:
| ui |
ui := MyUI new.
World (or whatever morph) openModal: ui openWithSpec window.
"you will arrive here at MyUI closing"
ui value (idk which info you want).
Another tip:
> R
>
> On Apr 29, 2013, at 3:32 PM, Benjamin
> wrote:
>
>> I can't say because I never use Moose image
>>
>> Ben
>>
>> On Apr 29, 2013, at 3:07 PM, "roberto.mine...@usi.ch"
>> wrote:
>>
>>> By the way..
On Apr 29, 2013, at 2:07 PM, roberto.mine...@usi.ch wrote:
>
>> Thanks for the answers… I will update to the last image ;)
>>
>> On Apr 29, 2013, at 1:38 PM, Benjamin
>> wrote:
>>
>>> In the latests image, it should be black :)
>>>
>>> Whi
Now the default colour is specified in the corresponding Spec (LabelSpec here)
Otherwise, you should be able to specify the colour by sending the message
color: too, but some morphs are slightly broken from this point of view :s
Ben
On Apr 29, 2013, at 1:45 PM, Clément Bera wrote:
> I don't kn
, Sean P. DeNigris wrote:
> Sure, point the way. Where does Penelope live? gforge? How do you
> debug/update the running version?
>
> On Apr 26, 2013, at 7:07 AM, Benjamin Van Ryseghem-2 [via Smalltalk] <[hidden
> email]> wrote:
> > Penelope code as well as Ulysse one i
In the latests image, it should be black :)
Which image are you using ?
Ben
On Apr 29, 2013, at 12:27 PM, roberto.mine...@usi.ch wrote:
> Hi,
>
> I'm building a small UI with spec and I have a problem with the LabelModel.
>
> Is there any way to change the default color (white) of the #text: i
The monkey refers to Ulysse, not Penelope :) (we will soon have both Bruce
Willis and Brad Pitt involved ^^ [1])
Penelope code as well as Ulysse one is on smalltalkhub/~Pharo/ci/main
Basically we have a delay here which should update the cache, but some sh*t
happened :s
If you want to be involv
I could be :)
Ben
On Apr 26, 2013, at 5:17 AM, DeNigris Sean wrote:
> From time to time, I lead small commercial Smalltalk projects, parts of which
> I'm able to delegate. If you're interested in more details / participating
> when these come up, email me and I'll keep you in mind.
>
> Cheer
Fix is here: https://pharo.fogbugz.com/default.asp?10408
Ben
On Apr 25, 2013, at 6:12 PM, Marcus Denker wrote:
> Not yet… so I managed to not see a bug and now the image is in a
> non-updatable state.
>
> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-1-Tracker/259/console
>
> I am even
Yes it seems the CodeImporter is broken :(
Ben
On Apr 25, 2013, at 6:12 PM, Marcus Denker wrote:
> Not yet… so I managed to not see a bug and now the image is in a
> non-updatable state.
>
> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-1-Tracker/259/console
>
> I am even too tired to
Ben
On Apr 24, 2013, at 12:47 PM, Camillo Bruni wrote:
>
> On 2013-04-24, at 10:10, stephane ducasse wrote:
>> What would be good is that when we get the sender/implementor is to get
>> - the name of the entity as first entry in the menu
>> - get the entity selected in the text.
>
You can register there by yourself, then there is a list of projects, pick the
one you are interested in, Admins will then get a mail to add you
Ben
On Apr 23, 2013, at 7:45 PM, Guido Chari wrote:
> Who can add me to Jenkins server so i can add a project to the infrastructure?
If a slice is proposed, you should "resolve" the case which flags the issue as
Fix Review Needed
:)
Ben
On Apr 23, 2013, at 7:40 PM, Sven Van Caekenberghe wrote:
>
> On 23 Apr 2013, at 19:18, Guido Chari wrote:
>
>> Sorry for the delay, but yes i confirm this solves my issue.
>
> Thanks,
Official answer: "It's not a bug, it's a feature" ;)
Ben
On Apr 22, 2013, at 2:58 PM, Sven Van Caekenberghe wrote:
> I love honest developers ;-)
>
> On 22 Apr 2013, at 14:56, Benjamin
> wrote:
>
>> Happens, still do not know why :s
>>
>&
Happens, still do not know why :s
Ben
On Apr 22, 2013, at 3:49 PM, Alexandre Bergel wrote:
> Hi!
>
> Just wondering.
> I see the following in a 2.0
>
>
>
> How could it be? The icon of Spy-Core indicates that the package is empty.
>
> According to Monticello, I have only one package, calle
Group are made for this.
Maybe we should automatically create a new group when a package is loaded
Ben
On Apr 21, 2013, at 4:23 AM, Alexandre Bergel wrote:
> I tried to use groups, but it does not really work for me. Here is my
> scenario:
>
> I take a fresh image, I load Versionner then I lo
I just create you an account :)
Ben
On Apr 20, 2013, at 7:44 PM, Milan Mimica wrote:
> On 20 April 2013 19:10, Camillo Bruni wrote:
> yes ;)
>
> could you open an issue and possibly add a test that covers this?
>
> Only if http://bugs.pharo.org woudl let me register. It says "Invalid email
Totally remove the list or just empty it ?
For documentation
http://rmod.lille.inria.fr/web/pier/software/Tools-Improvement/NautilusDocumentation
Section1.4 How to ...
Ben
On Apr 20, 2013, at 12:24 AM, Alexandre Bergel wrote:
> Hi!
>
> Is there a documentation on how to create a plugin for Na
Cool :)
Ben
On Apr 17, 2013, at 3:59 PM, Max Leske wrote:
> Cool! Especially the popup window :)
>
> On 17.04.2013, at 15:49, Esteban Lorenzano wrote:
>
>> http://www.youtube.com/watch?v=k_bfSz2tus0
>>
>> Enjoy,
>> Esteban
>>
>> ps: small... and this time I do not speak. So is a win-win :)
cool :)
Ben
On Apr 17, 2013, at 2:07 PM, Sean P. DeNigris wrote:
> Marcus Denker-4 wrote
>> We are planning a sprint the 3rd of May:
>
> I want to join again via IRC/skype from NYC. It worked out well last time...
>
>
>
> -
> Cheers,
> Sean
> --
> View this message in context:
> http:/
We mainly say that each travel has to start with one step
Ben
On Apr 16, 2013, at 7:09 PM, kilon wrote:
> And you guys then say that pharo is not macos first citizen
>
> ha
>
> ha
>
> and
>
> ha
>
> I am a macos user , I love my imac and macos, but my vote goes to cross
> platform.
>
>
Cool :)
Next step: Athens :)
Ben
On Apr 16, 2013, at 4:22 PM, Igor Stasenko wrote:
> On 16 April 2013 15:32, Esteban Lorenzano wrote:
>> 30042
>> -
>>
>> 10028 Integrate Opal
>>https://pharo.fogbugz.com/f/cases/10028
>>
>> (remove destructive tests)
>>
>
> YESS
Most probably yes :)
Did I implemented myself or is this part of the refactoring engine ?
Ben
On Apr 11, 2013, at 2:47 PM, Goubier Thierry wrote:
> Hi,
>
> I'm trying to rename packages, so I'm adding the command to AltBrowser using
> the Nautilus renamePackage as the way to do it. But lookin
the problem was even when you specify one of you sub widget not to be rebuild,
it was rebuilt.
The solution was fixing the interpreter
Ben
On Apr 10, 2013, at 3:53 AM, Sean P. DeNigris wrote:
> Marcus Denker-4 wrote
>> 10212 New Spec version
>> https://pharo.fogbugz.com/f/cases/10212
>
>
I am currently (like right now) fixing this, extracting them to have platform
specific shortcuts (to go to the end of text, forwardDelete, etc).
By doing that, I am discovering *a lot* of weird shortcuts (like changeLfToCr:,
doAgainMany: etc) :)
Ben
On Apr 8, 2013, at 2:34 PM, "roberto.mine...@
cision last year and I think it was a good
>>> one... not that we cannot change, but I would stick with it for now.
>>> I think the current completion functionality has some other problems that
>>> makes it sometimes uncomfortable to use...
>>>
>>> On A
http://bugs.pharo.org/issues/id/7602 should work (for this particular one,
there is a bug in penelope preventing it to be displayed)
But otherwise, you can always refer a bug by
http://bugs.pharo.org/issues/id/#{bug_id}
With Camillo we want also to add in fogbugz a "public link" button :)
Ben
One is proposing all the symbols (without package names, timestamp and few
others) alphabetically sorted, the other one is "learning" , so the order is
depending on your last accepts.
But I do not remember the names :S
Ben
On Apr 7, 2013, at 12:49 AM, Sven Van Caekenberghe wrote:
> What is th
If everybody likes it, maybe we should consider putting this configuration as
default, no ?
Ben
On Apr 6, 2013, at 8:59 PM, "Sean P. DeNigris" wrote:
> stephane ducasse wrote
>> would it be possible to get a couple of settings that you use?
>
> NECPreferences
> enabled: tr
Since any one can subscribe precisely to want they want, for me it's useless to
have a spamming mailing list :)
(and one thing less to manage ^^)
Ben
On Apr 6, 2013, at 6:36 PM, Marcus Denker wrote:
>
> On Apr 6, 2013, at 6:31 PM, Marcus Denker wrote:
>
>>
>> On Apr 6, 2013, at 6:22 PM, E
10:02 PM, "p...@highoctane.be" wrote:
> Guys, should you take your fight private in the office and get us a blog post
> or something?
>
>
> 2013/4/5 Benjamin
> On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote:
>
> > On 5 April 2013 14:38, Benjamin
On Apr 5, 2013, at 9:34 PM, Igor Stasenko wrote:
> On 5 April 2013 21:29, Benjamin wrote:
>> On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote:
>>
>>> On 5 April 2013 14:38, Benjamin
>>> wrote:
>>>> I personally solve that by disabling aut
On Apr 5, 2013, at 8:12 PM, Igor Stasenko wrote:
> On 5 April 2013 14:38, Benjamin wrote:
>> I personally solve that by disabling auto popup :)
>> And it fits in what Doru said.
>>
>> I have to hit ctrl space to pops up completion, and here, I know that I am
>>
with the color settings in the prefs.
>
We hadn't tried SH yet (I was presuming this part to be a pain ^^)
What you could do is maybe subclass what we are doing we Nico, to have less
entry points (but since it's still work in progress :S)
Our plan was to push it into the system not
d to ctrl+space!
>
> Where is that setting ?
>
> Thierry
>
> Le 05/04/2013 14:38, Benjamin a écrit :
>> I personally solve that by disabling auto popup :)
>> And it fits in what Doru said.
>>
>> I have to hit ctrl space to pops up completion, and here,
this theming initiative?
>
> :)
>
> Esteban A. Maringolo
>
>
> 2013/4/5 Benjamin
> With Nicolas Petton we are currently working on a new Pharo theme too, and
> fixing hardcoded references from Morph along the way :)
> We didn't find documentation either, but if y
Ben
On Apr 5, 2013, at 8:29 AM, Igor Stasenko wrote:
> On 4 April 2013 19:52, Camillo Bruni wrote:
>>
>> On 2013-04-04, at 18:51, Igor Stasenko wrote:
>>
>>> On 4 April 2013 17:38, Camillo Bruni wrote:
On 2013-04-04, at 16:11, Igor Stasenko wrote:
> On 4 April 2013 1
I personally solve that by disabling auto popup :)
And it fits in what Doru said.
I have to hit ctrl space to pops up completion, and here, I know that I am in
completion mode, so pressing enter is not breaking my workflow.
Moreover, usually when I see people using completion, it's highly a lost
+1 :)
Even with my boiling brain, I learnt a lot, and I am really waiting for the
videos to be available to be able to watch them to get what I missed :) (and
spread this to the whole team ^^)
Thanks again to Doru and the SCG, and also to every one for these cool 3 days :)
Ben
On Apr 5, 2013
Yes, I want to kill this with a huge sledge hammer
(https://www.youtube.com/watch?v=g93mz_eZ5N4) to make it usable :)
( I was forced to wait to 2.0 release ^^ )
Ben
On Apr 4, 2013, at 8:43 PM, Sven Van Caekenberghe wrote:
>
> On 04 Apr 2013, at 14:16, Benjamin
> wrote:
>
>
You can also provide a RBBrowserEnvironment (that's what Nautilus is doing)
Ben
On Apr 4, 2013, at 2:32 PM, Luc Fabresse wrote:
>
>
> 2013/4/4 stephane ducasse
> we should clean the api.
>
> behind the API, should we use Ring internally?
> I would say yes.
>
> Another point is about the e
alt+tab / alt+shift+tab
Ben
On Apr 4, 2013, at 2:08 PM, "Esteban A. Maringolo" wrote:
> Yes, CTRL-W is close window or close tab in a multidocument window in MS
> Windows.
>
> Regards,
>
>
> ps: Yes, I said windows lots of times. :)
>
> Esteban A. Maringolo
>
>
> 2013/4/4 Sven Van Caeken
Read this page: https://pharo.fogbugz.com
All the answers of your questions are there :)
Ben
On Apr 4, 2013, at 11:25 AM, dimitris chloupis wrote:
> here is a bug report I just submited with a display bug i have with pharo on
> ubuntu 12.10
>
> https://pharo.fogbugz.com/default.asp?10222_8dn2
Since Nautilus is meant to also work without the refactoring engine, I have
provided the Analyze menu, which is far lees powerful that the refactoring
engine, but it's working out of the box.
Ben
On Apr 3, 2013, at 9:23 PM, Sean P. DeNigris wrote:
> There is:
> Nautilus class context menu
> 1
Typo in the webpage
"Our profilers are made for the Pharo and Visual Works plataforms:"
plataforms ? :)
Ben
On Apr 1, 2013, at 2:28 AM, Alexandre Bergel wrote:
> Hi!
>
> I think http://ObjectProfile.com can be listed as a success story :-)
> Maybe it can be listed here:
> http://www.pharo-p
the releases note are publicly available on fogbugz :)
Ben
On Mar 31, 2013, at 4:25 PM, stephane ducasse wrote:
> +1
>
>> Thanks Clement for pushing this :)
>
> putting a section with the release notes could be interesting too for people
> coming to see it:
>
> <2009-04-18Pharo10LogOfActio
Ben
On Mar 31, 2013, at 2:29 PM, "Sean P. DeNigris" wrote:
> Benjamin Van Ryseghem-2 wrote
>> And when you go from Resolved to CLosed, the status is kept
>
> Okay, so we have to mark as integrated before closing, and if not, it has to
> be reopened, then resolved, the
We tried that we Jannik, but it was complicated :)
But yes, I will try to put some effort here :)
Ben
On Mar 31, 2013, at 3:25 AM, jannik.laval wrote:
> Inside pharo would be cool ;)
>
> ---
> Jannik Laval
>
> Le 30 mars 2013 à 23:41, Benjamin a
> écrit :
>
>&
http://rmod.lille.inria.fr/web/pier/software/Tools-Improvement/NautilusDocumentation
Ben
On Mar 30, 2013, at 11:28 PM, Yuriy Tymchuk wrote:
> Maybe we should write somewhere an explanation to all icons?
>
> Is it possible to do it in help?
>
> uko
>
>
> On 30 бер.
Because the current status is Fix To Include, but the current state is Closed
Basically you have 3 states (open, resolved, closed)
And when you go from Resolved to CLosed, the status is kept
Ben
On Mar 30, 2013, at 10:16 PM, "Sean P. DeNigris" wrote:
> I'm unclear about how to change issue stat
The first one means the package is empty
the second one that this package is a probably monticello package (no classes,
only extensions)
Ben
On Mar 30, 2013, at 5:09 PM, Alexandre Bergel wrote:
> Hi!
>
> I am just wondering what these icons means in Nautilus
>
> ??
>
> a method extension
And as Nico like to say, smalltalkhub is open source :)
So maybe it's also the role of a community :)
Ben
On Mar 28, 2013, at 1:29 PM, "Sean P. DeNigris" wrote:
> EstebanLM wrote
>> yes, I agree with everything... we will fix it soon :)
>
> Great, I know everyone is working hard. I like the pr
if it works go ahead ;)
Ben
On Mar 28, 2013, at 12:48 PM, Norbert Hartl wrote:
>
> Am 28.03.2013 um 11:51 schrieb stephane ducasse :
>
>>
>> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote:
>>
>>> What is the rationale for having the method pane as multi-select list? I
>>> don't think i
Honestly, I do not remember
Ben
On Mar 28, 2013, at 11:58 AM, Norbert Hartl wrote:
>
> Am 28.03.2013 um 11:51 schrieb stephane ducasse :
>
>>
>> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote:
>>
>>> What is the rationale for having the method pane as multi-select list? I
>>> don't th
Two compiled methods with same byte code, even with different selectors are
equals
(and people laughed at me when I found that disturbing)
Ben
On Mar 28, 2013, at 11:51 AM, stephane ducasse wrote:
>
> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote:
>
>> What is the rationale for having t
Exactly what I was about to propose :)
Write a GSoC proposal ^^
Ben
On Mar 27, 2013, at 9:29 PM, Guillermo Polito wrote:
>
>
> On Wed, Mar 27, 2013 at 9:18 PM, Torsten Bergmann wrote:
> When working with Seaside (or other frameworks) one often works with
> non-Smalltalk resources
> stored w
Thank you :)
So I think I will apply as a student (and still be present for the student
without being a mentor then) :)
Ben
On Mar 27, 2013, at 4:21 PM, Ben Coman wrote:
> Benjamin wrote:
>> Thanks for the explanation :)
>>
>> My question was more
>> Can I be a st
Thank you for the report
We are aware of this, but running out of time right now.
Sorry for the inconvenience,
Ben
On Mar 27, 2013, at 3:48 PM, Frank Shearar wrote:
> Am I the only one to use an email address containing a . ? Penelope
> doesn't recognise frank.shea...@gmail.com as a valid addr
Thanks for the explanation :)
My question was more
Can I be a student for project Foo and a mentor for project Bar ?
:)
Ben
On Mar 26, 2013, at 8:41 PM, Janko Mivšek wrote:
> Hi Benjamin
>
> Dne 26. 03. 2013 16:04, piše Benjamin:
>> Of course I could be a mentor :)
>>
And if you want to be lazier, you can export the setting in your preference
file, and have a look then :)
Ben
On Mar 26, 2013, at 4:23 PM, Igor Stasenko wrote:
> On 26 March 2013 15:32, Tudor Girba wrote:
>> Hi Igor,
>>
>> Thanks. I managed that also in 1.4, but my question was about how to
seems to be
> achievable. Spec over Amber (who will propose that?), Spec over Aida,
> Spec over Seaside? Benjamin, would you be a co-mentor of that project?
>
> Title: Spec over Aida for desktop-capable Web Apps
>
> Level: advanced
>
> Possible mentor: Janko Mivšek
&g
Cool :)
One of my plan for 3.0 is more agile tools :)
I have started a new auto test, and I wanted a Pomodoro :)
Now we can join forces :)
What I thought was cool is a pomodoro which block the ui during pauses, log the
changes during sessions, and commit in the package-cache at the end of each
I have tested only from List to list and from tree to tree,
but basically it should be possible between any widget :)
Ben
On Mar 25, 2013, at 10:35 PM, "Sean P. DeNigris" wrote:
> EstebanLM wrote
>> 10128 Drag and Drop support in Spec
>> https://pharo.fogbugz.com/f/cases/10128/
>
> That s
We are encountering a strange problem with email containing a dot :s
I thought we fixed it, but it seems not
Two solutions:
- you use an address without a point now, and fix it asap in fogbugz
- I create you an account
Sorry for the inconvenience,
Ben
On Mar 25, 2013, at 12:08 PM
Ok :s
Something goes wrong between Penelope and FogBugz I guess (but the return the
error with a 200 ok code, so it's kind of disturbing ^^)
Glad you found your way through it :)
Ben
On Mar 25, 2013, at 11:24 AM, Norbert Hartl wrote:
>
> Am 25.03.2013 um 10:25 schri
For me, there is this user
NorbertHartl
norb...@hartl.name
(with even a picture, so I think you already had an account an forgot about it
maybe ^^)
If you want I can set you a new password
Ben
On Mar 25, 2013, at 10:20 AM, Norbert Hartl wrote:
> Yesterday I registered for an account on bugs
Let me check, maybe something goes wrong (and we did catch the error)
Ben
On Mar 25, 2013, at 10:20 AM, Norbert Hartl wrote:
> Yesterday I registered for an account on bugs.pharo.org. I enteres username
> (NorbertHartl) and email and assured I'm not monkey. I got to the fogbugz
> page but not
When you add a repository, simply chose http then ;)
Ben
On Mar 22, 2013, at 9:00 PM, "p...@highoctane.be" wrote:
> Thx
>
> Again, same damn issue with adding repositories in MC:
>
> Added one in the list with Smalltalkhub and pasted the spec you provided.
>
> Net result:
>
> Stacktrace wit
Cool ;)
I fixed FridaySprint which was returning nothing (strange bug from fogbugz i
guess)
Ben
On Mar 21, 2013, at 8:24 PM, Camillo Bruni wrote:
> I just added a couple of useful filters on fogbugz for all those
> people complaining about not finding things :P
>
> https://pharo.fogbugz.com/
MCHttpRepository
location: 'http://smalltalkhub.com/mc/Pharo/Pharo30Inbox/main'
user: ''
password: ''
Ben
On Mar 21, 2013, at 10:56 AM, Stéphane Ducasse
wrote:
>
>
t;
>>> 2013/3/19 stephane ducasse :
>>>> ben
>>>>
>>>> may be we should explain that the penelope web site and I agree with phil
>>>> that the monkey picture is a bit strong
>>>>
>>>>
>>>> On Mar 19, 2013,
+1
Ben
On Mar 20, 2013, at 8:41 AM, Camillo Bruni wrote:
>
> On 2013-03-19, at 23:30, Nicolas Cellier
> wrote:
>
>> 2013/3/19 Nicolas Petton :
>>>
>>> On Mar 19, 2013, at 10:38 PM, Nicolas Cellier
>>> wrote:
>>>
But more annoying, how can we search or filter, all issues containing
FogBugz does not provide (yet) a way for non logged on user to see the open
entries (why google allowed it)
So we tackled this issue with Penelope.
So basically, Penelope does two things:
- listing open entries sorted by projects
- provide a way to create a fogbugz account
Hope i
I would say the Vm …
Could you print the VM version for both images ?
Ben
On Mar 19, 2013, at 9:27 PM, "jannik.laval" wrote:
> Hi all,
>
> I loaded PharoSound in a Pharo 2.0 image and try the code :
> SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel
>
> It works fine.
> Now, try th
We probably deployed the wrong VM :S
We will fix this asap, sorry
Ben
On Mar 19, 2013, at 6:53 PM, Luc Fabresse wrote:
>
> Thanks.
> I tried to register and got an exception:
>
> ZdcPluginMissing: SSL/TLS plugin initailization failed (VM plugin missing ?
> OS libraries missing ?)
>
> #Luc
>
Wich one is the one providing me the latest version of the image ?
Ben
On Mar 19, 2013, at 3:26 PM, Marcus Denker wrote:
>
> On Mar 19, 2013, at 3:21 PM, Benjamin
> wrote:
>
>> As far as I know, these jobs are integration related.
>>
>
> Yes, and one of th
On Mar 19, 2013, at 1:01 PM, Marcus Denker wrote:
>
> On Mar 19, 2013, at 12:57 PM, Pavel Krivanek wrote:
>
>> cool, sorry :-)
>>
>
> What is missing:
>
> -> The bug tracker UI that allows to link to and view bugs without
> being logged in
>(and request a login via the we
As far as I know, these jobs are integration related.
Ben
On Mar 19, 2013, at 12:55 PM, Camille Teruel wrote:
>
> On 19 mars 2013, at 12:54, Benjamin wrote:
>
>> So where is the Pharo3.0 jenkins job ? :)
>
> https://ci.inria.fr/pharo/view/3.0/ ?
>
>>
>&g
So where is the Pharo3.0 jenkins job ? :)
Ben
On Mar 19, 2013, at 12:51 PM, Esteban Lorenzano wrote:
> infrastructure is working :)
>
>
> On Mar 19, 2013, at 12:45 PM, Pavel Krivanek wrote:
>
>> Does it make sense to make updates when we have no working infrastructure?
>> :-)
>>
>> -- Pav
Can't you use the seaside jenkins job ?
Ben
On Mar 19, 2013, at 9:23 AM, Camillo Bruni wrote:
> still some bugs left, especially with selectors with "strange" characters
> such as $: ;):
>
> http://pharo.gforge.inria.fr/doc/1.4/
> http://pharo.gforge.inria.fr/doc/2.0/
>
> Once the configurati
Note that this can also be found on our new issue tracker:
https://pharo.fogbugz.com/default.asp?W6
Ben
On Mar 18, 2013, at 11:12 AM, Marcus Denker wrote:
> We are proud to announce the release of Pharo 2.0!
>
> You can find information about Pharo at: http://www.pharo-project.org
>
https://pharo.fogbugz.com/default.asp?W7
This page should do the trick :)
Ben
On Mar 18, 2013, at 12:21 PM, p...@highoctane.be wrote:
> Awesome!
>
> Is there a release note somewhere so that we can brag with a single
> easy to use link?
>
> Phil
>
> 2013/3/18 Marcus Denker :
>> We are proud
Unluckily, yes…
We all have to...
Ben
On Mar 18, 2013, at 9:24 AM, jannik laval wrote:
> Ok,
>
> Thanks for the answer.
> So, I have just to wait and see :)
>
> Jannik
>
> 2013/3/18 Benjamin
> Because we are fighting with the INRIA national it guys to have a
private betatest ?
>
> As soon as possible, the pharo website should be updated: this is the link to
> google tracker that is available.
>
> Jannik
>
> 2013/3/18 stephane ducasse
> in the future we will have
>
> bugs.pharo.org
>
> Stef
>
> O
https://pharo.fogbugz.com
And I am adding you right now (still waiting for Penelope)
Ben
On Mar 17, 2013, at 9:03 PM, jannik.laval wrote:
> ok, where is it ?
>
> Jannik
>
> On Mar 17, 2013, at 9:01 PM, stephane ducasse
> wrote:
>
>> fogz bugs :)
>>
>> On Mar 17, 2013, at 7:29 PM, jannik.
1 - 100 of 593 matches
Mail list logo