[Pharo-dev] Ignore this is a test

2016-12-03 Thread stepharo
-- Using Opera's mail client: http://www.opera.com/mail/

[Pharo-dev] how to find projects on github

2016-11-30 Thread stepharo
Hi I said to nicolas that I should use my super evil power to break iceberg as requested by him. So I tried. So I went to github and I typed iceberg pharo pharo iceberg passerini iceberg then I browsed pharo-core and related and I could not find anything. I miss

Re: [Pharo-dev] How to report website text bugs?

2016-11-29 Thread stepharo
On Tue, 29 Nov 2016 00:57:36 +0100, Tim Mackinnon wrote: Hi Guys - how is the best way to report website and text bugs? As I know the English is not always a first language (and you guys are busy writing code anyway) - its up to us native English speakers >to chip in

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
On Tue, 29 Nov 2016 10:46:09 +0100, Aliaksei Syrel wrote: Called by the table view to return the data object associated with the specified row and column. https://developer.apple.com/reference/appkit/nstableviewdatasource/1533674-tableview If dataSource does not

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
On Tue, 29 Nov 2016 09:58:41 +0100, Aliaksei Syrel wrote: "DataSource" is responsible for providing visual elements that represent items in a data set. who said that. I could say exactly: DataSource is responsible to cut data so that they are delivered by row or

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
No, because is not *just* a cell provider.TableDataSource, TableStore, TableProvider, yes. I kind of like “TableStore”.Also we have other stores in image: FileSystem stores… which conceptually do more or less the same… so better to unify concepts/>names… what do you think?

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
- Then I miss an important design point. Why datasource returns Morph? I do not get get why a data source should return UI element. To me it violates layers. no, because that’s its purpose: to provide the table with the cell elements (which are by definition Morphs… any kind of

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
On Mon, 28 Nov 2016 22:29:08 +0100, Esteban Lorenzano <esteba...@gmail.com> wrote: Hi, On 28 Nov 2016, at 21:32, stepharo <steph...@free.fr> wrote: Hi - Could we rename FastTable into Table? not for Pharo 6 but Pharo 7 yes… in fact, I think it should be called TableMorp

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread stepharo
Ok so I never understand it that way. What a bad name. Stef On 28 Nov 2016, at 22:25, Henrik Nergaard wrote: The datasource is a wrapper/binding between the real object and the view (table/list) and provides the necessary stuff for >>display and interaction

[Pharo-dev] two question about fasttable

2016-11-28 Thread stepharo
Hi - Could we rename FastTable into Table? - Then I miss an important design point. Why datasource returns Morph? I do not get get why a data source should return UI element. To me it violates layers. Stef -- Using Opera's mail client: http://www.opera.com/mail/

Re: [Pharo-dev] [Vm-dev] Removing most of the windowing code

2016-11-27 Thread stepharo
On Sat, 26 Nov 2016 23:16:50 +0100, Ronie Salgado wrote: Hi, I am fighting Window VM compilation issues (e.g. Cairo with GCC5.x under Mingw). If you have a GCC5 instead of the old 4.6, I am interested in your config. Now I am building in Windows using both, MinGW

[Pharo-dev] Is extract method still working?

2016-11-26 Thread stepharo
Hi on this expression when I select KeyedTree new at: 1 put: '1-3-1'; at: 2 put: '1-3-2'; yourself I get an error because the method extracted look like the following. at: 1 put: '1-3-1'; at: 2 put: '1-3-2'; yourself testSubtrees "Test

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
will continue to package a Tree package (I tried to contact his author but may be he passed away) SkipList Quadtrees. Stef Cheers, Doru On Nov 26, 2016, at 12:11 PM, stepharo <steph...@free.fr> wrote: Hi Sven I'm collecting alternative Collection implementations in the p

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
I added to the CT package Hi, There exists a very elegant algorithm to detect cycles in linked lists. https://en.wikipedia.org/wiki/Cycle_detection#Tortoise_and_hare I know that our LinkedList was written with the assumption that there are no cycles. However, it seems to me that it would

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
Hi Sven I'm collecting alternative Collection implementations in the project Container I do not remember if I have linkedList but we can add it there. You may wonder why I'm doing that? - I want to be able to have strong collections that are independent from the kernel - Ideally the

[Pharo-dev] test please ignore

2016-11-22 Thread stepharo
-- Using Opera's mail client: http://www.opera.com/mail/

[Pharo-dev] This is a test

2016-11-22 Thread stepharo
-- Using Opera's mail client: http://www.opera.com/mail/

Re: [Pharo-dev] Improving comments cool action

2016-11-20 Thread stepharo
Now we have package comments :) so we should take also advantage of them. Stupid question, how exactly does one add package comments ? Can it only be done in the latest 6 ? Is it somehow compatible with older versions ? In latest version you press on a package and comment and you can accept

