Re: [Pharo-dev] [ANN] Creativity - a Smalltalk usability experiment on browsing code and productivity

2014-03-04 Thread Hernán Morales Durand
Didn't tried yet, but looks nice. Cool you have included the Senders Implementors buttons, I miss them in Nautilus :) Cheers, Hernán 2014-03-03 21:15 GMT-03:00 Sebastian Sastre sebast...@flowingconcept.com: Hi Smalltalker! After a talk with Thierry I was encouraged to publish this

Re: [Pharo-dev] [squeak-dev] [ANN] Fuel 1.9.3

2014-02-28 Thread Hernán Morales Durand
Thanks for the update. Cheers, Hernán 2014-02-26 18:13 GMT-03:00 Max Leske maxle...@gmail.com: Dear fellow Smalltalkers Mariano, Martin and myself are happy to announce Fuel version 1.9.3 which includes the follwing changes to 1.9 (1.9.1 and 1.9.2 were never officially announced): -

[Pharo-dev] 3.0 image silently quits when opening the Transcript

2014-02-25 Thread Hernán Morales Durand
Since today the latest stable image hangs when opening the Transcript from the world menu. Any known issue? This is what I do from MinGW shell: $ wget -O- http://get.pharo.org/30+vm | bash $ pharo Pharo.image --no-quit I am using WinXP SP3 here. Cheers, Hernán

Re: [Pharo-dev] 3.0 image silently quits when opening the Transcript

2014-02-25 Thread Hernán Morales Durand
A problem with the machine I was using, falsa alarm. Cheers, Hernán 2014-02-25 13:33 GMT-03:00 Hernán Morales Durand hernan.mora...@gmail.com: Since today the latest stable image hangs when opening the Transcript from the world menu. Any known issue? This is what I do from MinGW shell

Re: [Pharo-dev] New methods for the String class

2014-02-25 Thread Hernán Morales Durand
2014-02-25 8:49 GMT-03:00 p...@highoctane.be p...@highoctane.be: Yes but... in Pharo strings are collections and a ton of things can be done with collections already. Other languages have more basic strings and are cutting them in all ways possible but not as collections. things like

Re: [Pharo-dev] SystemLogger unrevealed :)

2014-02-22 Thread Hernán Morales Durand
What's the advantage over Log4s? Hernán 2014-02-22 9:24 GMT-03:00 Pharo4Stef pharo4s...@free.fr:

Re: [Pharo-dev] SystemLogger unrevealed :)

2014-02-22 Thread Hernán Morales Durand
2014-02-22 15:50 GMT-03:00 Pharo4Stef pharo4s...@free.fr: Hernan do you know how we could produce an extension that can plug into Log4J and Log4s :) I don't know, sorry. BTW the last time I check I could not really load Log4s :) That's weird because I'm using in production since weeks

Re: [Pharo-dev] I love the new catalog and now you can create the metadata easily :)

2014-02-10 Thread Hernán Morales Durand
Stef, Thanks for doing this. I was tired of copying and pasting methods. I have just a question. For Pharo 3 projects, the contents at https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ would be replaced or there will be a new url? Cheers, Hernán 2014-02-10 18:49

[Pharo-dev] PharoProjectCatalog for Pharo 3?

2014-02-03 Thread Hernán Morales Durand
I have noticed the following catalog url lists configurations for Pharo 2.0 https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? Is there a job/url for configurations for Pharo 3? Hernán

Re: [Pharo-dev] PharoProjectCatalog for Pharo 3?

2014-02-03 Thread Hernán Morales Durand
Thank you Torsten! If you want to integrate, I have attached changes to CatalogBuilder methods for redirecting to MetaRepoForPharo3. I don't know the proper way to test it yet CatalogBuilder new generateAll ?? but gives me a MessageNotUnderstood: GoferResolvedReferenceload Cheers Hernán

Re: [Pharo-dev] xpath?

2014-01-31 Thread Hernán Morales Durand
2014-01-30 Tudor Girba tu...@tudorgirba.com: Hi, Does anyone know what is the currently functional XPath library? I just tested XPath from PharoExtras, but it does not work with the latest XMLParser. The XPath library is not complete, although supports querying attributes with @. Try for

[Pharo-dev] 500 timesRepeat: [ Workspace open ]

