[Pharo-dev] Re: [Help needed] 160 method with "sent but not implemented" selectors

2023-06-30 Thread Bernardo Ezequiel Contreras
these |selectors| selectors := SystemNavigation new allSentNotImplementedSelectors. selectors select: [ :each | each senders isEmpty ]. can be removed? On Fri, Jun 30, 2023 at 11:15 AM Marcus Denker wrote: > This is a not-that important cleanup: It would be nice if we would tag or > fix all m

[Pharo-dev] Re: Woden download from Github error

2023-05-20 Thread Bernardo Ezequiel Contreras
try to report it. https://github.com/woden-engine/woden/issues On Sat, May 20, 2023 at 7:00 PM Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > i think there's an error in the baseline of Woden > the project github://ronsaldo/sysmel has no master branch. it ha

[Pharo-dev] Re: Woden download from Github error

2023-05-20 Thread Bernardo Ezequiel Contreras
i think there's an error in the baseline of Woden the project github://ronsaldo/sysmel has no master branch. it has a main branch. take a look at the stack trace. On Sat, May 20, 2023 at 12:46 AM Aik-Siong Koh wrote: > Hi: > > I opened Pharo 9.0 - 64bit image. > Executed > > Metacello new >

[Pharo-dev] Re: [ANN] Pharo 9 released!

2021-08-05 Thread Bernardo Ezequiel Contreras
👍 great work 👍 On Thu, Jul 15, 2021 at 6:14 AM Esteban Lorenzano wrote: > Dear World and dynamic language lovers: > > The time has come for Pharo 9 ! > > Pharo is a pure object-oriented programming language and a powerful > environment, focused on simplicity and immediate fe

[Pharo-dev] Re: Progress Report -> Refactoring Project - ( June 22 - June 25)

2021-06-30 Thread Bernardo Ezequiel Contreras
good work!🙂 On Mon, Jun 28, 2021 at 10:01 AM Evelyn Cusi Lopez wrote: > Hi everyone, > > Last week I did these tasks: > > - Do a map for migration > : > which has a table with refactoring version in

Re: [Pharo-dev] [ANN] Pharo TechTalk Feb 20: The Colony

2020-02-20 Thread Bernardo Ezequiel Contreras
where did you upload the video? On Thu, Feb 20, 2020 at 3:30 PM Marcus Denker wrote: > This is now > > We are on Discord: Video Stream is in the "General Audio" Channel. > #techtalk has the discussion > > > > On 18 Feb 2020, at 14:02, Marcus Denker wrote: > > > > *** this Thursday *** > > > >

Re: [Pharo-dev] I have a dream... or why I think that compatibility is an illusion and bring us to the past

2019-09-10 Thread Bernardo Ezequiel Contreras
sorry, how do you type unicode characters? On Wed, Sep 11, 2019 at 1:07 AM p...@highoctane.be wrote: > I feel an APL forcefield growing. > > Phil > > On Wed, Sep 11, 2019, 02:14 Gabriel Cotelli wrote: > >> Looks like Christmas season opened early this year :) >> >> Jokes aside, I'm in favor of

Re: [Pharo-dev] Looking for contributor names

2019-01-16 Thread Bernardo Ezequiel Contreras
-vonbecmann: Bernardo E. Contreras On Wed, Jan 16, 2019 at 11:31 AM Esteban Lorenzano wrote: > Hi, > > Is that time of the year (well, this time was more than one year) when I > ask for the names of people who contributed to Pharo but didn’t put their > names. > I thought this was going to be f

Re: [Pharo-dev] [TechTalk] April 12: GIT with Iceberg

2018-04-12 Thread Bernardo Ezequiel Contreras
Iceberg 0.7 : new UI https://www.youtube.com/watch?v=A9H8jsSnBKM&t=539s On Thu, Apr 12, 2018 at 6:42 AM, Stephane Ducasse wrote: > I will not make it but I really want. Let us know where will be the videos. > > Stef > > On Thu, Apr 12, 2018 at 9:09 AM, Marcus Denker > wrote: > > This is today >

Re: [Pharo-dev] , for vector creation

