[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-01-28 Thread Vitor Medina Cruz
I think that's OK when you can choose when to use parentheses. If you think it would improve readability it is ok to use it, the problem is to be forced to use it even when you think it decreases readability, what I believe to be the case in discussion. On Thu, Jan 27, 2022 at 3:24 PM Russ Whaley

[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-01-26 Thread Vitor Medina Cruz
I understand the point of not adding more syntax and I agree with it, but I think this is such big missing feature in Pharo and that it could be provided by default in the image as an API instead of a syntax sugar. https://github.com/dvmason/Pharo-Functional has both approaches — syntax and API — a

[Pharo-users] Re: Preserve VCS history while renaming package

2021-08-01 Thread Vitor Medina Cruz
Found this issue: https://github.com/pharo-vcs/iceberg/issues/82 I did the renaming from git bash and it works as a good workaraound. On Fri, Jul 30, 2021 at 11:49 AM Vitor Medina Cruz wrote: > Hello, > > Is it possible to rename a package while keeping code history? When I do &g

[Pharo-users] Preserve VCS history while renaming package

2021-07-30 Thread Vitor Medina Cruz
Hello, Is it possible to rename a package while keeping code history? When I do that, for example, rename from A to B, Iceberg shows me that A is no longer loaded, it is not aware of the refactoring. If I remove A and add package B and prompts a commit, it shows me like all inside B is new and tha

Re: [Pharo-users] Metacello, Github and Cryptography

2020-07-17 Thread Vitor Medina Cruz
https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md On Fri, Jul 17, 2020 at 7:12 AM Francis via Pharo-users < pharo-users@lists.pharo.org> wrote: > Thank you very much Christophe! > Thanks also for the links on Metacello, I've already seen them, but as you > p

Re: [Pharo-users] [ANN] What are reasons NOT to use Smalltalk?

2020-06-21 Thread Vitor Medina Cruz
+1 On Fri, Jun 19, 2020 at 3:09 PM Todd Blanchard via Pharo-users < pharo-users@lists.pharo.org> wrote: > Same. My biggest hesitation is lack of cloud deployment support. At > least for web apps. > > For desktop apps, I have been holding off building any UI because of the > brik blok spec spec2

[Pharo-users] Roassal and Seaside/Willow

2020-06-10 Thread Vitor Medina Cruz
Hello, Is it possible to integrate Roassal with Seaside/Willow? I found a project in smalltalkhub, but I don't know if it is outdated and I know smalltalkhub is being discontinued, so I am not sure if I should use it. Regards, Vitor

Re: [Pharo-users] Willow vs Seaside

2020-06-10 Thread Vitor Medina Cruz
> > Feel free to ask any more questions here or on the discord channel. > > Regards, > Gabriel > > On Mon, Jun 8, 2020 at 12:42 PM Vitor Medina Cruz > wrote: > > Hello, > > What's is the difference? Why should I use one or another? > > Regards, > Vitor > > >

[Pharo-users] Willow vs Seaside

2020-06-08 Thread Vitor Medina Cruz
Hello, What's is the difference? Why should I use one or another? Regards, Vitor

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
way o doing that keeping the correct history of changes? On Tue, Jun 2, 2020 at 9:33 AM Gabriel Cotelli wrote: > You need to open the repository view, add your new packages using the Add > Package button and remove the old ones with the contextual menu. > > On Tue, Jun 2, 2020 at 9:2

[Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
Hello, How is the correct/safe way of renaming a packages so that it is reflected in the Iceberg repository? I have made that sometimes but got out of sync with Iceberg and it was very hard to fix: I had to change files by hand, and then load back in the image, so wanna to avoid that. Regards, V

Re: [Pharo-users] Pharo 9 64 + windows 10

2020-06-01 Thread Vitor Medina Cruz
I find out that one can revert changes from the commit screen... So you must click in commit, select what you want to revert, revert it and cancel the commit operation... Still no clue why those changes appeared there. On Sat, May 30, 2020 at 2:47 PM Vitor Medina Cruz wrote: > Hello, &g

[Pharo-users] Pharo 9 64 + windows 10

2020-05-30 Thread Vitor Medina Cruz
Hello, I tried to download Pharo 9 64bits and load latest repository on it. After loading, Iceberg says I have changes made to pharo (???) [image: image.png] But I changed nothing, I just loaded the pharo 9latest code on it using iceberg. I already tried to recalculate dirty packages. What is h

Re: [Pharo-users] Find/Replace class scoped

2020-05-27 Thread Vitor Medina Cruz
2)) tranform > > > > but nothing happens... It is really odd, I expected an error at least. > > > > I am assuming permutation means the change of params order. > > > > > > On Fri, May 22, 2020 at 3:50 AM Stéphane Ducasse < > stephane.duca...@inria.fr&g

Re: [Pharo-users] Find/Replace class scoped

2020-05-26 Thread Vitor Medina Cruz
. I am assuming permutation means the change of params order. On Fri, May 22, 2020 at 3:50 AM Stéphane Ducasse wrote: > we are working with sebastian jordan on a better rewriter. > > S. > > On 21 May 2020, at 17:17, Vitor Medina Cruz wrote: > > Interesting, I will have a l

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread Vitor Medina Cruz
Here: https://github.com/pharo-project/pharo/issues/6387 I attached a filled out class with some examples. On Thu, May 21, 2020 at 2:35 PM Vitor Medina Cruz wrote: > I will setup a class with examples, open an issue and then reply here. > > On Thu, May 21, 2020 at 11:20 AM hogoww

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
Thanks! " When/if smalltalk grows to a web scale " Let's hope so :) On Thu, May 21, 2020 at 4:09 PM Esteban Maringolo wrote: > On Thu, May 21, 2020 at 11:34 AM Vitor Medina Cruz > wrote: > > Sorry, I mean how so are Smalltalk systems less compatible than web &g

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread Vitor Medina Cruz
(and that nobody needs to be an expert to do that, it’s the other > way around, you become an expert by doing it ^^) > > El 20 may 2020, a las 21:16, Vitor Medina Cruz > escribió: > > Ok, so should I open the issue or leave it as it is? > > On Wed, May 20, 2020 at 2

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Vitor Medina Cruz
k was > underway (GUI tools). > > Going with the source files as you did also work... > > Regards, > > Thierry > > Le jeu. 21 mai 2020 à 15:30, Vitor Medina Cruz a > écrit : > > > > Well, as it seems, there is no way of find/replacing other than inside a > sin

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
istributions of Smalltalk (VA, Squeak, Pharo...)? Same code are not as compatible between different Smalltalks distribution as a web application is between different browsers? How so? Why? Regards, Vitor On Thu, May 21, 2020 at 11:11 AM Esteban Maringolo wrote: > On Thu, May 21, 2020 at 10:37 AM

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
Richard "The browsers are *way* more compatible than Smalltalk systems are." How so? On Tue, May 19, 2020 at 4:11 AM Richard O'Keefe wrote: > The browsers are *way* more compatible than Smalltalk systems are. > I once spoke to a manager at a company I shan't name (it does not > exist any more)

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Vitor Medina Cruz
using git command line; 4- Back to the image, I did a repair repository from iceberg checking out and ignoring changes to the image (safe because I did commit everything before) If there are many places to change, it is worth. Regards, Vitor On Tue, May 19, 2020 at 12:56 PM Vitor Medina Cruz

Re: [Pharo-users] Refactor without formatting

2020-05-20 Thread Vitor Medina Cruz
ally on code transformation. > Now it does not mean that we like it this way. > But given the ratio income/results I think that Pharo is super super good. > > But but > people can help > people can pay for more. > > S. > > On 19 May 2020, at 19:33, Vitor Medina Cruz wrot

Re: [Pharo-users] Refactor without formatting

2020-05-20 Thread Vitor Medina Cruz
on to possibly being difficult. > > The plus of such a plugin/hook approach is that this could probably be > maintainable cross-platform. Every dialect could plug their formatter > without changing RBs internals. I don't know if there still exists some > "common code base

Re: [Pharo-users] New user

2020-05-20 Thread Vitor Medina Cruz
up.com.au> wrote: > Hi > > > > I prefer to clone every repo I use locally. > > > > I just did this with Seaside and then used Iceberg to load it into a new > Pharo8 image and it worked. > > > > Vince > > > > *From:* Pharo-users *On Behalf Of

Re: [Pharo-users] New user

2020-05-19 Thread Vitor Medina Cruz
Hello, I feel your pain. Updated, consistent and centralized documentation is not strong in Pharo. Things are changing fast and docs don't catch up, also there is an effort to move projects to github, so usually updated stuff are there. I never use Catalog anymore because often things goes wrong.

[Pharo-users] Refactor without formatting

2020-05-19 Thread Vitor Medina Cruz
Hello, When I run a refactoring, Rename Method, for example, the refactoring is reformatting the code affected. Is it possible to configure Pharo to refactor without reformatting code? Depending on the refactoring, the reformat is so intrusive that make it more worth to make the refactoring by han

[Pharo-users] Find/Replace class scoped

2020-05-19 Thread Vitor Medina Cruz
Hello, Is there a way to make find replace in a class scoped way? I can do that with finder, but I figured only with package scoping. I wanna to change the name of a variable in multiple methods, and also I would like to regex replace an expression also in multiple methods. Regards, Vitor

Re: [Pharo-users] ifCurtailed prompts debug window

2020-05-15 Thread Vitor Medina Cruz
Thanks! I will use on:do: so. On Fri, May 15, 2020 at 2:12 PM Richard Sargent < richard.sarg...@gemtalksystems.com> wrote: > On Fri, May 15, 2020 at 10:00 AM Vitor Medina Cruz > wrote: > >> Hello, >> >> On Windows 10 and Pharo 8, If I do: >> >> [

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-15 Thread Vitor Medina Cruz
You should make something similar but inverted, like: Why do you think Smalltalk should not be used? --or What are the problems you have that prevents you of using Smalltalk? I have seen many such posts of Smalltalk wonders, and while I agree with most of them, it seems that they aren't enough t

[Pharo-users] ifCurtailed prompts debug window

2020-05-15 Thread Vitor Medina Cruz
Hello, On Windows 10 and Pharo 8, If I do: [ Error signal ] ifCurtailed: [ Transcript show: 'error' ]. the debug window pops up, when I close, 'error' is print in the Transcript. If I do [ Error signal ] on: Error do: [ Transcript show: 'error' ]. 'error' is print in Transcript without debug w

[Pharo-users] Testing Baselines Modifications

2020-04-23 Thread Vitor Medina Cruz
Hello, How do you usually test Baseline modifications? I have a separate image with my git project added and when I need I load it with Metacello to see if everything works correctly, but this it seems unkward to me because I need to commit every change I make in one image Baseline in order to lo

Re: [Pharo-users] Problem downloading images

2020-04-11 Thread Vitor Medina Cruz
at 10:43 PM Vitor Medina Cruz wrote: > That's odd, everything is working perfectly fine, except from downloading > Pharo. Here is the result of tracert (in portuguese, sorry, but the format > is well know, so...) > > > [image: image.png] > > > C:\Use

Re: [Pharo-users] Problem downloading images

2020-04-10 Thread Vitor Medina Cruz
That's odd, everything is working perfectly fine, except from downloading Pharo. Here is the result of tracert (in portuguese, sorry, but the format is well know, so...) [image: image.png] C:\Users\Vitor>tracert files.pharo.org > > Rastreando a rota para files.pharo.org [164.132.235.17] > com n

[Pharo-users] Problem downloading images

2020-04-10 Thread Vitor Medina Cruz
Hello, I am having problem downloading new images through PharoLauncher, it's very slow and around 20% download it tells "ConnectionTimedOut: Data Receive time out". Full stacktrace is below. Actually, I couldn't download the new version of PharoLauncher too, it is very slow and then it fails. Is

[Pharo-users] Autocompletion shortcut

2020-03-28 Thread Vitor Medina Cruz
Hi there, Is it possible to change autocompletion shortcut to ctrl + space instead of tab or shift + space? Every other tool uses ctrl + space, I would like to use it on Pharo also. Thanks, Vitor

Re: [Pharo-users] Test Completion has been added to Pharo 8 - please test!

2020-03-28 Thread Vitor Medina Cruz
Hello, I didn't find the controller option in Pharo 8, and I really want to use this autocompletion test, something has changed? Thanks, Vitor On Fri, Jul 12, 2019 at 12:51 PM Myroslava Romaniuk via Pharo-users < pharo-users@lists.pharo.org> wrote: > Aha ok! Please let us know if you have a spe

Re: [Pharo-users] Json encoding

2020-03-21 Thread Vitor Medina Cruz
ility object that (automagically) constructs/fills in > these mappings - several users done this already. > > Again, for JSON there cannot be one way to encode types like Dates. > > STON can make such decisions because it stands on its own. > > > On 21 Mar 2020, at 00:43,

Re: [Pharo-users] Json encoding

2020-03-20 Thread Vitor Medina Cruz
quite complex with deep nesting or variant types). > > The unit tests show many usages of mappings. > > But even so, the original JSON is not self describing. > > This is why STON exists. > > It was a design choice to restrict which classes can automatically be > convert

Re: [Pharo-users] Json encoding

2020-03-20 Thread Vitor Medina Cruz
he STON-Core package. You need to include a class side > message #stonAllInstVarNames in the class, which lists the names of the > instvars that are to be serialized. > > > > If you want to go deeper into STON, I think Sven has an article on his > website telling the whole story. Thi

Re: [Pharo-users] Json encoding

2020-03-20 Thread Vitor Medina Cruz
ON-Core package. You need to include a class side > message #stonAllInstVarNames in the class, which lists the names of the > instvars that are to be serialized. > > > > If you want to go deeper into STON, I think Sven has an article on his > website telling the whole story. This

[Pharo-users] Json encoding

2020-03-19 Thread Vitor Medina Cruz
Hello, I know two projects of json encoding/decoding — NeoJson and STON. In Java I have two most used ones too: Gson and Jackson. Using those I can simply pass any object and it they can convert to a json string, the former can't deal with cycles, the latter can with some little config. NeoJson

Re: [Pharo-users] Parametrized Tests

2019-08-22 Thread Vitor Medina Cruz
Oh! good to know!! Thanks! On Thu, Aug 22, 2019 at 8:38 AM Esteban Lorenzano wrote: > > On 22 Aug 2019, at 13:29, Vitor Medina Cruz wrote: > > I found this: https://github.com/tesonep/ParametrizedTests > > Seems pretty good. > > > It is :) > And in Phar

Re: [Pharo-users] Spec Book

2019-08-22 Thread Vitor Medina Cruz
Thanks! It seems there are mostly nomenclature changes, I will try to continue with the book and with those two links. On Wed, Aug 21, 2019 at 4:54 PM Brainstorms wrote: > There */is/*: > > https://www.bahmanm.com/2013/11/spec-part-i-basics.html > https://www.bahmanm.com/2013/11/spec-part-ii-lay

Re: [Pharo-users] Parametrized Tests

2019-08-22 Thread Vitor Medina Cruz
I found this: https://github.com/tesonep/ParametrizedTests Seems pretty good. On Wed, Aug 21, 2019 at 10:09 AM Vitor Medina Cruz wrote: > Hello, > > Is there a way of doing a sort of parametrized test on SUnit or some > addon? Resumable assertions partially do that, but they st

[Pharo-users] Spec Book

2019-08-21 Thread Vitor Medina Cruz
Hello, The book of Spec is outdated? I download a Pharo7 image, copy the first example and learn that the ComposableModel is deprecated... Should I wait to learn Spec? Or it shouldn't be to hard to apply what I learn with the book on the new classes later? Regards, Vitor

[Pharo-users] Parametrized Tests

2019-08-21 Thread Vitor Medina Cruz
Hello, Is there a way of doing a sort of parametrized test on SUnit or some addon? Resumable assertions partially do that, but they still count as one test. Regards, Vitor

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-04 Thread Vitor Medina Cruz
t; >> What do you mean? Under WSL I have installed Ubuntu 18.4 and for... >> $ apt-cache search libcurl | less >> I see libcurl3 and libcurl4 >> >> cheers -ben >> >> >>> uname -a => >>> Linux Inspiron 4.18.0-16-generic #17~18.04.1-Ubuntu SMP Tu

Re: [Pharo-users] Slots and Metalink

2019-04-04 Thread Vitor Medina Cruz
powerfull mechanism to me, and it's performance should be similar to that of extending a Slot, no? On Thu, Apr 4, 2019 at 5:04 AM Marcus Denker wrote: > > > > On 3 Apr 2019, at 15:57, Vitor Medina Cruz wrote: > > > > Hello, > > > > Is it possib

[Pharo-users] Slots and Metalink

2019-04-03 Thread Vitor Medina Cruz
Hello, Is it possible to intercept a slot store? I tried with a before metalink into #write:to selector, but it don't seems to work. Should I use another selector? I would like to experiment with ivar change notification, but I don't know what is the better approach. I know I could install a Meta

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-02 Thread Vitor Medina Cruz
Installing curl don't work because there is a conflict between curl version name used on Ubuntu and that used by Pharo, you can't install libcurl 3 and libcru4 together. Ubuntu 18 comes with libcurl4 and older software depending on libcurl3 broke with it. I tested with minidebian and it also failed

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-01 Thread Vitor Medina Cruz
I am surprised you managed to make it work Sven, I tried some time ago but it wont work because of a problem with libcurl as far as I am concerned ( https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754686 and https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294)

Re: [Pharo-users] Test skip isn't working?

2019-03-21 Thread Vitor Medina Cruz
to me, that a notification pops up saying >> "force run skipped method", >> but I'm not even sure that would be beneficial. >> >> cheers -ben >> >> On Mon, 18 Mar 2019 at 22:21, Vitor Medina Cruz >> wrote: >> >>> It is con

Re: [Pharo-users] Test skip isn't working?

2019-03-18 Thread Vitor Medina Cruz
rying different stuff until I figure I hadn't done anything wrong. On Mon, Mar 18, 2019 at 4:22 AM Denis Kudriashov wrote: > I think it is a feature. When you click icon on a single test you > explicitly raise a wish to run it. > > пн, 18 мар. 2019 г., 1:26 Vitor Medina Cruz : >

Re: [Pharo-users] Test skip isn't working?

2019-03-17 Thread Vitor Medina Cruz
Skip only works when I run tests from class. If I click the test button from the method skipped it don't work, maybe an error in calypso? On Sun, Mar 17, 2019 at 3:13 PM Vitor Medina Cruz wrote: > Hello, > > someTest > self skip: 'some message'. > > rest

[Pharo-users] Test skip isn't working?

2019-03-17 Thread Vitor Medina Cruz
Hello, someTest self skip: 'some message'. rest of the test Rest of the test is being executed. There is a different woy of skipping tests? Thanks, Vitor.

Re: [Pharo-users] Traits for class methods?

2019-02-11 Thread Vitor Medina Cruz
Rectifying, It does as expected and self points to the target class. This odd behavior happened to me when I implemented the initialize method on the class side of a Trait and then clicked the 'Run Script' Button on the target class. On Mon, Feb 11, 2019 at 4:52 PM Vitor Medina Cruz wr

Re: [Pharo-users] Traits for class methods?

2019-02-11 Thread Vitor Medina Cruz
It seems, however, that self points to the trait class, instead of the target object class. Is that correct? Instance side methods behave as expected and self points to the target object. On Mon, Feb 11, 2019 at 2:19 PM Cyril Ferlicot wrote: > On Mon, Feb 11, 2019 at 4:50 PM Konrad Hinsen > wro

Re: [Pharo-users] Slots doc

2019-02-06 Thread Vitor Medina Cruz
anceVariableNames version. Putting BooleanSlot avoids this reversion. I also tried to put RelationSlot just to see what happens and it entered in an infinite loop error. All those things are errors? If so, where should I report? On Wed, Feb 6, 2019 at 10:46 AM Marcus Denker wrote: > > > O

Re: [Pharo-users] Slots doc

2019-02-06 Thread Vitor Medina Cruz
Thanks, I was looking for usages of InstanceVariableSlot. In the case of SlotExampleMovie, #name and #year are of IntanceVariableSlot layout (this definition is correct? A slot is or has some Layout defined by the Slot class?) On Wed, Feb 6, 2019 at 10:14 AM Marcus Denker wrote: > > > > On 6 Fe

Re: [Pharo-users] Slots doc

2019-02-06 Thread Vitor Medina Cruz
I couldn't find examples of Slot usage. Is there any ackage I can load that use it so that I can look as an example? On Mon, Feb 4, 2019 at 6:17 PM webwarrior wrote: > Vitor Medina Cruz wrote > > Thanks, I had already read this paper, which got me interested in the > > conc

Re: [Pharo-users] Slots doc

2019-02-04 Thread Vitor Medina Cruz
Thanks, I had already read this paper, which got me interested in the concept of slots :) . Is it a prototype in Pharo or is ready to use? it will become as an official part of it? On Sun, Feb 3, 2019 at 10:13 AM Ben Coman wrote: > > > On Sun, 3 Feb 2019 at 17:50, Todd Blanchard via Pharo-users

[Pharo-users] Slots docs?

2019-02-01 Thread Vitor Medina Cruz
Hello, Where I can find documentation for slots? I am trying to access the pharo books site but it is unreachable from my network right now, I got a connection time out (It works from my 3G though (??) ), but if I remember correctly the is no slot description in any book. Regards, Vitor

Re: [Pharo-users] Magritte seaside save

2018-12-30 Thread Vitor Medina Cruz
y overriding > the componentClass of MyObject, and implementing the save in the new > subclass you created. > > Regards, > Diego > > On 29 Dec 2018, at 17:14, Vitor Medina Cruz wrote: > > Hello, > > So: > >> >> MyObject new asComponent addValidatedForm &

[Pharo-users] Magritte seaside save

2018-12-29 Thread Vitor Medina Cruz
Hello, So: > > MyObject new asComponent addValidatedForm > How do I define save callBack? I tried: MyObject new asComponent addValidatedForm : {#save -> 'save'. #cancel -> > 'cancel'}. > and defined save in both instance or class side of MyObject, but that didn't work. Regards, Vitor.

Re: [Pharo-users] Some issues with Pharo and Ubuntu

2018-12-18 Thread Vitor Medina Cruz
maintanace are switching to libcrul4 as well. I think sooner or later pharo will have to migrate as well... On Tue, Dec 18, 2018 at 10:41 AM Vitor Medina Cruz wrote: > It looks like ubuntu 18.04 does not come with libcurl or they have renamed >> the package. >> Looks also that we a

Re: [Pharo-users] Some issues with Pharo and Ubuntu

2018-12-18 Thread Vitor Medina Cruz
AM Guillermo Polito wrote: > Hi, > > On Mon, Dec 17, 2018 at 4:38 PM Vitor Medina Cruz > wrote: > >> Hello, >> >> I am trying Pharo with Docker and I will leave here some issues I had >> since I am unsure where I should report them. >> > >

[Pharo-users] Some issues with Pharo and Ubuntu

2018-12-17 Thread Vitor Medina Cruz
Hello, I am trying Pharo with Docker and I will leave here some issues I had since I am unsure where I should report them. The command I am running is: Metacello new baseline: 'Employees'; repository: 'tonel:///home/employeesSource/pharo/'; ignoreImage; onConflict: [ :ex | ex useIn

Re: [Pharo-users] Pharo 7 and Zero conf problem

2018-12-15 Thread Vitor Medina Cruz
Ok, thanks!! On Sat, Dec 15, 2018 at 8:28 AM Esteban Lorenzano wrote: > You can ignore it (but is something we need to fix, indeed) > > On 15 Dec 2018, at 00:53, Vitor Medina Cruz wrote: > > Hello, > > Under debian, loading > > curl https://get.pharo.org/64/70+vm |

[Pharo-users] Pharo 7 and Zero conf problem

2018-12-14 Thread Vitor Medina Cruz
Hello, Under debian, loading curl https://get.pharo.org/64/70+vm | bash And then executing: ./pharo Pharo.image eval "Class allInstances" I got: self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init BlockClosure>>on:do: LGitLibrary>>initializeL

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
:55 PM Vitor Medina Cruz > wrote: > > > > Did that: > > > > Metacello new repository: 'github://svenvc/zinc:v3.0.1/repository'; > > baseline: 'ZincHTTPComponents'; > > ignoreImage; > > onCo

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
cLoader)>>retryingResolvePackageSpecReferences:gofer: [ | references nearestReference cachedReference externalReference mcVersion loadedVersionInfos | cachedReference := nil. On Fri, Dec 14, 2018 at 11:07 AM Vitor Medina Cruz wrote: > You can use the lock API in Metacello to use the depen

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
ello to use the dependency you want, > ignoring the ones defined in the baselines. > > On Wed, Dec 12, 2018 at 4:16 PM Vitor Medina Cruz > wrote: > >> I can't depend on https://github.com/svenvc/zinc because this is a >> transitive dependency, my baseline depends of sea

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-12 Thread Vitor Medina Cruz
08 PM Sven Van Caekenberghe wrote: > > > > On 12 Dec 2018, at 18:56, Vitor Medina Cruz > wrote: > > > > Note it is trying to reach http://mc.stfx.eu/ZincHTTPComponents, which > don't seems to be hosting Zinc anymore. Since these are transitive > dependencie

[Pharo-users] Problem loading seaside with Zinc

2018-12-12 Thread Vitor Medina Cruz
Hello, Here is my baseline BaselineOfEmployees >> baseline: spec [ spec for: #'common' do: [ spec blessing: #'baseline'; baseline: 'Seaside3' with: [ spec repository: 'github://SeasideSt/Seaside:v3.2.2/repository' ]; baseline: 'Magritte' with

Re: [Pharo-users] What is the actual way of managing code in Pharo

2018-12-01 Thread Vitor Medina Cruz
Best documentation I have seen is this one: https://github.com/pharo-tips-and-tricks/pharo-tips-and-tricks/blob/master/General/Baselines.md Livre de vírus. www.avg.com

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-30 Thread Vitor Medina Cruz
It worked, appears to be an error with Magritte so. I wish I had this page describing how to use Baselines three months ago! It is VERY well made. :) On Wed, Nov 28, 2018 at 4:45 PM Vitor Medina Cruz wrote: > "I tried to load magritte only and I got the same problem. Maybe I do not &g

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-28 Thread Vitor Medina Cruz
( On Wed, Nov 28, 2018 at 3:22 PM Cyril Ferlicot D. wrote: > Le 28/11/2018 à 17:38, Vitor Medina Cruz a écrit : > > Tried now, didn't work, same error. It is working for you? > > > > I tried to load magritte only and I got the same problem. Maybe I do not > have it in my

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-28 Thread Vitor Medina Cruz
Tried now, didn't work, same error. It is working for you? On Wed, Nov 28, 2018 at 8:34 AM Vitor Medina Cruz wrote: > I tried with Baseline also, but it didn't work. I will try again as I can > have made some mistake and I will report here. > > On Tue, Nov 27, 2018 at 9:

Re: [Pharo-users] Loading Metacello with Seaside

2018-11-28 Thread Vitor Medina Cruz
I tried with Baseline also, but it didn't work. I will try again as I can have made some mistake and I will report here. On Tue, Nov 27, 2018 at 9:19 PM Cyril Ferlicot D. wrote: > Le 28/11/2018 à 00:08, Vitor Medina Cruz a écrit : > > Hello! > > > > WIndows 10 here wit

[Pharo-users] Loading Metacello with Seaside

2018-11-27 Thread Vitor Medina Cruz
Hello! WIndows 10 here with Pharo 7 32 bits. Here is my baseline: baseline: spec > > > > spec for: #'common' do: [ > spec blessing: #'baseline'; > repository: 'gitlab://vitormcruz/employees:master/pharo/'; > > project: 'Magritte3' with: [ spec repositor

Re: [Pharo-users] Playing with Pharo 7

2018-11-27 Thread Vitor Medina Cruz
The documentation on the book has much more information than needed to use Metacello with Iceberg, it can confuse you more than help I am afraid, at least this happened to me. The guide provided by Cyril is what you want.

Re: [Pharo-users] MetaLink>>level: failing?

2018-11-22 Thread Vitor Medina Cruz
is-needs-to-take-instead-preambles-into-account > https://github.com/pharo-project/pharo/pull/1960 > > But after this, it does not work as the level just turns off calling the > meta level code, but does not execute the > original code where the #instead is put. > (#instead in gene

Re: [Pharo-users] Metacello baseline loading from cmd

2018-11-16 Thread Vitor Medina Cruz
Ok, this error was due to a problem with my Metacello configuration. I am having a very hard time using metacello, spent almost all of yesterday trying to figure out a fix On Mon, Nov 12, 2018 at 9:18 PM Vitor Medina Cruz wrote: > Using directly the remote repository with https I

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo v7.0.0-rc1 released!

2018-11-14 Thread Vitor Medina Cruz
Guillermo, deleting the VM worked. :) Newer version of PharoLauncher can update the VM when necessary? I remember I updated it about two months ago. On Wed, Nov 14, 2018 at 12:57 PM Guillermo Polito wrote: > > On Wed, Nov 14, 2018 at 3:50 PM Baveco, Hans wrote: > >> On windows 7 the 32bits ve

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo v7.0.0-rc1 released!

2018-11-14 Thread Vitor Medina Cruz
Got instant red crossed welcome window on windows 7 64bits with the Pharo 7 64 bits: "Error: Instances of SourceFileArray are not indexable". I will try on a windows 10 version later. 32bits version open up ok, will see how it behaves. regards, Vitor. On Wed, Nov 7, 2018 at 6:43 AM Tudor Girba

Re: [Pharo-users] Metacello baseline loading from cmd

2018-11-12 Thread Vitor Medina Cruz
Using directly the remote repository with https I got ZnTooManyRedirects :´( On Mon, Nov 12, 2018 at 8:56 PM Vitor Medina Cruz wrote: > Thanks Cédrick, this partly worked because I also had a git repository, > but I noted that if the .git folder is not present the procedure don't wor

Re: [Pharo-users] Metacello baseline loading from cmd

2018-11-12 Thread Vitor Medina Cruz
12, 2018 at 5:03 PM Cédrick Béler wrote: > Hi Vitor, > > Le 12 nov. 2018 à 19:53, Vitor Medina Cruz a écrit > : > > Hello, > > How do I load a baseline located at disk? I tried inside > /home/vitormcruz/testpharo/: > > ./pharo Pharo.image eval "Metacello

[Pharo-users] Metacello baseline loading from cmd

2018-11-12 Thread Vitor Medina Cruz
Hello, How do I load a baseline located at disk? I tried inside /home/vitormcruz/testpharo/: ./pharo Pharo.image eval "Metacello new baseline: 'Employees'; repository: > 'filetree://employees/pharo'; load: #(core)" > But then I got: Could not resolve: BaselineOfEmployees [BaselineOfEmployees] i

Re: [Pharo-users] MetaLink>>level: failing?

2018-10-31 Thread Vitor Medina Cruz
18, at 01:33, Vitor Medina Cruz wrote: > > Hello, > > I am playing with MetaLink, really cool!, but I am having issues that I am > unsure if it's some erro or if I am doing something wrong (I am using Pharo > 6.1 32 bits in windows.). Consider: > > TestMetaLink&

[Pharo-users] MetaLink>>level: failing?

2018-10-24 Thread Vitor Medina Cruz
Hello, I am playing with MetaLink, really cool!, but I am having issues that I am unsure if it's some erro or if I am doing something wrong (I am using Pharo 6.1 32 bits in windows.). Consider: TestMetaLink>>execute UIManager default alert: 'Actual Version'. And in Playground: | link | lin

Re: [Pharo-users] A mentoring course ComplexCondition implementation

2018-09-24 Thread Vitor Medina Cruz
Thanks Sean! Seems to be working fine! :) On Fri, Sep 21, 2018 at 10:16 PM Sean P. DeNigris wrote: > Vitor Medina Cruz wrote > > I found your take excelent. :) > > +100 :) > > > Vitor Medina Cruz wrote > > I was thinking of implementing it and put on a lib if it wa

Re: [Pharo-users] A mentoring course ComplexCondition implementation

2018-09-21 Thread Vitor Medina Cruz
ifTrue: [z] > > Some of the other features of complex conditions are more difficult to > replicate with the chain syntax. > > Andres. > > On 9/20/18 11:02 , Vitor Medina Cruz wrote: > > Hello, > > > > In A Mentoring Course in Smalltalk, Andr es Vallou

[Pharo-users] A mentoring course ComplexCondition implementation

2018-09-20 Thread Vitor Medina Cruz
Hello, In A Mentoring Course in Smalltalk, Andr es Valloud explains a really good implementation of and API to deal with complex conditions, is there any implementation of this (or similar) on Pharo? Regards, Vitor

Re: [Pharo-users] Trait method override

2018-08-17 Thread Vitor Medina Cruz
. > Cheers, > Pablo > > On Fri, Aug 17, 2018 at 12:10 AM Vitor Medina Cruz > wrote: > >> Thanks Julian! >> >> On Thu, Aug 16, 2018 at 5:38 PM, Julien >> wrote: >> >>> Hello Vitor, >>> >>> Yeah, I was talking about that wit

Re: [Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
ley+59650+Villeneuve+d'Ascq&entry=gmail&source=g> > Villeneuve > <https://maps.google.com/?q=40,+Avenue+Halley+59650+Villeneuve+d'Ascq&entry=gmail&source=g> > d'Ascq > <https://maps.google.com/?q=40,+Avenue+Halley+59650+Villeneuve+d'

Re: [Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
Well, found out about aliasing in http://pharo.gemtalksystems.com/book/LanguageAndLibraries/Traits/, is that the correct way of doint it? On Thu, Aug 16, 2018 at 11:30 AM, Vitor Medina Cruz wrote: > Hello, > > In a class that uses a Trait, how can I override one of it's method

[Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
Hello, In a class that uses a Trait, how can I override one of it's method by appending behavior to the method implemented by the Trait? In a typical override, this is done by calling super: method super method "extended behavior" ... Is there a way to change "super" to a reference th

Re: [Pharo-users] Pharo 7, Iceberg, Proxy and Windows

2018-06-26 Thread Vitor Medina Cruz
e > documentation? > > https://stackoverflow.com/questions/48985995/gitkraken- > and-github-failed-to-get-server-certificate-the-handle-is-in-the-wr > > Tx, > Guille > > On Thu, Jun 21, 2018 at 5:49 PM Vitor Medina Cruz > wrote: > >> I am sorry, the correct messag

Re: [Pharo-users] Project dependency management with Iceberg

2018-06-22 Thread Vitor Medina Cruz
thanks. On Tue, Jun 19, 2018 at 10:59 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi, > > On Tue, Jun 19, 2018 at 3:16 PM Vitor Medina Cruz > wrote: > >> Hello, >> >> How do I do project dependency management with Iceberg? >> > &g

  1   2   3   >