[Pharo-dev] Improving comments cool action

2016-11-20 Thread stepharo
Hi guys I would like to see how we could build a concerted action to improve the class and method comments in Pharo. Now we have package comments :) so we should take also advantage of them. I would love that a newbie is highlithed by class comments. So I would like to start to comment key

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-14 Thread stepharo
Hi thierry did you happen to have a techreport or any description of your work? Stef Le 11/11/16 à 11:44, Thierry Goubier a écrit : Le 11/11/2016 à 11:29, Stephan Eggermont a écrit : On 10/11/16 21:35, Igor Stasenko wrote: No, no, no! This is simply not true. It is you, who writes the

Re: [Pharo-dev] macOS Sierra support

2016-11-14 Thread stepharo
Good Tx Le 14/11/16 à 11:36, Esteban Lorenzano a écrit : for the moment, I added this nice (?) alert when you press mac download button: On 14 Nov 2016, at 11:30, Esteban Lorenzano > wrote: On 14 Nov 2016, at 11:01, MartinW

Re: [Pharo-dev] http://tracker.pharo.org down ?

2016-11-13 Thread stepharo
esteban do we have a how to somewhere? Le 13/11/16 à 14:02, Esteban Lorenzano a écrit : it was down, I restarted it (along with the catalog). Esteban On 13 Nov 2016, at 10:28, Nicolai Hess wrote: can not create a slice for an issue: ZnHttpUnsuccessful: 503 Service

Re: [Pharo-dev] Invoice management

2016-11-11 Thread stepharo
Hi I started to build silly bills using Artefact (and I should finish). I saw that I should add more components to Artefact and it is on my todo. Doing so I discover that there is a super cool library for date printing in Zn. Stef Le 11/11/16 à 18:48, Trussardi Dario Romano a écrit :

Re: [Pharo-dev] why sparta depends on Taskit?

2016-11-06 Thread stepharo
Nov 6, 2016, at 11:24 AM, stepharo <steph...@free.fr> wrote: I got to the ci and I click on the image and download and drop it on my vm=> crash. Why doing a video? open a shell wget -O - http://get.pharo.org/60+vm | bash ./pharo Pharo.image config http://www.smalltalkhub.com/mc/Ph

Re: [Pharo-dev] why sparta depends on Taskit?

2016-11-06 Thread stepharo
and the latest VM: Gofer it smalltalkhubUser: 'Pharo' project: 'Bloc'; configuration; loadDevelopment. Can you please try this one? Cheers, Doru On Nov 6, 2016, at 11:24 AM, stepharo <steph...@free.fr> wrote: I got to the ci and I click on the image and download and drop it on my vm=>

Re: [Pharo-dev] http://pharo.org/files/pharo.png

2016-11-06 Thread stepharo
No idea but it should not because it breaks our nice examples. if you have the file I can add it back. May be esteban when he was removing Amber dependencies in Marina. Stef Le 6/11/16 à 18:14, Sven Van Caekenberghe a écrit : Who removed http://pharo.org/files/pharo.png ? Why ? It is used

Re: [Pharo-dev] why sparta depends on Taskit?

2016-11-06 Thread stepharo
ood class comments I decided that I will not invest. I'm kind of fed up losing my time reverse engineering other code. STef Cheers, Doru On Nov 6, 2016, at 11:24 AM, stepharo <steph...@free.fr> wrote: I got to the ci and I click on the image and download and drop it on my vm=> cras

[Pharo-dev] About balkanisation