2014-01-27 Thread Hernán Morales Durand
See this one: https://pharo.fogbugz.com/f/cases/12626/Too-many-open-windows-make-Pharo-unusable What is the maximum of task bars tasks would you like to allow? To me more than 50 looks like recursion... Cheers, Hernán

Re: [Pharo-dev] New pharo questions for Jan 22 - Stack Exchange

2014-01-22 Thread Hernán Morales Durand
Tested latest 3.0 under Windows 7 installed with $ wget -O- get.pharo.org/30+vm | bash cannot reproduce the right-click problem. 2014/1/22 Esteban Lorenzano esteba...@gmail.com please: test right-click, that’s where the problem is reported :) ctrl+click is yet another problem :) Esteban

Re: [Pharo-dev] SWIG for Native Boost FFI

2014-01-22 Thread Hernán Morales Durand
Hello Ronie, Could you show us a sample script? Cheers, Hernán 2014/1/22 Ronie Salgado ronies...@gmail.com I started working on extending SWIG to generate bindings for NativeBoost FFI, using as a reference the C# binding generator. I am committing my work on this into

[Pharo-dev] Jump to superclass from selected class

2014-01-22 Thread Hernán Morales Durand
Added a little SLICE to save some navigation time between classes, maybe you like it: https://pharo.fogbugz.com/f/cases/12691/Jump-to-superclass-from-selected-class Hernán

Re: [Pharo-dev] Making Platform Installers

2014-01-18 Thread Hernán Morales Durand
If I understood your question correctly, you can steal my NSIS script at https://code.google.com/p/biosmalltalk/wiki/NSISInstallerScript and execute: makensis.exe myscript.nsi (see http://nsis.sourceforge.net/Docs/Chapter3.html for details) to generate an installer. Cheers, Hernán

Re: [Pharo-dev] ConfigurationOfGetText broken?

