Re: [Pharo-dev] files.pharo.org, get.pharo.org problems?

2018-05-23 Thread Dennis Schetinin
+1 -- Best regards, Dennis Schetinin 2018-05-23 21:57 GMT+03:00 Martin McClure <mar...@hand2mouse.com>: > I'm getting 503 errors on attempts to contact both sites -- is this a > known issue? > > Regards, > > -Martin > > >

Re: [Pharo-dev] Metacello/Iceberg Error: IceUndefinedRemote DNU #projectPath

2018-04-09 Thread Dennis Schetinin
gt;>executeString:do: > ByteString(String)>>execute:against: > MetacelloScriptApiExecutor(MetacelloScriptExecutor)>>execute: > Metacello>>execute:args: > Metacello>>load > UndefinedObject>>DoIt > OpalCompiler>>evaluate > RubSmalltalkEditor>>

Re: [Pharo-dev] Mocketry names again

2016-04-20 Thread Dennis Schetinin
Why do we need those sophisticated past-something form after should at all? Why not simply mock should receive someMessage ? -- Best regards, Dennis Schetinin 2016-04-20 11:35 GMT+03:00 Denis Kudriashov <dionisi...@gmail.com>: > Hi. > > People start argue that my

Re: [Pharo-dev] [Pharo-Dev] BDD framework

2015-05-06 Thread Dennis Schetinin
There's Mocketry [http://www.smalltalkhub.com/#!/~dionisiy/Mocketry]. It does not support the Given-When-Then constructs, but it has its own Spec DSL (nearly natural english indeed:) and I believe it is pretty enough to practice TDD/BDD. -- Best regards, Dennis Schetinin 2015-05-06 18:50 GMT

Re: [Pharo-dev] Epicea

2014-12-18 Thread Dennis Schetinin
Is it possible log refactorings this way? -- Best regards, Dennis Schetinin 2014-12-17 22:50 GMT+04:00 Martin Dias tinchod...@gmail.com: Hi all, I would like to ask your opinion on Epicea, a tool that logs code changes you do in your Pharo image. In a few words, its comparable

Re: [Pharo-dev] Epicea

2014-12-18 Thread Dennis Schetinin
Yeah, that's I was asking about: it should be used (finally) for version control! -- Best regards, Dennis Schetinin 2014-12-18 14:42 GMT+04:00 Juraj Kubelka juraj.kube...@gmail.com: Hi Martin, I think this is the great effort and it should be, at some point, integrated to Pharo

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-22 Thread Dennis Schetinin
in Smalltalk (compared to other development environments, like Java/C# at least), but it still has zero adoption in Smalltalk community, unfortunately. -- Best regards, Dennis Schetinin 2014-06-21 2:09 GMT+04:00 Sean P. DeNigris s...@clipperadams.com: kilon alios wrote Pharo has zero

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-19 Thread Dennis Schetinin
Simple ~= Easy. Smalltalk is simple (simpler then most of other PLs), but it's not easy (to understand and master, especially after other PLs). -- Best regards, Dennis Schetinin 2014-06-17 11:59 GMT+04:00 kilon alios kilon.al...@gmail.com: personally I don't like this postcard , it looks

Re: [Pharo-dev] Where is the postcard with syntax?

2014-06-19 Thread Dennis Schetinin
complex! :) I believe these thoughts were inspired by some articles on easy vs. simple, simple is objective while easy is subjective etc. …They can be easily googled if need be. -- Best regards, Dennis Schetinin 2014-06-19 21:01 GMT+04:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com

Re: [Pharo-dev] [gsoc-mentors] GSoC: call for ideas

2014-02-11 Thread Dennis Schetinin
of Object Semantic Networks as a new knowledge-representation engine to be used inside *Pharo* (for various purposes). This task can include development of web interface for the system using *Amber*. Please, contact me directly for details. Dennis Schetinin email: chae...@gmail.com skype

[Pharo-dev] SmalltalkHub password lost