2017-10-26 Thread Bernardo Ezequiel Contreras
you could do 1 x + 2 y + 5 z and that expression will give you a 3d vector. but it creates a lot of intermediate objects On Thu, Oct 26, 2017 at 2:04 PM, Chris Cunningham wrote: > > > On Thu, Oct 26, 2017 at 7:09 AM, Sean P. DeNigris > wrote: > >> Maybe we can follow the FS/PP pattern >> and

[Pharo-dev] [GT-Debugger] open an inspector on variable with the variable's name as its label?

2017-04-07 Thread Bernardo Ezequiel Contreras
just an idea, what do you think if you open the inspector on a variable with the variable's name as its label when you are in the debugger's variables pane? when i open many inspectors, i get lost and i don't know what i was inspecting in the first place. -- Bernardo E.C. Sent from a cheap des

Re: [Pharo-dev] [how about] Exceptions as first class objects *in Debugger*

2016-11-06 Thread Bernardo Ezequiel Contreras
+1, with that information you could describe or show the cause of the exception On Sun, Nov 6, 2016 at 6:46 AM, Sven Van Caekenberghe wrote: > Indeed this has bothered me a lot as well. > > At least an 'Inspect Exception' would be useful. > > It would also encourage people to put more useful inf

Re: [Pharo-dev] How can I remove the lighthouse from Pharo window?

2016-10-02 Thread Bernardo Ezequiel Contreras
" check the following settings - World>>System>>Settings (Ctrl + O + S) - Appearance>>Desktop>>Show logo... - Appearance>>Desktop>>Desktop background image file name... and decide if they solve your problem " On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry wrote: > I am trying to put a wallpaper on

Re: [Pharo-dev] How can I remove the lighthouse from Pharo window?

2016-10-02 Thread Bernardo Ezequiel Contreras
PolymorphSystemSettings showDesktopLogo: false. On Sun, Oct 2, 2016 at 9:15 PM, CodeDmitry wrote: > I am trying to put a wallpaper on my Pharo via > > |img canvas imgMorph| > img := PNGReadWriter formFromFileNamed: 'wallpaper.png'. > World color: (InfiniteForm with: img). > > But the Pharo ligh

Re: [Pharo-dev] Call for design for a literal programming doc similar to PythonDocTest

2016-09-16 Thread Bernardo Ezequiel Contreras
Another example: https://docs.racket-lang.org/scribble/index.html First example: https://docs.racket-lang.org/scribble/getting-started.html#%28part._first-example%29 On Fri, Sep 16, 2016 at 10:51 AM, Damien Pollet wrote: > On 16 September 2016 at 15:35, Thierry Goubier > wrote: > >> Could we

Re: [Pharo-dev] Out of ideas...

2016-08-09 Thread Bernardo Ezequiel Contreras
om> wrote: > Em 08-08-2016 19:25, Bernardo Ezequiel Contreras escreveu: > > Hi, > > have you try with (World>>Help>>Help Browser>>Regular Expressions > Framework>>Usage) > > SUBEXPRESSION MATCHES > > After a successful match attempt, you ca

Re: [Pharo-dev] Out of ideas...

2016-08-08 Thread Bernardo Ezequiel Contreras
Hi, have you try with (World>>Help>>Help Browser>>Regular Expressions Framework>>Usage) SUBEXPRESSION MATCHES After a successful match attempt, you can query the specifics of which part of the original string has matched which part of the whole expression. A subexpression is a parenthesized

[Pharo-dev] [ Pharo 5.0 ] [ Soup stable ] Zinc-Resource-Meta-Core-TheIntegrator.58 (modified)

2016-06-15 Thread Bernardo Ezequiel Contreras
" [ Pharo 5.0 ] [ Soup stable ] Zinc-Resource-Meta-Core-TheIntegrator.58 (modified) Hi, this package Zinc-Resource-Meta-Core-TheIntegrator.58 is dirty after installing a stable version of Soup. Pharo image: Pharo5.0#50760 Virtual machine used: CoInterpreter VMMaker.oscog-eem.1630 uuid: 2ed025e

Re: [Pharo-dev] Screenshot of Pharo 64 bits

