Re: [Pharo-project] SUnit design question

2013-05-02 Thread Herby Vojčík
In Amber I created such thing, for the same reasons, but there SUnit is lot simpler than Pharo's one. stephane ducasse wrote: Indeed it would be nice to have. On May 1, 2013, at 11:29 AM, Camillo Brunicamillobr...@gmail.com wrote: I'm not sure if I asked that question before, but why is

Re: [Pharo-project] [amber-lang] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Wow! (and I learned what pomodoro is, except the tomato, of course :-) ) Nicolas Petton wrote: Hey guys, Together with Ben we decided to take the evening and kick Helios[1]' ass! Here's the result, after 16 pomodoros: helios speed, 2013-03-09 18:22:26 +, 25, 0, 0 helios announcement fix,

Re: [Pharo-project] [Lsehub-staff] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Marcus Denker wrote: Could Helios be used to edit Pharo code? Ha! If taken broader, it can be GSoC idea (and can help to more or less standardize server and client protocols between running Smalltalk and Smalltalk IDE; this can bring, in the future, for example, a Smalltalk IDE by

Re: [Pharo-project] [Lsehub-staff] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Marcus Denker wrote: On Mar 10, 2013, at 11:13 AM, Herby Vojčíkhe...@mailbox.sk wrote: Marcus Denker wrote: Could Helios be used to edit Pharo code? Ha! If taken broader, it can be GSoC idea (and can help to more or less standardize server and client protocols between running Smalltalk

Re: [Pharo-project] SmalltalkHub password

2013-03-05 Thread Herby Vojčík
Me too. I can't login, I forgot mine. jannik laval wrote: Hi guys, Do you know how I can retrieve my login and password on smalltalkhub ? Thank you -- ~~Jannik Laval~~

Re: [Pharo-project] about isAbstractClass

2012-12-17 Thread Herby Vojčík
Eliot Miranda wrote: On Mon, Dec 17, 2012 at 10:41 AM, Andrew P. Black bl...@cs.pdx.edu mailto:bl...@cs.pdx.edu wrote: Two things make a class abstract. One is that it has methods that a subclass /must/ override — that is captured by #hasAbstractMethods. The other is that

Re: [Pharo-project] How to deliver real-time web and mobile applications?

2012-10-28 Thread Herby Vojčík
Interesting thoughts, but it reminds me of: 1. CouchDB. It is able to connect and synchronize two-way, master-master, and has implementation for server as well as for mobile, so, in a way, they are already there - you work, online of offline, on the same data. But they have problems, when

Re: [Pharo-project] renggli mirror created on smalltalkhub

2012-07-04 Thread Herby Vojčík
Camillo Bruni wrote: On 2012-07-04, at 14:02, Sven Van Caekenberghe wrote: On 04 Jul 2012, at 13:50, p...@highoctane.be wrote: I am using Mercurial for all of the other projects and technologies. With a full copy of everything locally, it helps indeed when we get crashes... But GIT/Hg

Re: [Pharo-project] compiled method inherits from Collection?

2012-06-19 Thread Herby Vojčík
Frank Shearar wrote: On 19 June 2012 10:27, Fernando Oliverofernando.oliv...@usi.ch wrote: (Object#name) isCollection = true Actually is a subclass of ByteArray (instead of collaborating with one). Does this seem strange to anybody else? Is it really needed? Yes, I found it a bit

Re: [Pharo-project] Inspecting keys in Dictionaries

2012-05-20 Thread Herby Vojčík
Writing nameOfTheDictionary keys in the inspect window, selecting it and inspecting it? Herby Davide Varvello wrote: Hi, I'd like to inspect keys of a Dictionary but if I open an inspector on the dictionary and inspect a key, the inspector shows its value, instead I'd like it shows the key

Re: [Pharo-project] Strangest object ever seen?

2012-05-09 Thread Herby Vojčík
Hi, just an idea: maybe bisecting and finding which update brought it in and then analyzing its changes may help... or you know it is 20059? Herby Pavel Krivanek wrote: Hi, If you take the latest Pharo 2.0 image from Jenkins (20059) and you execute the expression: (Metaclass allInstances

Re: [Pharo-project] Strangest object ever seen?

2012-05-09 Thread Herby Vojčík
Pavel Krivanek wrote: Some next interesting information: o := ((Metaclass allInstances detect: [:c | c superclass = ProtoObject class]) instVarNamed: #thisClass). 1. Smalltalk allClassesAndTraits select: [:c | o isKindOf: c] - an OrderedCollection(Behavior Class ClassDescription Object

Re: [Pharo-project] Strangest object ever seen?

2012-05-09 Thread Herby Vojčík
Pavel Krivanek wrote: On Wed, May 9, 2012 at 2:38 PM, Herby Vojčíkhe...@mailbox.sk wrote: Pavel Krivanek wrote: Some next interesting information: o := ((Metaclass allInstances detect: [:c | c superclass = ProtoObject class]) instVarNamed: #thisClass). 1. Smalltalk allClassesAndTraits

Re: [Pharo-project] Strangest object ever seen?

2012-05-09 Thread Herby Vojčík
Herby Vojčík wrote: Pavel Krivanek wrote: On Wed, May 9, 2012 at 2:38 PM, Herby Vojčíkhe...@mailbox.sk wrote: Pavel Krivanek wrote: Some next interesting information: o := ((Metaclass allInstances detect: [:c | c superclass = ProtoObject class]) instVarNamed: #thisClass). 1. Smalltalk

Re: [Pharo-project] Strangest object ever seen?

2012-05-09 Thread Herby Vojčík
The cause of the problem is probably in this: if you try to inspect dzindzik, VM prints out something like Directory does not have index: 7. If you try dzindzik instVarAt:1, dzindzik instVarAt:2, ... in a row, you get 6, but there is not 7. So dzindzik's class thinks it has (at least) seven

Re: [Pharo-project] STON (was Re: SimpleLiteralArray Spec)

2012-04-25 Thread Herby Vojčík
Ben Coman wrote: Sven Van Caekenberghe wrote: The human readability is a strong point of JSON STON, but is there any requirement for human edit-ability by which I mean in a text editor? In which case the referencing objects by counting OrderedCollection [ Point [1, 2], @2, @2 ] would be

Re: [Pharo-project] About Cypress [Was: Re: [ANN] Styled Text Editor for Cuis 4.0 Smalltalk]

2012-04-24 Thread Herby Vojčík
Igor Stasenko wrote: On 24 April 2012 11:54, Dale Henrichsdhenr...@vmware.com wrote: Stef, There is no Parser class and there is no Compiler class. There is a primitive call that takes method source, class, methodDictionary, etc. and produces a method installed in the methodDictionary.

Re: [Pharo-project] One-click Windows comment

2012-04-20 Thread Herby Vojčík
The ideal way would probably that .bat (or .cmd or .vbs) creates the .lnk by some ActiveX magic, runs it and quits; subseuqntly .lnk could be clicked directly. Herby blake wrote: I set up the regular Pharo (since I managed to get that instead of the one-click), then decided to try the actual

Re: [Pharo-project] Final 1.4 images...

2012-04-18 Thread Herby Vojčík
It is not green (one-click on Windows 7 Starter 32-bit). Herby Marcus Denker wrote: Hi, final images: One-Click: https://gforge.inria.fr/frs/download.php/30615/Pharo-1.4-14437-OneClick.zip Just image: https://gforge.inria.fr/frs/download.php/30613/Pharo-1.4-14437.zip

Re: [Pharo-project] New SmalltalkHub preview online

2011-11-19 Thread Herby Vojčík
In github when I click on the commit I see a diff. How can I see a difference that the commit brought up here (online, without downloading)? Herby -- View this message in context: http://forum.world.st/The-SmalltalkHub-demo-is-online-tp4073806p4087229.html Sent from the Pharo Smalltalk mailing

Re: [Pharo-project] changes to existing class definitions

2011-11-14 Thread Herby Vojčík
Johannes Rasche wrote: my question is how to add uses: XXTrait up to Pharo 1.0 I used a subclass of PasteUpMorph, but replacing the existing world now seems more complicated to me, some related functionality of Squeak was removed for some reason the Johannes Well, just a wild

Re: [Pharo-project] Pharo suffers internal Traffic Jams ...

2011-11-07 Thread Herby Vojčík
Norbert Hartl wrote: Guido has a point on one front: slow machines can sometimes expose problems that might not otherwise be apparent. It could be as simple as highlighting inefficiency or as involved as changing the fraction of time the machine spends doing various things. Testing under

Re: [Pharo-project] Pharo suffers internal Traffic Jams ...

2011-11-06 Thread Herby Vojčík
Guido Stepken wrote: You are just coder, no software architect, right? Eh?! I am really shocked. I would never imagine that something like this can happen. But it obviously did. What about career change? You may earn a million by teaching courses of Arrogant Pride, won't you? -- View

Re: [Pharo-project] #at:ifAbsent: for Array(s) could be faster

2011-11-02 Thread Herby Vojčík
what if fat would do different nasty trick, like primitive:60 ^(thisContext callingContext argAt: 2) value ? (make up #callingContext and #argAt:, I just presume there is something like that...) The question is if it would be faster. -- View this message in context:

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Philippe Marschall-2 wrote: On 10/10/2011 09:47 PM, Herby Vojčík wrote: Is there / planning a socket.io (server) support in Pharo? I am making suite of client-server application where I strongly consider socket.io as the communication layer; there is no problem with clients

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Stéphane Ducasse wrote: hi herby what is specific with socket server? Stef It's socket.io (.io is important), a js library that abstracts server-push technologies into high-level API. What is specific to socket.io server is, well, to able to connect socket.io clients. And having an

Re: [Pharo-project] socket.io

2011-10-11 Thread Herby Vojčík
Philippe Marschall-2 wrote: On 10/11/2011 01:59 PM, Herby Vojčík wrote: Without async IO supporting WebSockets does not seem to make much sense. Cheers Philippe I do not understand the rationale... async IO (more correctly, as Ryan Dahl often points, is non-blocking IO

[Pharo-project] socket.io

2011-10-10 Thread Herby Vojčík
Is there / planning a socket.io (server) support in Pharo? I am making suite of client-server application where I strongly consider socket.io as the communication layer; there is no problem with clients, but at the server-side, socket.io seems only to be supported by its native node.js (which is

[Pharo-project] socket.io

2011-10-10 Thread Herby Vojčík
Is there / planning a socket.io (server) support in Pharo? I am making suite of client-server application where I strongly consider socket.io as the communication layer; there is no problem with clients, but at the server-side, socket.io seems only to be supported by its native node.js (which is