2016-11-06 Thread stepharo
Hi I would like that you think a bit about our community and that there is a value in using common tools to share and develop common libraries. Because to me it feels like we are getting balkanize. It may look super cool and be hyper trendy to use github (because like that you can say

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-11-06 Thread stepharo
Le 27/10/16 à 10:57, Guille Polito a écrit : Something itches me from this discussion. I somehow find myself with Glenn: - should Bloc work with other than SDL/OSWindow? - should SDL/OSWindow work with other than Bloc? Merging the event hierarchy may prevent these two scenarios. And these

Re: [Pharo-dev] why sparta depends on Taskit?

2016-11-06 Thread stepharo
asked. I think that I should focus on the web sadly. Cheers Alex On Nov 5, 2016 6:54 PM, "stepharo" <steph...@free.fr <mailto:steph...@free.fr>> wrote: why sparta depends on Taskit? Since I cannot load it I cannot try to understand. I find strange t

Re: [Pharo-dev] why sparta depends on Taskit?

2016-11-06 Thread stepharo
nd not so easy to catch issue. Cheers Alex On Nov 5, 2016 6:54 PM, "stepharo" <steph...@free.fr <mailto:steph...@free.fr>> wrote: why sparta depends on Taskit? Since I cannot load it I cannot try to understand. I find strange that a graphical canv

[Pharo-dev] why sparta depends on Taskit?

2016-11-05 Thread stepharo
why sparta depends on Taskit? Since I cannot load it I cannot try to understand. I find strange that a graphical canvas depends on a concurrent task management system. I tried to follow the instruction given by glenn and it failed. So so far I could not see any recent versions of Bloc. I

Re: [Pharo-dev] Newbie(ish) Question on SVG with Athens / Roassal / Spec

2016-11-05 Thread stepharo
Hi Graham Hi I am contemplating moving an old Pharo app (1.4 vintage) which used Morphic heavily into the new Pharo world (Pharo 5). One of the options is to move a proprietary vector graphic implementation which draws symbols to SVG. Looking for examples / documentation on the use of

Re: [Pharo-dev] Instructions for Pharo 6 64bits

2016-11-05 Thread stepharo
Hi jan will you contact to add Pharo to the list of languages because this is good for us to be in this list. Stef Le 5/11/16 à 13:55, Jan van de Sandt a écrit : Hi Sven, LMDB is a lean, mean and very fast storage engine. One limitation is that you need a 64bit proces before you can

Re: [Pharo-dev] pillar highlight text in code

2016-11-05 Thread stepharo
Yes I should fix them. Le 3/11/16 à 23:52, Nicolai Hess a écrit : 2016-11-03 23:50 GMT+01:00 Nicolai Hess >: Can we highlight a piece of code? In the updated PBE (Reflection chapter) there is the text: "Change the

Re: [Pharo-dev] Keyboard list item navigation in Sender browser is strange

2016-11-05 Thread stepharo
Denis showed me that this is the normal behavior since the list indicates where the mouse is. Le 3/11/16 à 21:54, stepharo a écrit : Hi guys If I click on an item in the message browser. The previous item gets deselected and the new one selected. Now if I use arrows, the previous items

Re: [Pharo-dev] roundTo: strange behavior

2016-11-04 Thread stepharo
Le 4/11/16 à 17:03, werner kassens a écrit : Hi Stephan, definitely no. after the test is run, the seed has changed, perhaps you did not reset the seed. I just run the test. Nothing else. ill look into this this night, have to work now, ok? tx! werner On 11/04/2016 03:29 PM, stepharo

Re: [Pharo-dev] roundTo: strange behavior

2016-11-04 Thread stepharo
Hi guys I loaded the slice 15471 of werner and I run https://pharo.fogbugz.com/f/cases/15471/Can-t-round-Float-fmax-to-2-decimal-places testIfCompletelyBroken "If the results are not these values (accounting for precision of printing) then something is horribly wrong" gen

Re: [Pharo-dev] About setProperty:toValue: vs. valueOfProperty:

2016-11-04 Thread stepharo
] ] ] ]. dct -- Best regards, Henrik -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of stepharo Sent: Thursday, November 3, 2016 8:48 PM To: Pharo Development List <pharo-

[Pharo-dev] the kind of code I would like to avoid....

