Re: [Pharo-users] More reliable VCS, Project management and tools?

2016-08-25 Thread stepharo
Hi vitor thanks for this report. My answers are below and other will surely reply to you. Hello, I am doing some katas and challenges using pharo 5, and I got a bad impression from the VCS and Project management as a whole. I got a bunch of problems with, as it seems to me, simple stuff, a

Re: [Pharo-users] Set on Attribute

2016-08-25 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > PluggableSet ? Perfect! Thanks :) My actual usage, in case anyone finds it helpful, was removing duplicate files: uniqueFiles := PluggableSet new equalBlock: [ :a :b | a isMD5Equal: b ]; hashBlock: [ :f | f binaryReadStreamDo

[Pharo-users] More reliable VCS, Project management and tools?

2016-08-25 Thread Vitor Medina Cruz
Hello, I am doing some katas and challenges using pharo 5, and I got a bad impression from the VCS and Project management as a whole. I got a bunch of problems with, as it seems to me, simple stuff, and so I loose a lot of confidence with the system :( I get myself saving the image a lot and doubl

Re: [Pharo-users] Set on Attribute

2016-08-25 Thread monty
Other than PluggableSet, something like Unix's sort and uniq combo would work: condenseOnFirst: aCollection | lastSelected | ^ aCollection sorted select: [:each | (lastSelected isNil or: [lastSelected first ~= each first]) ifTrue: [

Re: [Pharo-users] Set on Attribute

2016-08-25 Thread Sven Van Caekenberghe
PluggableSet ? > On 26 Aug 2016, at 01:42, Sean P. DeNigris wrote: > > Say I have a collection like #('ab' 'ac' 'ba' bc') and I want to condense it > so that a certain attribute is unique. In this example, say the first > character, so I want one object where the first character is $a and one $b

[Pharo-users] Set on Attribute

2016-08-25 Thread Sean P. DeNigris
Say I have a collection like #('ab' 'ac' 'ba' bc') and I want to condense it so that a certain attribute is unique. In this example, say the first character, so I want one object where the first character is $a and one $b, but I don't care which object i.e. 'ab' or 'ac' for $a, but not both. Is th

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Tudor Girba
Hi, I just tried again, and the latest GToolkit image does contain FileSystem class >> gtExampleZip: Inspect this: Smalltalk gtExamplesContained select: [ :each | each method methodClass instanceSide = FileSystem ] This is the image: https://ci.inria.fr/moose/job

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Tudor Girba
Hi Nicolai, Thanks a lot for the feedback. Please let’s continue. See more inline. > On Aug 25, 2016, at 6:34 PM, Nicolai Hess wrote: > > > > 2016-08-25 8:47 GMT+02:00 Tudor Girba : > Hi, > > Hi Doru, > some questions and feedback ( I am sorry for my tone or if this sounds > negative, it is

Re: [Pharo-users] IIS and Pharo web service solutions

2016-08-25 Thread Sabine Manaa
Hi Robert, you offer to give a detailed explanation for exactly what we would need. Currently we use a windows server with apache in production with Pharo/Seaside but we would like to switch to IIS. Could you send us some information about the points you mention: (Pharo as a service on Windows,

Re: [Pharo-users] support for Croatian language

2016-08-25 Thread Gour
On Thu, 25 Aug 2016 18:19:13 +0200 Esteban Lorenzano wrote: > you mean the list after enabling free type library? Yes. > that has nothing to do with Pharo, it lists the fonts present (and > findable) of your system. Ahh, now I got it...'language' simply denotes "demo string" and not selectin

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Nicolai Hess
2016-08-25 8:47 GMT+02:00 Tudor Girba : > Hi, > Hi Doru, some questions and feedback ( I am sorry for my tone or if this sounds negative, it isn't meant to be) > Over the last coupe of years Stefan Reichhart and the rest of the GT team > worked on an implementation of examples. The work is insp

Re: [Pharo-users] support for Croatian language

2016-08-25 Thread Esteban Lorenzano
you mean the list after enabling free type library? that has nothing to do with Pharo, it lists the fonts present (and findable) of your system. cheers, Esteban > On 25 Aug 2016, at 17:44, Gour wrote: > > Hello, > > while researching how to make fonts in Pharo display Croatian > character

Re: [Pharo-users] standalone/runtime executable

2016-08-25 Thread Gour
On Wed, 24 Aug 2016 00:54:10 -0300 Hernán Morales Durand wrote: > I have two generators for this: A code generator written in Pharo to > generate the NSIS script, and an image builder batch script which > downloads image from ZeroConf, loads everything through Metacello, > and launches NSIS to ge

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-08-25 Thread Gour
On Fri, 22 Jul 2016 13:41:34 + Thibault ARLOING wrote: > The documentation of Pillar will be update as soon as possible to fit > those changes. Thank you working on this and bringing nice features like support for footnotes. Ability to convert Pillar documents into MArkdown (still using it

[Pharo-users] support for Croatian language

2016-08-25 Thread Gour
Hello, while researching how to make fonts in Pharo display Croatian characters, I've noticed that in Settings --> Appearance --> Standard fonts Croatian is not listed and I have to use Slovene (Slovenian) , so wonder what is required in order to add 'support' for it? Sincerely, Gour -- The

Re: [Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread serge . stinckwich
Great works guys ! We are living exciting times. Envoyé de mon iPhone > Le 25 août 2016 à 10:50, Tudor Girba a écrit : > > Hi, > > We are very happy to make the following announcement: > > > Lam Research, a leading supplier of wafer fabrication equipment and services > to the global semicon

Re: [Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread Dimitris Chloupis
Great news indeed Does Lam Research have specific requirements ? "These enhancements range from running highly optimized Smalltalk on low cost, single board computers," is this embedded / low spec hardware ? On Thu, Aug 25, 2016 at 12:56 PM Tudor Girba wrote: > Not yet :) > > Doru > > > > On

Re: [Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread Tudor Girba
Not yet :) Doru > On Aug 25, 2016, at 11:43 AM, stepharo wrote: > > Excellent news! Do you have a visual for a new success story? > > > Le 25/8/16 à 10:50, Tudor Girba a écrit : >> Hi, >> >> We are very happy to make the following announcement: >> >> >> Lam Research, a leading supplier of

Re: [Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread stepharo
Excellent news! Do you have a visual for a new success story? Le 25/8/16 à 10:50, Tudor Girba a écrit : Hi, We are very happy to make the following announcement: Lam Research, a leading supplier of wafer fabrication equipment and services to the global semiconductor industry, is an experien

[Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread Tudor Girba
Hi, We are very happy to make the following announcement: Lam Research, a leading supplier of wafer fabrication equipment and services to the global semiconductor industry, is an experienced user of the Smalltalk programming language. Smalltalk is a key component in Lam's software control sys