Re: [Pharo-users] some help to find the bug

2018-12-15 Thread Nicole de Graaf
Hi Roelof, on my side all the test methods went green: changes I need to apply: 1. checkForbiddenParts: word "deletes all the words that contain forbidden parts" ^( forbiddenWords anySatisfy: [ :forbidden | word includesSubstring: forbidden ]) not 2. testisNice

Re: [Pharo-users] some help to find the bug

2018-12-15 Thread Nicole de Graaf
ts." > | retval | > retval := self species ofSize: self size - 1. > 1 to: self size - 1 > do: [:i | retval at: i put: (aBlock value: (self at: i) value: (self > at: i + 1)) ]. > ^retval > > can be found at sequenceCollection. > > Roelof

Re: [Pharo-users] some help to find the bug

2018-12-15 Thread Nicole de Graaf
Hi Roelof, Question: With your “fileout” can I run all test. (Green) or only the last one #testisNice. I started with: #test1CheckForForbiddenParts that is failing .. the substring is not in the input! Regards, Nic > > > > Op 15-12-2018 om 20:52 schreef Nicole de

Re: [Pharo-users] some help to find the bug

2018-12-15 Thread Nicole de Graaf
p.s. and also Array>>#overlappingPairsCollect: Regards, Nic > On 15 Dec 2018, at 20:52, Nicole de Graaf wrote: > > Hi Roelof, > > I started to read you code , can you please give me the implementation of: > ByteString>>#includesSubstring: > > Regards,

Re: [Pharo-users] some help to find the bug

2018-12-15 Thread Nicole de Graaf
Hi Roelof, I started to read you code , can you please give me the implementation of: ByteString>>#includesSubstring: Regards, Nic > On 15 Dec 2018, at 19:36, Roelof Wobben wrote: > > Hello, > > I have this code : > https://gist.github.com/RoelofWobben/7c08680797d1d9f84436653a0e4edd3b > <

Re: [Pharo-users] how do I send the 2 messsages to the function

2018-11-25 Thread Nicole de Graaf
Hi Roelof, is not easy to understand the question , without contents. #calculateNewFloor:index: - I assume you implemented the method on an action class (SantaAction). - In the method I see no usage from argument index but to send the method with a index: aFoor := aAction calculateNewFloor: a

Re: [Pharo-users] Code completion in Pharo?

2018-05-25 Thread Nicole de Graaf
Hi Andrzej, my way of doing it: Searching in the image what other guys are doing. Finder: asMorph and here you can find methods like #openAsMorph .. you can get a clue. or: ‘some text’ asMorph inspect .. than you get the object and you can search the class and from here the class the refe

Re: [Pharo-users] Something wrong with my installation of Pharo

2017-02-12 Thread Nicole de Graaf
Hi Mark, I can try to help you .. It is possible that I can not find the solution directly but than we can ask other people more concrete questions. For sure team viewer and Skype is the fastest way .. Regards, Nic > On 12 Feb 2017, at 15:56, Mark Neagu wrote: > > Hi, > > I believe I

Re: [Pharo-users] Problem in installing Pharo

2017-02-09 Thread Nicole de Graaf
Hi Mark, can you make you problem more specific. Can you not start or do you crash after start? You don’t need to install the Pharo image only copy over into a “favoured” directory. I downloaded the http://pharo.org/download and paste it into a directory and it working well on my Win 7 en

Re: [Pharo-users] [vwnc] small examples to show the tools

2016-10-30 Thread Nicole de Graaf
Hi Chris, last year in Brussel (Fosdem 2015) Stephan Eggermond & me , did nearly the same . Your stepping in very high with your talk. (not a critic but observation last time I did it) Did you remember the “cool" thinks on Smalltalk: - Start with a SUnit Test - Create a metho