2016-11-03 Thread stepharo
I do not get why a property is useful here and why not just a temp is not good enough. Especially since there are no other users of the property. displayFiltered: evt | matchStr matches feedbackMorph | matchStr := self valueOfProperty: #matchString. matches := self menuItems

Re: [Pharo-dev] why RBComment is not called RBCommentNode

2016-11-03 Thread stepharo
But how does this fit with a tree structure. For example, should “comment5” be associated with the “b” variable node, or the #foo:bar: message, or the sequence node that contains the #foo:bar: message, or the block or method node that contains the sequence node. You can choose, but only the

[Pharo-dev] Keyboard list item navigation in Sender browser is strange

2016-11-03 Thread stepharo
Hi guys If I click on an item in the message browser. The previous item gets deselected and the new one selected. Now if I use arrows, the previous items is greyed out. Are you seeing the same? Stef

[Pharo-dev] shoreline, GT, renaku dev please listen

2016-11-03 Thread stepharo
Hi guys Please read the following https://pharo.fogbugz.com/f/cases/19288/Sending-translated-should-not-be-the-responsibility-of-the-client-of-a-Setting-description-case There is no need to do description: 'blo' translated in setting def. because it is already done internally (how it should

[Pharo-dev] About setProperty:toValue: vs. valueOfProperty:

2016-11-03 Thread stepharo
I would like to be able to compare the **arguments** passed to setProperty:toValue: and the ones of valueOfProperty:, valueOfProperty:ifAbsent:, valueOfProperty:ifAbsentPut:, and hasProperty: I quite sure that we will discover more deadcode in morphic. Any ideas? PS: I hope (but I

[Pharo-dev] TheManifestBuilder>>#packageNameOf:

2016-11-03 Thread stepharo
Still a name around https://pharo.fogbugz.com/f/cases/19282/Still-name-used The method Object>>#name called from TheManifestBuilder>>#packageNameOf: has been deprecated. Implement your own domain representation of an object, or use #asString or #printString instead. Select Proceed to

Re: [Pharo-dev] why RBComment is not called RBCommentNode

2016-11-03 Thread stepharo
https://pharo.fogbugz.com/f/cases/19281/We-should-improve-the-class-comment-of-RBComment If we would have better comments a kind of a dream. Stef

Re: [Pharo-dev] some little static analysis with great impact

2016-11-03 Thread stepharo
Le 3/11/16 à 15:52, Esteban Lorenzano a écrit : wouldn’t this be better to solve this with QA? but QA needs the analysis first. On 3 Nov 2016, at 15:17, stepharo <steph...@free.fr> wrote: Hi I often end up forgetting a period. printOn: aStream super printOn: aStream. a

Re: [Pharo-dev] why RBComment is not called RBCommentNode

2016-11-03 Thread stepharo
A comment isn’t code. The nodes are for code. A comment is more like a token — RBComment basically has the same two instance variables as RBToken. Should tokens also be nodes? For example, should a left paren token be represented as a node? If a comment is a node, how is it visited? For

[Pharo-dev] some little static analysis with great impact

2016-11-03 Thread stepharo
Hi I often end up forgetting a period. printOn: aStream super printOn: aStream. aStream nextPutAll: ' "' aStream nextPutAll: contents. aStream nextPutAll: '" '. And statically the system could see it with a simple heuristics: if the message as the same name as self,

[Pharo-dev] AST-Nodes API

2016-11-03 Thread stepharo
Hi I would love to get a more regular API for the AST Nodes. Point 1 For example I would love to have leftBar -> leftBarToken to make sure that we see immediately the fact that we do not get a node. for example RBValueNode subclass: #RBArrayNode

Re: [Pharo-dev] why RBComment is not called RBCommentNode

2016-11-03 Thread stepharo
, John Brant a écrit : Why convert it to a node? It has no affect on the running code. John Brant On Nov 3, 2016, at 8:23 AM, Nicolai Hess <nicolaih...@gmail.com> wrote: 2016-11-03 13:41 GMT+01:00 stepharo <steph...@free.fr>: Hi marcus et al why RBComment is not called RBComment

Re: [Pharo-dev] roundTo: strange behavior

2016-11-03 Thread stepharo
Ok at least we should change the comment to point to printShowingDecimalPlaces: 1.19 printShowingDecimalPlaces: 1 STf Le 2/11/16 à 17:31, Nicolas Cellier a écrit : Last thing, I'm not sure it's a good idea to deprecate round: round: has been added to overcome the rounding problems of

[Pharo-dev] why RBComment is not called RBCommentNode

2016-11-03 Thread stepharo
Hi marcus et al why RBComment is not called RBCommentNode and why it is not a subclass of RBNode? Stef

Re: [Pharo-dev] Help needed with case 19236

2016-11-03 Thread stepharo
Super cool. Stef Le 3/11/16 à 13:26, Denis Kudriashov a écrit : 2016-11-02 20:03 GMT+01:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>: But it leads to incompatibility for old images. If people use Spec and we update spec = no problem :) Yes Spe