2016-05-24 Thread Bernardo Ezequiel Contreras
GREAT! On Tue, May 24, 2016 at 11:49 AM, Sven Van Caekenberghe wrote: > > > On 24 May 2016, at 16:14, Peter Uhnák wrote: > > > > > > > > On Tue, May 24, 2016 at 4:10 PM, Sven Van Caekenberghe > wrote: > > > > > On 24 May 2016, at 15:57, Damien Cassou > wrote: > > > > > > Clément Bera write

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-13 Thread Bernardo Ezequiel Contreras
o wrote: > btw can you test it? > I might have fixed it yesterday :P > > On 13 May 2016, at 17:49, Bernardo Ezequiel Contreras < > vonbecm...@gmail.com> wrote: > > great!. > > On Fri, May 13, 2016 at 12:36 PM, Esteban Lorenzano > wrote: > >> >

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-13 Thread Bernardo Ezequiel Contreras
great!. On Fri, May 13, 2016 at 12:36 PM, Esteban Lorenzano wrote: > > On 13 May 2016, at 17:32, Bernardo Ezequiel Contreras < > vonbecm...@gmail.com> wrote: > > i submit an issue > > https://pharo.fogbugz.com/f/cases/18221/This-interpreter-vers-6505-cannot-read-ima

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-13 Thread Bernardo Ezequiel Contreras
i submit an issue https://pharo.fogbugz.com/f/cases/18221/This-interpreter-vers-6505-cannot-read-image-file-vers-6521 On Sat, Apr 30, 2016 at 6:13 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > Hi Esteban, > i found a problem with one of the package

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-05 Thread Bernardo Ezequiel Contreras
May 5, 2016 at 6:04 AM, Ben Coman wrote: > On Thu, May 5, 2016 at 7:12 AM, Bernardo Ezequiel Contreras > wrote: > > Hi Esteban, > > I tried again and it doesn't work. :( > > But now i found another issue, if you take a look to pharo5.0/shared > > folde

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-04 Thread Bernardo Ezequiel Contreras
On 01 May 2016, at 10:59, Stephan Eggermont wrote: > > > > On 30/04/16 23:13, Bernardo Ezequiel Contreras wrote: > >> Hi Esteban, > >> i found a problem with one of the packages, see below > >> > >> ** TODO This interpreter (vers. 6505) cannot re

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-04-30 Thread Bernardo Ezequiel Contreras
Hi Esteban, i found a problem with one of the packages, see below ** TODO This interpreter (vers. 6505) cannot read image file (vers. 6521) Operating System: Debian 7.10 x86_64 - wget http://files.pharo.org/platform/Pharo5.0-linux-oldLibC.zip - unzip Pharo5.0-linux-oldLibC.zip - cd pharo5.0

Re: [Pharo-dev] Quick debugging failed #assert:equals tests (Differ in comment)

2015-12-07 Thread Bernardo Ezequiel Contreras
+1 On Mon, Dec 7, 2015 at 8:50 AM, Torsten Bergmann wrote: > Hi > > the #assert:equals method is often used in Test cases: we have 2491 > senders in > recent Pharo5.0 Latest update: #50487. > > Anytime I have to debug a failing test using it I find it hard to compare > the > expected and actual

Re: [Pharo-dev] empty Random package

2015-11-19 Thread Bernardo Ezequiel Contreras
Pavel, here's the issue https://pharo.fogbugz.com/f/cases/16361/There-are-some-empty-packages marcus's slice is there, you can checked it. On Thu, Nov 19, 2015 at 4:39 PM, Pavel Krivanek wrote: > and Ring-ChangesExtensions... > > If you will find the cleanup code, plese post it here because

Re: [Pharo-dev] when:send:to: vs. subscribe:send:to:

2015-09-05 Thread Bernardo Ezequiel Contreras
Excuse me, but what about the following messages MessageBrowser browse: ({WeakSubscriptionBuilder>>#on:do:. WeakSubscriptionBuilder>>#on:send:to:}) should be deprecated, or not? On Sat, Sep 5, 2015 at 5:24 PM, stepharo wrote: > Hi > > in announcer we have > > when: anAnnouncementClass send:

Re: [Pharo-dev] [Playground] Getting contents from the cloud?

2015-08-25 Thread Bernardo Ezequiel Contreras
GREAT! (what a dummy!) thanks. On Tue, Aug 25, 2015 at 3:38 PM, Peter Uhnák wrote: > Paste the link into GTSpotter and press enter :) > > Peter > > On Tue, Aug 25, 2015 at 8:31 PM, Bernardo Ezequiel Contreras < > vonbecm...@gmail.com> wrote: > >> Hi all, &

[Pharo-dev] [Playground] Getting contents from the cloud?

2015-08-25 Thread Bernardo Ezequiel Contreras
Hi all, There is a button to publish the contents of the playground to the cloud but there isn't a button to get the contents from the cloud? Is that on purpose? i don't get it. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: [Pharo-dev] Fwd: [pharo-core] 50248 (3d7f1f3)

2015-08-20 Thread Bernardo Ezequiel Contreras
btw, thanks for reviewing the code! On Thu, Aug 20, 2015 at 5:29 PM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > Hi Bernardo, > I would say no: don't revert anything before testing. > > 2015-08-20 19:56 GMT+02:00 Bernardo Ezequiel Contreras < > v

[Pharo-dev] Fwd: [pharo-core] 50248 (3d7f1f3)

2015-08-20 Thread Bernardo Ezequiel Contreras
Hi all, it seems i have changed a method (Rectangle>>#intersect:ifNone:) that could impact in the performance of the UI. see below -- Forwarded message -- From: Nicolas Cellier Date: Thu, Aug 20, 2015 at 1:18 PM Subject: Re: [pharo-core] 50248 (3d7f1f3) To: pharo-project/pharo-c

Re: [Pharo-dev] Error in plugin AddSubscribers (View)

2015-08-17 Thread Bernardo Ezequiel Contreras
me too. On Mon, Aug 17, 2015 at 6:48 AM, Ben Coman wrote: > Anyone else getting this error when viewing a case in Fogbugz > > "Error in plugin AddSubscribers (View)" > > e.g. https://pharo.fogbugz.com/default.asp?16192 > > cheer s-ben > > -- Bernardo E.C. Sent from a cheap desktop compu

Re: [Pharo-dev] [Issue tracker] *Please* look at your old reported issues!

2015-08-10 Thread Bernardo Ezequiel Contreras
Hi all, the current state of the conversion its mention in https://pharo.fogbugz.com/default.asp?14024 There are many false positives that i have tracked, but there is one sender that i'm not sure about. please read the issue On Mon, Aug 10, 2015 at 5:06 PM, Ferlicot D. Cyril wrote: > Le 10

[Pharo-dev] [Help needed] Deprecate Composable>>#instantiateModels:

2015-06-29 Thread Bernardo Ezequiel Contreras
Hi all, i was trying to remove all senders of Composable>>#instantiateModels: but i dont know how to finish some of the subcases (see them to get an idea of the problem) https://pharo.fogbugz.com/default.asp?11846 So how can we solved this? (close them as invalid is an option) Thanks --

Re: [Pharo-dev] Shortcuts Displayed in Menus... Wow

2015-05-29 Thread Bernardo Ezequiel Contreras
GREAT On Fri, May 29, 2015 at 2:05 PM, Sean P. DeNigris wrote: > EstebanLM wrote > > still not perfect > > zenValues := #( > ... > 'One step at a time.' > 'There is no unimportant fix.' > ... > 'Perfection can kill movement.' > ...) > > > > - > Cheers, > Sean > -- > View this messa

Re: [Pharo-dev] Are these changes good enough

2015-04-27 Thread Bernardo Ezequiel Contreras
Sergio, there's a misunderstanding, i explained what i usually do, im not going to do it for you. you should try it, first On Mon, Apr 27, 2015 at 9:18 PM, Sergio Fedi wrote: > Great!​ > > I suppose the bug system will inform me when you finally resolve the case, > right? > -- Bernar

Re: [Pharo-dev] Are these changes good enough

2015-04-27 Thread Bernardo Ezequiel Contreras
sergio, if you submit a slice to the inbox and change the status to Resolved (Fix Review Needed), the monkey (CI) will test your slice and inform you the result. On Mon, Apr 27, 2015 at 9:18 PM, Sergio Fedi wrote: > Great!​ > > I suppose the bug system will inform me when you finally resolve t

Re: [Pharo-dev] Are these changes good enough

2015-04-27 Thread Bernardo Ezequiel Contreras
yes, i have done that. :) But now, i save the slice in a local repository (a simple directory) and test that slice in a fresh image, i try to merge it (see the changes and merge them) and then i copy the slice(that also will copy the related packages) from my local repository to the inbox. On

Re: [Pharo-dev] Are these changes good enough

2015-04-27 Thread Bernardo Ezequiel Contreras
Sergio This video explains in step 4 how to create a slice. https://www.youtube.com/watch?v=iFomI-7h4qQ hth On Mon, Apr 27, 2015 at 7:32 PM, Sergio Fedi wrote: > One thing I previously missed: marking it as resolved (and in need for a > peer review) > > Already done that at: > > > https://pha

Re: [Pharo-dev] GNU/Linux Old libC CI Job

2015-04-20 Thread Bernardo Ezequiel Contreras
Thanks! On Mon, Apr 20, 2015 at 2:38 PM, Sean P. DeNigris wrote: > As part of our "first impressions count" effort to overhaul the download > process, I've created a Jenkins job on Pharo CI to build a VM for GNU/Linux > systems with libc < 2.15 (e.g. Debian 7) - a common gotcha for new users. >

Re: [Pharo-dev] [Urgent]: Clean up Download Instructions before 4.0 Release

2015-04-11 Thread Bernardo Ezequiel Contreras
Peter, here is the announcement http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2014-September/100911.html made by Jan Vrany. you can ask him. On Sat, Apr 11, 2015 at 4:37 AM, Peter Uhnák wrote: > On Sat, Apr 11, 2015 at 5:31 AM, Bernardo Ezequiel Contreras < >

Re: [Pharo-dev] [Urgent]: Clean up Download Instructions before 4.0 Release

2015-04-10 Thread Bernardo Ezequiel Contreras
Peter, The latest vm (http://files.pharo.org/vm/pharo/linux/latest.zip) in debian wheezy gives you the already know problem /lib/i386-linux-gnu/i686/cmov/libc.so.6: *version `GLIBC_2.15' not found* (required by /home/vonbecmann/workspaces/pharo-40/target/pharo) that's why you need the vm ( http

Re: [Pharo-dev] Enhancing the AST API

2015-03-31 Thread Bernardo Ezequiel Contreras
what about leftIndex? it's shorter On Tue, Mar 31, 2015 at 12:53 PM, Thierry Goubier wrote: > Le 31/03/2015 11:04, stepharo a écrit : >> >> Hi >> >> in Pharo 50 I would like to improve the AST API. >> often we do not know if an instance variable holds a position or a node >> and this should be cl

Re: [Pharo-dev] choose event in Bern on March 31: alain plantec on Bloc + working session on Pharo IDE

2015-03-23 Thread Bernardo Ezequiel Contreras
fingers crossed. On Mon, Mar 23, 2015 at 10:33 PM, Sean P. DeNigris wrote: > Will the talks be recorded? > > p.s. please, please, please ;) > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/choose-event-in-Bern-on-March-31-alain-plantec-on-Bloc-working-

[Pharo-dev] Loading a configuration with gofer?

2015-03-15 Thread Bernardo Ezequiel Contreras
Hi, the following scripts load different versions and packages of a configuration, is that ok? *** first script: loading development version of a configuration with gofer Gofer it smalltalkhubUser: 'Moose' project: 'PetitParser'; configurationOf: 'PetitParser'; load

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Bernardo Ezequiel Contreras
+1 On Mon, Mar 2, 2015 at 2:34 PM, Sven Van Caekenberghe wrote: > >> On 02 Mar 2015, at 17:44, Alexandre Bergel wrote: >> >> Thanks Marcus for taking care of all of these hidden low level matters. Your >> effort is indispensable and central to Pharo. > > + 1e10 > >> Alexandre >> >> >>> On Mar 2

Re: [Pharo-dev] [pharo-project/pharo-core] 4834e8: 40521

2015-02-28 Thread Bernardo Ezequiel Contreras
here's the issue https://pharo.fogbugz.com/f/cases/15023/Polymorph-Geometry-TheIntegrator-15-seems-modified

[Pharo-dev] Access to Pharo/TxText

2015-01-13 Thread Bernardo Ezequiel Contreras
Hi, Could someone take a look at this https://pharo.fogbugz.com/f/cases/14632/Access-to-Pharo-TxText ? Thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: [Pharo-dev] Why version `GLIBC_2.15'?

2014-10-03 Thread Bernardo Ezequiel Contreras
t; > Hernán > > > 2014-09-25 21:40 GMT-03:00 Bernardo Ezequiel Contreras > : > >> hi all, >> i just want to know why the pharo-vm is compiled with `GLIBC_2.15'? >> is there a bug due to glibc's version? >> >> >> thanks. >> &g

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Bernardo Ezequiel Contreras
+1 On Wed, Oct 1, 2014 at 10:14 AM, Sven Van Caekenberghe wrote: > Was it a conscious decision to make the GTPlayground Play button act as > 'play all' (evaluate the whole workspace contents) ? > > If so, why ? > > I find it quite limiting that I cannot select some expression and 'play > it'. A

Re: [Pharo-dev] ANN - Pre-compiled Pharo VM for Debian Stable

2014-09-28 Thread Bernardo Ezequiel Contreras
see below http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/ZeroConf.pdf it's a chapter from the book, that explains it. and here http://get.pharo.org/ you have some additionals scripts On Mon, Sep 29, 2014 at 12:57 AM, Douglas McPherson wrote: > > On Sep 28, 2014, at 15:17 , Jan

Re: [Pharo-dev] ANN - Pre-compiled Pharo VM for Debian Stable

2014-09-28 Thread Bernardo Ezequiel Contreras
THANK YOU VERY MUCH! I really needed it. On Sun, Sep 28, 2014 at 7:17 PM, Jan Vrany wrote: > Hi there, > > Getting Pharo 2.0/3.0 up and running on Debian Wheezy (= Stable) or on > other more conservative linux distribution wasn't exactly easy as the > VM's provided by the Pharo team fail to run

[Pharo-dev] Why version `GLIBC_2.15'?

2014-09-25 Thread Bernardo Ezequiel Contreras
hi all, i just want to know why the pharo-vm is compiled with `GLIBC_2.15'? is there a bug due to glibc's version? thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

[Pharo-dev] Pull up a method or Push up a method?

2014-08-11 Thread Bernardo Ezequiel Contreras
Hi all, According to the book Refactoring[1] you pull up a method but if you look at the refactoring options in a method, you'll see push up instead of pull up. See attached image. Is that a bug or a deliberate decision? Thanks [1] Refactoring: Improving the Design of Existing Code Martin

Re: [Pharo-dev] where the...

2014-07-31 Thread Bernardo Ezequiel Contreras
http://files.pharo.org/image/40/latest.zip On Thu, Jul 31, 2014 at 8:37 PM, Eliot Miranda wrote: > never mind... > > > On Thu, Jul 31, 2014 at 1:36 PM, Eliot Miranda > wrote: > >> *&^% do I find build artifacts for >> https://ci.inria.fr/pharo/job/Pharo-4.0/lastSuccessfulBuild/? There's >> no

[Pharo-dev] Can i be added to Pharo/Pharo40Inbox?

2014-07-15 Thread Bernardo Ezequiel Contreras
hi all, i don't have access to the inbox, could someone add me to the project, please? my username is vonbecmann. MCSmalltalkhubRepository owner: 'Pharo' project: 'Pharo40Inbox' user: '' password: '' Thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South Ameri

Re: [Pharo-dev] ConfigurationOfMorphicCore

2014-06-03 Thread Bernardo Ezequiel Contreras
interesting! On Tue, Jun 3, 2014 at 4:07 PM, Pavel Krivanek wrote: > I'm really surprised how little we need to make TextMorph work with basic > bitmap fonts: > > TAbleToRotate > StrikeFont->#readFromStrike2: > StrikeFont->#readFromStrike2Stream: > StrikeFont->#displayLine:at: > StrikeFont->#ch

Re: [Pharo-dev] Closure vs BlockClosure

2014-04-17 Thread Bernardo Ezequiel Contreras
the historical anecdote could be nice as part of the class documentation. On Thu, Apr 17, 2014 at 8:59 PM, Alexandre Bergel wrote: > Thanks Eliot for the historical anecdote > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.

Re: [Pharo-dev] Fosdem Videos and Pharo. 4 presentation

2014-02-11 Thread Bernardo Ezequiel Contreras
Hi, They already know it, but they are busy. be patient On Sun, Feb 09, 2014 at 08:06:03PM -0200, Bernardo Ezequiel Contreras wrote: > Hi, > the following video > http://video.fosdem.org/2014/K4401/Saturday/Pharo4_Plans_and_Dreams.webm > doesn't contain the presentation

[Pharo-dev] Issue life cycle?

2013-12-05 Thread Bernardo Ezequiel Contreras
Hi all, sorry to bother you again, but is there a issue life cycle graph or a text description of it? because sometimes i am not sure how to change the issue status. Thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: [Pharo-dev] [Issue tracker] Help for reviewing needed

2013-12-05 Thread Bernardo Ezequiel Contreras
i review this case https://pharo.fogbugz.com/f/cases/12252/Canceling-Save-As-triggers-a-MNU in my opinion it is ready for integration. On Thu, Dec 5, 2013 at 6:11 AM, Marcus Denker wrote: > Hello, > > Many people submit lots of nice things, which is great… but not many > people look at the is

[Pharo-dev] AST-Semantic in Pharo 3.0???

2013-12-03 Thread Bernardo Ezequiel Contreras
Hi all, I see that ast-semantic is present in Pharo 2.0 but is not present in Pharo 3.0, so the question is How did you replace it? what do you use in Pharo 3.0? Thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: [Pharo-dev] Athens-Cairo is part of Pharo?

2013-11-30 Thread Bernardo Ezequiel Contreras
ok, don't worry, i won't move it. i'll asume is not part of the bug. Thanks On Sat, Nov 30, 2013 at 4:36 AM, Igor Stasenko wrote: > > > > On 30 November 2013 08:34, Stéphane Ducasse wrote: > >> May be igor can simply do not use it and we remove it directly. >> >> well, it would be easy if it j

[Pharo-dev] Athens-Cairo is part of Pharo?

2013-11-29 Thread Bernardo Ezequiel Contreras
Hi all, There's a deprecated method in Athens-Cairo. method: AthensCairoSurface>>#createLinearGradient:origin:corner: category: #paints package: RGPackage(Athens-Cairo) Should i move it to Deprecated package? https://pharo.fogbugz.com/f/cases/11668/Move-all-deprecated-method-to-Deprecated30-packa

[Pharo-dev] permission denied http://smalltalkhub.com/mc/Pharo/Pharo30Inbox/main ?

2013-10-11 Thread Bernardo Ezequiel Contreras
Could someone give permission to submit a slice, please? My username is vonbecmann. Thanks. -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: [Pharo-dev] For 2.0: links point to latest build on pharp-project.org

2013-06-10 Thread Bernardo Ezequiel Contreras
Camillo, thanks. great. understood! On Fri, Jun 7, 2013 at 6:15 PM, Camillo Bruni wrote: > > On 2013-06-07, at 20:16, Bernardo Ezequiel Contreras > wrote: > > > Marcus, > > imho, the filename "latest.zip" is very good because i can have a > un

Re: [Pharo-dev] For 2.0: links point to latest build on pharp-project.org

2013-06-07 Thread Bernardo Ezequiel Contreras
Marcus, imho, the filename "latest.zip" is very good because i can have a unique url to that image. i.e. http://files.pharo.org/image/20/latest.zip On Fri, Jun 7, 2013 at 11:19 AM, Marcus Denker wrote: > Hi, > > I changed all links to point to the latest 2.0 build on files.pharo.org > > Reaso