2014-01-30 Thread Dennis Schetinin
Hello all, who should I contact to restore/reset my password at SmalltalkHub? -- Best regards, Dennis Schetinin

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-03 Thread Dennis Schetinin
environment for TDD and controlling all the development steps with tests, use them as documentation, etc. etc. etc. -- Best regards, Dennis Schetinin 2013/12/3 Esteban A. Maringolo emaring...@gmail.com 2013/12/3 Dennis Schetinin chae...@gmail.com I see the only correct way to build a good

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-03 Thread Dennis Schetinin
This is the task I would really like to participate in. Although, just as you, I have no time at all, I still *will* find at least few hours a week :) -- Best regards, Dennis Schetinin 2013/12/3 Denis Kudriashov dionisi...@gmail.com Problem with TestCase approach is mixing two separate

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-02 Thread Dennis Schetinin
I see the only correct way to build a good testing environment: tests should be basically objects, not methods. -- Best regards, Dennis Schetinin 2013/12/3 Sean P. DeNigris s...@clipperadams.com Attila Magyar wrote The reason for having the base class is to verify the expectations

Re: [Pharo-dev] Switching context(s) in browser while method is not-yet accepted

2013-09-04 Thread Dennis Schetinin
reference I can find is here [ http://scg.unibe.ch/download/wasdett/wasdett2008-paper03.pdf]. Hopefully, the addon is still in Cincom's Public Repository… -- Best regards, Dennis Schetinin 2013/9/4 Norbert Hartl norb...@hartl.name Am 03.09.2013 um 15:07 schrieb Igor Stasenko siguc...@gmail.com

Re: [Pharo-dev] Switching context(s) in browser while method is not-yet accepted

2013-09-04 Thread Dennis Schetinin
RB_Tabs loaded (or vice versa). -- Best regards, Dennis Schetinin 2013/9/4 Dennis Schetinin chae...@gmail.com There were an addon named DontModeMeIn for VisualWorks browser which I believe did the same thing. It was written by Vasilii Bykov and there was an article on it in his blog

Re: [Pharo-dev] reflection examples

2013-08-21 Thread Dennis Schetinin
by adaptation here? Any links to formally definitions will be appreciated. -- Best regards, Dennis Schetinin 2013/8/21 Tudor Girba tu...@tudorgirba.com Hi, On Tue, Aug 20, 2013 at 10:40 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Aug 20, 2013, at 10:29 PM, Tudor Girba tu

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-07 Thread Dennis Schetinin
programing, it shows how to use debugger and inspectors properly. I borrowed many ideas from there for my Smalltalk programming course… It's just not TDD, not pure TDD at least. -- Best regards, Dennis Schetinin 2013/6/7 b...@openinworld.com Paul Davidowitz wrote: It seems to me that a big

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-07 Thread Dennis Schetinin
, Dennis Schetinin 2013/6/6 askoh as...@askoh.com Dennis: You seem to see more in TDD than most people. Can you write a small tutorial that illustrates what you think Smalltalkers need to see in TDD? I do think Smalltalk is missing something in it evolution. Thanks, Aik-Siong Koh -- View

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-06 Thread Dennis Schetinin
from good TDD methodology. … Yea, that's just one of my pet peeves :) -- Best regards, Dennis Schetinin 2013/6/6 kilon theki...@yahoo.co.uk I dont think a debugger can ever replace TDD for two reason a) Tests are faster way to find bugs that don't want to be found ;) b) Tests

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-06 Thread Dennis Schetinin
Schetinin 2013/6/6 Frank Shearar frank.shea...@gmail.com On 6 June 2013 14:44, Dennis Schetinin chae...@gmail.com wrote: TDD is not about tests (as a bug-finding/debugger tool) at all. And the anti-regression feature of TDD is just the secondary one. First of all, TDD is about structuring

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-06 Thread Dennis Schetinin
debugger (in an alive environment) doesn't make TDD unnecessary (or inversely) but rather complement and empower each other. -- Best regards, Dennis Schetinin 2013/6/6 Dennis Schetinin chae...@gmail.com I didn't mean to start a big discussion so I'm not ready to state or develop my vision

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-06 Thread Dennis Schetinin
was just a very first approach to a good TDD framework and should be rethought deeply (re-invented?)… but I don't know if someone ever tried to do that, everyone seems to be satisfied with test as methods approach. -- Best regards, Dennis Schetinin 2013/6/6 Dennis Schetinin chae...@gmail.com

Re: [Pharo-dev] Necessity of TDD with Smalltalk

2013-06-06 Thread Dennis Schetinin
What about sharing some details? I'll try to afford some time to take part, if you don't mind. -- Best regards, Dennis Schetinin 2013/6/6 Sean P. DeNigris s...@clipperadams.com Dennis Schetinin wrote Regarding this, I think SUnit was just a very first approach to a good TDD framework