Re: [Pharo-dev] Help needed with case 19236

2016-11-02 Thread stepharo
Hi all. We need help how to better manage issue 19236 . Generally: we have class Tab which is morph related to tabs widget. It conflicts with key mapping class variable and some similar

Re: [Pharo-dev] Image Distributions [was:Re: Mocks are missing in Pharo (from thread OSProcess is missing)}

2016-11-01 Thread stepharo
Le 29/10/16 à 08:39, p...@highoctane.be a écrit : Having them in image can indeed be useful. I am testing against REST backends, and well, this is a destructive test to say the least. Not easy to replay as much as I want. I hope that with the Bootstrap we'll be able to have a set of

Re: [Pharo-dev] roundTo: strange behavior

2016-10-30 Thread stepharo
I'm favor to deprecate round: too. Thanks you all for your analysis. I will reread the thread carefully to learn. Stef Le 27/10/16 à 18:12, Martin McClure a écrit : On 10/27/2016 04:12 AM, test wrote: i would prefer if #round: will not be deprecated in Floats. in some cases

Re: [Pharo-dev] roundTo: strange behavior

2016-10-30 Thread stepharo
Le 29/10/16 à 17:01, test a écrit : On 10/27/2016 11:13 AM, Nicolas Cellier wrote: feel free to improve the slice. Hi, i never made a slice and thought , i could eventually try to do that in this case, but of course i did not succeed: 1. Nicolas, i do not understand, why you put

Re: [Pharo-dev] roundTo: strange behavior

2016-10-30 Thread stepharo
Hi werner to load a slice: - select it and press load. to create a slice - + slice - then select the package that will compose the slice - save the slice in the inbox Can you retry and let me know what did not work? Stef Le 29/10/16 à 17:01, test a écrit : On

Re: [Pharo-dev] Mocks are missing in Pharo (from thread OSProcess is missing)

2016-10-30 Thread stepharo
Denis We are working since 4 years now to get - have a small kernel + tests - be able to load nicely configurations We should not add something else than Sunit for tests of the small kernels tests. Now people can use whatever they want to test their system but for the core we are

Re: [Pharo-dev] Instructions for Pharo 6 64bits

2016-10-28 Thread stepharo
Le 28/10/16 à 16:59, Dimitris Chloupis a écrit : does 64 bit means that we can now take full advantage of the memory of our system yes and not have to adhere to a specific limit ? well probably the one of your OS :) Is that something the current build does or is it planned for future

Re: [Pharo-dev] roundTo: strange behavior