2014-01-18 Thread Hernán Morales Durand
Hi Alex, Gettext is a software for i18n (http://en.wikipedia.org/wiki/Gettext) Hernán 2014/1/18 Alexandre Bergel alexandre.ber...@me.com What GetText is all about? http://smalltalkhub.com/#!/~PharoExtras/Gettext does not help much Alexandre On Jan 17, 2014, at 7:42 AM, Usman Bhatti

Re: [Pharo-dev] http://association.pharo.org/web/weekly

2014-01-17 Thread Hernán Morales Durand
Hi Stef, Really good idea Take it easy. Hernán 2014/1/17 Pharo4Stef pharo4s...@free.fr Hi guys I started a blog http://association.pharo.org/web/weekly Why yet another blog? I got exhausted, sick, and I had to stop reading mails and other computer activities. Then after a couple of

Re: [Pharo-dev] Can we install packages like in pip or gem?

2014-01-12 Thread Hernán Morales Durand
. On 11 Jan 2014, at 17:48, Hernán Morales Durand hernan.mora...@gmail.com wrote: Can we install packages like this? $ pharo config NeoCSV INIFile OSProcess Pharo.image That would install stable versions from default repository for pharo image in current working directory

Re: [Pharo-dev] Can we install packages like in pip or gem?

2014-01-12 Thread Hernán Morales Durand
at a time, with a couple of extra parameters, but I guess you already know that. With a little wrapper script, you could make this work. But is is a good idea. On 11 Jan 2014, at 17:48, Hernán Morales Durand hernan.mora...@gmail.com wrote: Can we install packages like this? $ pharo

Re: [Pharo-dev] Pharo 3.0 not responding to mouse or keyboard after launch

2014-01-12 Thread Hernán Morales Durand
2014/1/12 Martin McClure mar...@hand2mouse.com On 01/12/2014 07:46 AM, Hernán Morales Durand wrote: xscope is difficult to set up. I wonder if you have started another X server in the background and which xscope parameters you've used? Thanks for the detailed reply! Xscope seemed

Re: [Pharo-dev] Pharo 3.0 not responding to mouse or keyboard after launch

2014-01-12 Thread Hernán Morales Durand
That sounds really weird. Having to launch from GUI to start a working image is not very convenient. Let us know if you have any other findings. Cheers, Hernán 2014/1/13 Martin McClure mar...@hand2mouse.com On 01/12/2014 05:22 PM, Igor Stasenko wrote: i remember there was similar problem

[Pharo-dev] Can we install packages like in pip or gem?

2014-01-11 Thread Hernán Morales Durand
Can we install packages like this? $ pharo config NeoCSV INIFile OSProcess Pharo.image That would install stable versions from default repository for pharo image in current working directory in headless mode, save and quit. Cheers, Hernán

[Pharo-dev] Fwd: where is hosted Grease?

2014-01-09 Thread Hernán Morales Durand
-- Forwarded message -- From: Hernán Morales Durand hernan.mora...@gmail.com Date: 2014/1/9 Subject: Re: [Pharo-dev] where is hosted Grease? To: Damien Cassou damien.cas...@gmail.com Thanks Damien, For the Seaside team, you only need to merge changes from my repository http

Re: [Pharo-dev] XMLParser Problem with SVG

2014-01-06 Thread Hernán Morales Durand
I vote for don't fetching DTD if you don't need to. See what W3C thinks about DTD fetches: excessive traffic = DDoS attacks http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic/ Cheers, Hernan 2014/1/6 Igor Stasenko siguc...@gmail.com Hmm, my only question is about

Re: [Pharo-dev] WhatsUp from: 2013-12-16 until: 2013-12-31

2014-01-01 Thread Hernán Morales Durand
http://www.smalltalkhub.com/#!/~hernan/Diacritics 2014/1/1 Damien Cassou damien.cas...@gmail.com On Tue, Dec 31, 2013 at 4:20 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: - Added ConfigurationOfDiacritics to Pharo 3.0 what is that? -- Damien Cassou http

Re: [Pharo-dev] WhatsUp from: 2013-12-16 until: 2013-12-31

2013-12-31 Thread Hernán Morales Durand
2013/12/16 seas...@rmod.lille.inria.fr Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's what I've been up

Re: [Pharo-dev] The Moldable Debugger - screencasts

2013-12-31 Thread Hernán Morales Durand
Really impressive and useful. Thanks for sharing. Can you point how to install it in a common Pharo 2.0 image? Hernán 2013/12/31 Andrei Chis chisvasileand...@gmail.com Hi, I made two new screencasts showing a small domain-specific debugger for SUnit and one for PetitParser.

Re: [Pharo-dev] pharo 3.0 image

2013-12-29 Thread Hernán Morales Durand
Try this: wget -O- get.pharo.org/30+vm | bash Pharo3.0 Latest update: #30664 2013/12/29 Johan Brichau jo...@inceptive.be What is the latest ‘working’ pharo 3 image? Every recent build I try to download opens with a blank screen and I cannot do anything. The latest build I downloaded some

Re: [Pharo-dev] Class-side hierarchy to show meta-classes?

2013-12-29 Thread Hernán Morales Durand
Hi Ben, What you may like is to browse multiple parallel hierarchies. This is done in TaxoNote: http://www.nomencurator.org/InfoVis2003/questions.html AFAIK it was never done in any Smalltalk flavor. Cheers, Hernán 2013/12/27 b...@openinworld.com Working on case 12498 [1] has evolved to

[Pharo-dev] Commit rights to Pharo repositories

2013-12-29 Thread Hernán Morales Durand
Hi, I want to publish configurations for Pharo 3.0 http://www.smalltalkhub.com/#!/~Pharo/MetaRepoForPharo30 Can you grant me commit rights? Could I be added to the Pharo team? username: hernan Cheers, Hernán

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-28 Thread Hernán Morales Durand
as a term in order to point out that visualization is no different than any other object manipulation. Did I address your concern? Cheers, Doru On Thu, Dec 26, 2013 at 9:48 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hi Tudor, Thanks for the clarification. Can you

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-27 Thread Hernán Morales Durand
wish. My Skype id is alexandre.bergel Cheers, Alexandre On Dec 26, 2013, at 9:48 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hi Tudor, Thanks for the clarification. Can you comment or point a link for the mechanism to transform my data for Roassal? Because if you want

Re: [Pharo-dev] problem while parsing xml

2013-12-27 Thread Hernán Morales Durand
Because monty's code downloads the DTD for validation from http://www.musicxml.org/dtds/partwise.dtd I should check if is the right thing to do because it would increase parsing time significantly. At least it should be an option. Cheers, Hernan 2013/12/27 Stéphane Ducasse

Re: [Pharo-dev] Relation tower is coming for Roassal

2013-12-26 Thread Hernán Morales Durand
Hi Alexandre and Ricardo, I am glad to see your advances in Roassal visualization! I wonder which input formats do you plan to support? Your relation tower can be used to visualize the crossover percentages between haplotype blocks. For example, here are some Haplotypes drawings from Haploview

Re: [Pharo-dev] problem while parsing xml

2013-12-26 Thread Hernán Morales Durand
it. Stef On 24 Dec 2013, at 18:48, Hernán Morales Durand hernan.mora...@gmail.com wrote: I have tried in Pharo 2.0 configurations from Config Browser (ConfigurationOfXMLParser-StephaneDucasse.16) and latest from http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main(ConfigurationOfXMLParser

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Hernán Morales Durand
to be added as team member, and that can be done just requiting it in pharo-dev list (which, btw, is a better place for this discussion). Ok, thanks. Hernán Esteban On 24 Dec 2013, at 13:57, Hernán Morales Durand hernan.mora...@gmail.com wrote: El 24/12/2013 9:06, Esteban Lorenzano escribió

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Hernán Morales Durand
2013/12/24 Esteban Lorenzano esteba...@gmail.com On 24 Dec 2013, at 14:50, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2013/12/24 Esteban Lorenzano esteba...@gmail.com Yeah, that part I can understand it. What I don’t understand is what would be that. Involving community

Re: [Pharo-dev] problem while parsing xml

2013-12-24 Thread Hernán Morales Durand
I have tried in Pharo 2.0 configurations from Config Browser (ConfigurationOfXMLParser-StephaneDucasse.16) and latest from http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main(ConfigurationOfXMLParser-monty.37) and both have this bug. Hernán 2013/12/24 Stéphane Ducasse

Re: [Pharo-dev] Similarity Matrix

2013-12-15 Thread Hernán Morales Durand
El 15/12/2013 19:51, Alexandre Bergel escribió: The SimilarityMatrix is meant to work with one set of elements, which is the same in column and horizontal. Instead of having one class, SimilarityMatrix, we should have a framework to easily build matrixes. In your case, you simply want a

Re: [Pharo-dev] Are all SLICEs self-contained?

2013-12-14 Thread Hernán Morales Durand
which dirty packages you want to add. This explain why sometimes a slice is empty: its required packages are missing, either in specification, or in the repository. Sven Uko On 13 Dec 2013, at 05:32, Hernán Morales Durand hernan.mora...@gmail.com wrote: If not, how do I know

[Pharo-dev] Are all SLICEs self-contained?

2013-12-12 Thread Hernán Morales Durand
If not, how do I know if a SLICE depends on other SLICEs? For example loading https://pharo.fogbugz.com/f/cases/edit/11282/Removal-DependentFields-references using Monticello hangs the image and cannot interrupt with Alt+. Do I need to load another SLICE before? Cheers, Hernán

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-09 Thread Hernán Morales Durand
rankings, ...) - automated verfication - ... sniplot of other ideas/snip Bye T. *Gesendet:* Sonntag, 08. Dezember 2013 um 22:12 Uhr *Von:* Hernán Morales Durand hernan.mora...@gmail.com *An:* Pharo Development List pharo-dev@lists.pharo.org *Betreff:* Re: [Pharo-dev] It would be too expensive

[Pharo-dev] Commit right to Pharo30Inbox

2013-12-08 Thread Hernán Morales Durand
Hi list. I want to submit a SLICE to the pharo inbox, can you grant me commit rights? username: hernan thanks! Hernán

Re: [Pharo-dev] Voronoi diagram

2013-12-07 Thread Hernán Morales Durand
Check this out http://www.smalltalkhub.com/#!/~goonsh/Voronoi-2d-Diagram http://www.squeaksource.com/VoronoiDiagram.html There is also an old package implementing Voronoi diagrams also, I can have a look if you those are not enough for your needs. Cheers Hernán El 07/12/2013 13:59, Natalia

[Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Hernán Morales Durand
Is there a specific reason why this was not implemented? Is someone working on this? See the Perl Package Manager for example. When you launch it, takes some time to update but each item displays the Details and you have an Abstract colum. Cheers, Hernán

[Pharo-dev] Pharo 3 package dependencies visualization

2013-12-07 Thread Hernán Morales Durand
You could be interested in viewing some circular dependencies (red lines) in Pharo 3 generated with GraphViz/PackageDependencies using http://www.smalltalkhub.com/#!/~hernan/GraphViz https://drive.google.com/file/d/0B7XMfmjGRcXASHB1c2xLSFdLR2s/edit?usp=sharing downloaded with $ wget -O-

Re: [Pharo-dev] It would be too expensive to add a description for packages in Configuration Browser?

2013-12-07 Thread Hernán Morales Durand
Ok. I am taking a look now, still trying to figure out how Spec manage the layout offsets. Should I commit changes as a Slice in http://smalltalkhub.com/mc/Pharo/Pharo30Inbox/main ? Hernán 2013/12/7 Stéphane Ducasse stephane.duca...@inria.fr On Dec 7, 2013, at 8:44 PM, Hernán Morales Durand

Re: [Pharo-dev] Pharo 3 package dependencies visualization

2013-12-07 Thread Hernán Morales Durand
Shearar frank.shea...@gmail.com On 7 December 2013 20:21, Hernán Morales Durand hernan.mora...@gmail.com wrote: You could be interested in viewing some circular dependencies (red lines) in Pharo 3 generated with GraphViz/PackageDependencies using http://www.smalltalkhub.com/#!/~hernan/GraphViz

Re: [Pharo-dev] Patches for Pharo packages you are maintaining

2013-11-23 Thread Hernán Morales Durand
El 23/11/2013 5:51, Camillo Bruni escribió: opened https://pharo.fogbugz.com/f/cases/12229/XML-Tools-improvement otherwise these changes are as good as lost. sending mcz via mail is from the last century. Maybe, but some of us are attending 30 requirements not related with Pharo and do not

Re: [Pharo-dev] Help in St. Petersburg?

2013-11-18 Thread Hernán Morales Durand
Guys, I am *so* proud to be part of this community! I have sent private messages to you with the details. I owe you for your good will. Sadly it was not spam, she is really travelling without resources at all. It can happen to anyone. Hernán El 18/11/2013 6:32, vmusulainen escribió: Hi,

Re: [Pharo-dev] Fedora 64bits packages needed for Pharo

2013-11-18 Thread Hernán Morales Durand
Hi Thierry, This is my list from CentOS 64-bit: yum install libX11.i686 libX11-devel.i686 mesa-libGL.i686 mesa-libGL-devel.i686 libICE.i686 libICE-devel.i686 libSM.i686 In case of fails, verify you have the following: yum install ld-linux.so.2 glibc-devel.i686 glibc-static.i686

Re: [Pharo-dev] GraphViz - renggli repo down

2013-11-15 Thread Hernán Morales Durand
Hi Phil, I have the packages somewhat adapted to Pharo 2.0 I can upload it to SmalltalkHub but I don't know the license. Hernán El 15/11/2013 17:39, p...@highoctane.be escribió: Hello Is there someone having a copy of that package? I cannot load it from Lukas repo. Gofer new

Re: [Pharo-dev] [Pharo-users] Pharo Sprint in Buenos Aires Nov 7th

2013-10-29 Thread Hernán Morales Durand
What is the agenda? I would like to create UI visually. Any interest on this? Hernán 2013/10/29 Gisela Decuzzi giseladecu...@gmail.com Hello, we are organizing a Pharo Sprint in Bs As: When: November 7th, starting at 10:00 am Where: 10 Pines (Av Leandro N. Alem 693 5°B)

Re: [Pharo-dev] Slides of my Lecture this morning..

2013-10-29 Thread Hernán Morales Durand
I really liked it. Thank you Marcus. Hernán 2013/10/29 Marcus Denker marcus.den...@inria.fr Hi, I am just visiting Jordi Delgado in Barcelona and I gave a lecture in his course this morning. “Advanced Reflection in Pharo”, this is meant to be a lecture after an introduction to standard

Re: [Pharo-dev] Second Scheduler migration from SqS to STHub

2013-10-18 Thread Hernán Morales Durand
Hi Torsten, Yes, I didn't see it because I was searching by class name. Now I have removed the second copy from the repository. Thanks for the advice, Hernán 2013/10/18 Torsten Bergmann asta...@gmx.de Hi Hernan, I've seen that you now registered TaskScheduler on STHub with the Scheduler

Re: [Pharo-dev] What is WeakActionSequence?

2013-10-06 Thread Hernán Morales Durand
El 04/10/2013 14:27, Camillo Bruni escribió: What is that class? No comments, two single methods on Object that refer to it? A WeakActionSequence is used as container for MessageSend's. It looks like is not even really weak, there is no weakSubclass: definition... You probably don't see

Re: [Pharo-dev] XMLParser PharoExtras, XMLWriter, XPath: status?

2013-10-01 Thread Hernán Morales Durand
if anything is missing. Cheers, Hernán Stef On Sep 29, 2013, at 12:42 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Already migrated http://www.smalltalkhub.com/#!/~hernan/XMLPullParser I use it a lot to parse really big XMLs El 29/09/2013 7:05, Stéphane Ducasse escribió

Re: [Pharo-dev] XMLParser PharoExtras, XMLWriter, XPath: status?

2013-09-29 Thread Hernán Morales Durand
/?_s=B2VbAPf53IE4L7qM_k=X47eF5DBzXUF01DEcommand=PRAddCommand_n9 : Supports StAX. http://www.squeaksource.com/XMLPullParser.html to smalltalkhub. Does anybody use it? On Sep 28, 2013, at 11:42 PM, Hernán Morales Durand hernan.mora...@gmail.com mailto:hernan.mora...@gmail.com wrote: El 28/09/2013 14

Re: [Pharo-dev] XMLParser PharoExtras, XMLWriter, XPath: status?

2013-09-28 Thread Hernán Morales Durand
El 28/09/2013 14:38, p...@highoctane.be escribió: In the Pharo 20 image, I see that we do have XMLParser, XMLPullParser, XMLWriter and XPath listed in the configuration (new install with ZeroConf). I am also using Soup. That's because I am working on some OpenData and screen scraping work and

Re: [Pharo-dev] Use pharo users mailing list

2013-09-23 Thread Hernán Morales Durand
2013/9/23 Stephan Eggermont step...@stack.nl Kilon wrote Here is a radical suggestion you probably don't want to hear. Close down Pharo users mailing list, redirect everyone to stackoverflow. Definitely not. Stackoverflow is nearly dead, and seriously unsuitable for small languages. Good

Re: [Pharo-dev] where is hosted Grease?

2013-08-31 Thread Hernán Morales Durand
I did a separate repository, let me know if you want to be added as contributor http://smalltalkhub.com/#!/~hernan/Grease Cheers, Hernán El 31/08/2013 9:31, Stéphane Ducasse escribió: apparently it is in Seaside/Seaside30 and it would be good to have Grease may be in as a separate package

Re: [Pharo-dev] where is hosted Grease?

2013-08-31 Thread Hernán Morales Durand
El 31/08/2013 11:29, Torsten Bergmann escribió: I did a separate repository, let me know if you want to be added as contributor http://smalltalkhub.com/#!/~hernan/Grease We should not hijack such projects into private STHub users like Hernan's private URL. SmalltalkHub already has team

Re: [Pharo-dev] Why the github messages?

2013-08-16 Thread Hernán Morales Durand
I don't like the spam either. Hernán El 16/08/2013 9:32, Stephan Eggermont escribió: Why is github writing messages to this list (instead of the issue tracker list)? Stephan

Re: [Pharo-dev] Access to issue tracker?

2013-08-12 Thread Hernán Morales Durand
Same here El 13/08/2013 0:34, Javier Pimás escribió: Hi, I don't know if it's just me or if I'm doing something wrong but I was never able to get a user for the issue tracker. I enter here http://bugs.pharo.org/issues/register, put a username, an email and tick the not a monkey box in order to

Re: [Pharo-dev] sunit failures vs errors

2013-07-10 Thread Hernán Morales Durand
Error – defect in the human thought process made while trying to understand given information, solve problems, or to use methods and tools. In the context of software requirements specifications, an error is a basic misconception of the actual needs of a user or customer. Fault – concrete

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-21 Thread Hernán Morales Durand
Great but next time check better because I did these changes 2 months ago and nobody asked: http://comments.gmane.org/gmane.comp.lang.smalltalk.squeak.vm.devel/10184 Hernán El 19/06/2013 6:08, Guillermo Polito escribió: So, I finished committing and made a last smoke test. VMMaker loads in

<    1   2   3