2016-10-27 Thread stepharo
problems (15473) For Fraction (15472), choose an exact representation for result rather than Float. This is because such method is particularly usefull for financial/monetary applications. 2016-10-26 17:28 GMT+02:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>: Le 2

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread stepharo
Hi Glenn Now I understand. So can you copy and paste this mail into the class comment of the BlEvent root. We should really document such design decision. Stef Le 26/10/16 à 19:25, Glenn Cavarlé a écrit : Hi Stef, stepharo wrote OSWindow cannot be the only one backend for Bloc so Bloc

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread stepharo
Le 26/10/16 à 20:40, Denis Kudriashov a écrit : 2016-10-26 19:45 GMT+02:00 Glenn Cavarlé >: Yes, your are right. What i mean is that it could be interesting if: [ SDLEvent => BlEvent ] is substantially faster than [

Re: [Pharo-dev] roundTo: strange behavior

2016-10-26 Thread stepharo
they are now are just Fraction with a different printString... Not very much added value. Nicolas On 10/26/2016 09:58 AM, Nicolas Cellier wrote: 2016-10-26 9:14 GMT+02:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>:

Re: [Pharo-dev] roundTo: strange behavior

2016-10-26 Thread stepharo
6 09:58 AM, Nicolas Cellier wrote: 2016-10-26 9:14 GMT+02:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>: Hi nicolas So what is the solution? We can integrate fast a solution. I would really like to see them fix in Pharo 60. I'm wri

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread stepharo
Le 26/10/16 à 16:58, Glenn Cavarlé a écrit : Denis Kudriashov wrote I can't take it. Duplication is always bad. There is no reason for it. I agree, is always bad if there is no real reason to duplicate but i think there is a real argument for Bloc. OSWindow cannot be the only one backend for

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread stepharo
Le 26/10/16 à 15:35, Denis Kudriashov a écrit : Hi Glenn. Thank's for answer. 2016-10-26 13:29 GMT+02:00 Glenn Cavarlé >: More generally, i think that, to stay consistent, Bloc should not reuse directly (and everywhere)

Re: [Pharo-dev] [Bloc] Hierarchy of BiEvent

2016-10-26 Thread stepharo
More generally, i think that, to stay consistent, Bloc should not reuse directly (and everywhere) some part of underlying libraries even if sometime these parts seems to match directly. I do not understand why duplication is a good approach. I would prefer to enhance OSWindowEvents because

Re: [Pharo-dev] roundTo: strange behavior

2016-10-26 Thread stepharo
try hard I will not have a good solution. This is the same for marcus and most people in our team. I reopened these issues. Stef 2016-10-25 23:22 GMT+02:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>: Ok for the advice Now round: aNumberOfDigits seems

Re: [Pharo-dev] [Ann] Stack Android VM

2016-10-26 Thread stepharo
I want to thank Inria to have listen to me (and it was not that simple) to let Santiago work on that. So please use it and show us that you use it. Stef Le 23/10/16 à 22:03, Santiago Bragagnolo a écrit : Still far from production. But since i would happy to have some feedback, I'm happy

Re: [Pharo-dev] [ANN] Scale

2016-10-25 Thread stepharo
Yes you both are are right. This is why - we started to work on making sure that we can configure an image to be silent (no logging on changes) - we should have a way to save / launch configured images. Stef Le 25/10/16 à 09:03, p...@highoctane.be a écrit : Python has

Re: [Pharo-dev] roundTo: strange behavior

2016-10-25 Thread stepharo
Ok for the advice Now round: aNumberOfDigits seems to work fine. Stef Le 25/10/16 à 11:05, Henrik Johansen a écrit : +1. Unless you're dealing with fixed precision* entities, it's usually better to specify digits to display in printing methods themselves (#printShowingDecimalPlaces: &

Re: [Pharo-dev] [REMEMBER] TechTalk tomorrow 16UTC

2016-10-24 Thread stepharo
Dale The client desktop of discord is quite nice. I opened it and I'm logged if you want to try to find someone. Stef Le 24/10/16 à 16:35, Dale Henrichs a écrit : Hmmm... since Esteban sent the email at 1 am my time and this _is_ tomorrow for me ... but perhaps Esteban means Tuesday?

Re: [Pharo-dev] [ANN] Scale

2016-10-24 Thread stepharo
Guille I could not really understand the three points below. I have some questions: - "Scale introduces a new command line handler to manage scripts. " do you mean a separate way of managing command lines? - "syntax sugar to script" which one? the #! ... "Scale requires TaskIt and

Re: [Pharo-dev] roundTo: strange behavior

2016-10-23 Thread stepharo
Thanks because roundUpTo: did not make it either :) Le 23/10/16 à 18:45, Peter Uhnak a écrit : I usually use 12.221 round: 2 "12.22". Peter On Sun, Oct 23, 2016 at 06:38:47PM +0200, stepharo wrote: 3.1479 roundUpTo: 0.01 is what I was looking for. Stef Le 23/10/

Re: [Pharo-dev] roundTo: strange behavior

2016-10-23 Thread stepharo
3.1479 roundUpTo: 0.01 is what I was looking for. Stef Le 23/10/16 à 18:35, stepharo a écrit : I see. I writing a little example for my new newbies book now how can get only two digits after the . Stef Le 23/10/16 à 18:23, Thierry Goubier a écrit : I think that's called 'welcome

Re: [Pharo-dev] roundTo: strange behavior

2016-10-23 Thread stepharo
for something more interesting on the subject. Thierry 2016-10-23 18:16 GMT+02:00 stepharo <steph...@free.fr <mailto:steph...@free.fr>>: Hi I'm wondering if we do not have a bug here 12.221 roundTo: 0.1 "12.201" 12.222

[Pharo-dev] roundTo: strange behavior

2016-10-23 Thread stepharo
Hi I'm wondering if we do not have a bug here 12.221 roundTo: 0.1 "12.201" 12.221 roundTo: 0.01 "12.22" Stef

Re: [Pharo-dev] new text model / TxText [was Re: [ANN] Sparta v1.1]

2016-10-23 Thread stepharo
Is there no way Igor can finish this up? Not that I know. I did not get why Igor went totally off like that. Phil Le 23 oct. 2016 12:19, "stepharo" <steph...@free.fr <mailto:steph...@free.fr>> a écrit : Hi Stef, We are not throwing a

Re: [Pharo-dev] Custom Pharo builds from terminal [ it was (Re: [ANN] Sparta v1.1) ]

2016-10-23 Thread stepharo
to work on it during the next sprint. Stef Le 23/10/16 à 11:31, p...@highoctane.be a écrit : Where? On Sun, Oct 23, 2016 at 10:42 AM, stepharo <steph...@free.fr <mailto:steph...@free.fr>> wrote: Note that all the work on making sure that the image is not writing fi

Re: [Pharo-dev] new text model / TxText [was Re: [ANN] Sparta v1.1]

2016-10-23 Thread stepharo
On Oct 22, 2016, at 8:31 PM, stepharo <steph...@free.fr> wrote: Hi aliaksei I thought that you were just changing the internal representation of txText to use Ropes and building on top of / improving txText I did not think that you were throwing away all the work igor did. Because he

Re: [Pharo-dev] [ANN] Sparta v1.1

2016-10-23 Thread stepharo
udes the VM and the image, the app memory consumption at runtime would be at least 5Mb bigger. Is the community ok with this or will we need to maintain both the Sparta back-end and a Bloc to BitBlt back-end as a fall-back to run on smaller VMs ? Cheers Alex On Oct 19, 2016 22:16, "

Re: [Pharo-dev] Custom Pharo builds from terminal [ it was (Re: [ANN] Sparta v1.1) ]

2016-10-23 Thread stepharo
Note that all the work on making sure that the image is not writing files when it is on read only mode is part of making coral installable on unix. Now if people wants coral they can join the effort. stef

Re: [Pharo-dev] Pharo behind ALLSTOCKER marketplace

2016-10-22 Thread stepharo
- Localization Our business target is world-wide. So localization is very important topic. Currently ALLSTOCKER supports 4 languages and we will add Chinese languages soon. Translation strings are not only in Smalltalk code, but also in Mustache templates. So we selected Soup for extracting

Re: [Pharo-dev] [ANN] Sparta v1.1

2016-10-22 Thread stepharo
This is what christophe is doing in cargo. Stef Le 22/10/16 à 17:29, p...@highoctane.be a écrit : Looks like we are on the same wavelength but... Look how this is done in PHP with Composer: - simple Json file - declares repositories - requires and requiresdev - uses semver versions so,

Re: [Pharo-dev] Again about scrolling with a trackpad

2016-10-22 Thread stepharo
Denis this is why I asked you do improve the FT for spec because like that ALL the spec tools will be fixed in one shot. Stef Le 21/10/16 à 16:08, Denis Kudriashov a écrit : Hi Yuriy. I just want to say that I feel completely same. And I am sure that problem with Nautilus. I am working

Re: [Pharo-dev] [ANN] Sparta v1.1

2016-10-22 Thread stepharo
Hi aliaksei I thought that you were just changing the internal representation of txText to use Ropes and building on top of / improving txText I did not think that you were throwing away all the work igor did. Because he spent a lot of time designing the text model and making it is

Re: [Pharo-dev] Custom Pharo builds from terminal [ it was (Re: [ANN] Sparta v1.1) ]

2016-10-22 Thread stepharo
Le 22/10/16 à 17:21, p...@highoctane.be a écrit : The st command line handler is pretty much giving the same. I used scale, it works nicely indeed. But I want Coral reborn. me too. Damien is working on a new command line parser. Phil On Sat, Oct 22, 2016 at 12:41 PM, Dimitris Chloupis

Re: [Pharo-dev] [ANN] Sparta v1.1

2016-10-22 Thread stepharo
Superb Phil. PS: For the record: we are working on - bootstrap core and we are making progress - Git support - package manager and distribution building Now we cannot go faster. This is not every year that we change the complete representation of objects.

Re: [Pharo-dev] Path >> fullName should not be the same as printString

2016-10-15 Thread stepharo
so how can we make progress? Stef Le 14/10/16 à 14:57, Damien Pollet a écrit : While we're at it, canonicalizing paths at creation time seems wrong also: First because those two expressions do not return the same thing: Path from: 'a/b/c/../d' Path * / 'a' / 'b' / 'c' / '..' / 'd' Second

Re: [Pharo-dev] [ANN] New release of iceberg

2016-10-15 Thread stepharo
+ 1 This is on my todo :) Le 13/10/16 à 20:37, Tudor Girba a écrit : Hi Nicolas, Great work! I will test it again. I kindly ask everyone else to follow the call and test this release. Ideally, create a repository on GitHub and play with it. It is important to get this piece as stable as

Re: [Pharo-dev] [ANN] New release of iceberg

2016-10-13 Thread stepharo
Le 13/10/16 à 19:02, Esteban Lorenzano a écrit : in principle, Iceberg is meant to work on Pharo6+ No idea about backward compatibility (it shouldn’t be so hard either…) No ressources for that. First iceberg should work for Pharo 60. Everything else is a bonus. Esteban On 13 Oct 2016, at

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-13 Thread stepharo
Denis You can have a look the changes I did. There is more work to be done but I started. https://pharo.fogbugz.com/f/cases/19201/iconNamed-part-4 What I see is that a command hierarchy is clearly missing because SmartSuggestion, Glamour reimplement the same. Stef Le 13/10/16 à 17:30,

[Pharo-dev] itemIcon: and Spotter

2016-10-13 Thread stepharo
Doru It would be nice to take some action here too. I would like to remove the Smalltalk ui icons iconNamed: spotterMonticelloWorkingCopyFor: aStep aStep listProcessor title: 'Monticello Working Copy'; allCandidates: [ Array with: self workingCopy ]; itemIcon:

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-13 Thread stepharo
provider So for now I will finish the effort. have icon: anIcon and iconNamed: Stef On Oct 13, 2016, at 1:03 PM, stepharo <steph...@free.fr <mailto:steph...@free.fr>> wrote: Thanks! Just a question: How about adding an extension Symbol>>asIcon ^ … loo

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-13 Thread stepharo
lementation has to send an “asIcon” before using it? Cheers, Doru On Oct 12, 2016, at 10:33 PM, stepharo <steph...@free.fr <mailto:steph...@free.fr>> wrote: I'm adding act: aBlock iconName: aSymbol entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) entitled:

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-13 Thread stepharo
:33 PM, stepharo <steph...@free.fr <mailto:steph...@free.fr>> wrote: I'm adding act: aBlock iconName: aSymbol entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) entitled: aString and act: aBlock iconName: aSymbol on: aCharacter entitled: aString self act:

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-13 Thread stepharo
al interface, and only the internal implementation has to send an “asIcon” before using it? Cheers, Doru On Oct 12, 2016, at 10:33 PM, stepharo <steph...@free.fr> wrote: I'm adding act: aBlock iconName: aSymbol entitled: aString self act: aBlock icon: (self iconNamed: aSymbol)

Re: [Pharo-dev] About icon: and iconNamed:

2016-10-12 Thread stepharo
I'm adding act: aBlock iconName: aSymbol entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) entitled: aString and act: aBlock iconName: aSymbol on: aCharacter entitled: aString self act: aBlock icon: (self iconNamed: aSymbol) on: aCharacter entitled: aString and

  1   2   3   4   5   6   7   8   9   10   >