[Pharo-users] Workflow aka Aare status?

2018-06-22 Thread PAUL DEBRUICKER
I read this thread: http://forum.world.st/Aare-questions-td5063745.html And it seems a lot of work has been done since Max/NetStyle posted the code here: https://github.com/Netstyle/Workflow In Stef's repo here: https://github.com/Ducasse/Workflow Is anyone else working on it /

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread Matias Maretto
Peter: when I run code like this example: db := OmniBase createOn: 'C:\temp\testOmni'. aTrans := db newTransaction. aTrans root at: 'Hello' put: (OrderedCollection with: 1 with: 2 with: 3). aTrans commit. db close. db := OmniBase openOn: 'C:\temp\testOmni'. aTrans := db newTransaction. (aTrans

Re: [Pharo-users] How do you clone Calypso to contribute to it?

2018-06-22 Thread Tim Mackinnon
Grrr - I think I didn’t have the image setting RemoteType set to https in the image I was trying. False alarm - sorry. > On 22 Jun 2018, at 17:29, Tim Mackinnon wrote: > > Ok - I give up - how do you add Calypso as a project to help contribute to it? > > I’ve downloaded the latest Pharo 7

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread Matias Maretto
Hi Peter, yes I had the same error at the beginning. I have done 2 minor changes. Now it seems to be working fine (Although I am still running more tests). Here: ODBWin32FileStream >> closeHandle: aHandle "Close an open Win32 object handle, freeing any resources held by it. Once closed a

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread PBKResearch
Matias Thanks for the hints. I now have 5 greens, but all the rest are red. I am still getting the 'File cannot be locked' message. Are you doing better than that? I may try a few trials using it for real, rather than the test suite. Thanks again Peter Kenny From: Pharo-users On

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread Matias Maretto
Esteban: it's working fine, I had to made a minor corrections on 2 FFI calls and now everithing seems to be working fine. For What I saw with Voyage-UnqLite only String Objects can be used to searilize; Omnibase allow to persist almost any kind of objects, thats the part I like about it.

Re: [Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Offray Vladimir Luna Cárdenas
Congrats, This was a big jump between platforms (3 to 7) and is good to know that children (from 8 to 100)  will be able to enjoy geometry, Pharo and live coding with all the upcoming goodness. Cheers, Offray On 22/06/18 05:16, Hilaire wrote: > We are please to announce the Dr. Geo release

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread PBKResearch
Matias I have just loaded Esteban's package in a new Pharo 6.1 under Windows 10. I get an error message saying 'File cannot be locked. Try again?'. When I select 'no', all tests are run and give red. Are you still running on win 7? If so, I must be doing something wrong. Can you give more

Re: [Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Ben Coman
On 23 June 2018 at 06:22, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Congrats, > > This was a big jump between platforms (3 to 7) and is good to know that > children (from 8 to 100) will be able to enjoy geometry, Pharo and live > coding with all the upcoming goodness. >

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-22 Thread Matias Maretto
Peter: I think I found the problem. On ODBFileStream class >> accessModeReadOnly the "o" on "only" is not capital. It is ^#accessModeReadonly when should be ^#accessModeReadOnly ; so on the ODBWin32FileStream >> createOn: createMode: accessMode: shareMode: cacheMode: this part fails:

Re: [Pharo-users] Is there an easy way to create a test class in Calypso?

2018-06-22 Thread Tim Mackinnon
Makes sense - I didn’t scroll enough through the issues… trying to clone the repo to see how to contribute … ;) > On 22 Jun 2018, at 16:03, Cyril Ferlicot D. wrote: > > On 22/06/2018 16:59, Tim Mackinnon wrote: >> Hi - In nautilus there was a handy menu item on a class to jump to its test >>

[Pharo-users] How do you clone Calypso to contribute to it?

2018-06-22 Thread Tim Mackinnon
Ok - I give up - how do you add Calypso as a project to help contribute to it? I’ve downloaded the latest Pharo 7 image (1081), and I’ve tried to use the Github template to load my fork of Calypso. After several read herrings where I was getting a Github timeout (it turns out that Calypso isn’t

Re: [Pharo-users] How do you clone Calypso to contribute to it?

2018-06-22 Thread Tim Mackinnon
It seems that you have to use ssh for Calypso - not sure why, but at least I’ve got a clone now. > On 22 Jun 2018, at 17:29, Tim Mackinnon wrote: > > Ok - I give up - how do you add Calypso as a project to help contribute to it? > > I’ve downloaded the latest Pharo 7 image (1081), and I’ve

Re: [Pharo-users] How do you clone Calypso to contribute to it?

2018-06-22 Thread Tim Mackinnon
Actually, although I appear crazy talking to myself… its true - you have to use SSH to clone Calypso? Not sure why (other projects have all been fine with https) but there you go. Tim > On 22 Jun 2018, at 17:39, Tim Mackinnon wrote: > > Grrr - I think I didn’t have the image setting

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? >> > > This is still Metacello. > > >> I tried sometime

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-22 Thread horrido
Yes, I was totally pumped about Kent Beck's support! With a few more contributors like him, I am certain the campaign would take off. Star power. (Cross my fingers.) Tim Mackinnon wrote > Hey guys - lets just try and give this some support - I’d like to see > something useful come out of it

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-22 Thread Julien
Thank you Christophe! Julien --- Julien Delplanque Doctorant à l’Université de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 19 juin 2018 à 15:55, Christophe Demarey a > écrit : > >

Re: [Pharo-users] Cargo

2018-06-22 Thread Norbert Hartl
> Am 20.06.2018 um 13:39 schrieb Christophe Demarey > : > > Hi Norbert, > > Sadly, I’m late on this project. > I recently did a model refactoring to Cargo to focus on most wanted features: > - git support > - loadable project (and dependencies) without having a cargo package > repository,

Re: [Pharo-users] In Pharo 7 - are the Browsers in any particular order in the new menu?

2018-06-22 Thread Tim Mackinnon
I’ve been thinking similar and was holding out to see if I might relearn the new layout - but I agree it needs tweaking a bit (not lots - just make it a bit more comfortable) I’m pleased to see us trying to make it more approachable though. Tim Sent from my iPhone > On 22 Jun 2018, at 03:36,

[Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Hilaire
We are please to announce the Dr. Geo release 18.06. It follows the release 17.07 in July 2017. A large part of the effort was to port Dr. Geo from the Pharo 3 to Pharo 7 Smalltalk development environment. In addition to usual bug fixes several features were added. *Mini changelog:* -

Re: [Pharo-users] Lost in stream

2018-06-22 Thread Sven Van Caekenberghe
Hi Monty, > On 18 Jun 2018, at 23:43, monty wrote: > > They still use (binary) StandardFileStreams on Pharo and Squeak. But since > it's done through dynamically chosen file stream factory classes > (XMLFileReadStreamFactory and XMLFileWriteStreamFactory), it's easy add > support for other

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

2018-06-22 Thread Vitor Medina Cruz
How do you debug and/or log what's happening inside Libgit? I think I will have to look deep into it to understand what is the problem. On Thu, Jun 21, 2018 at 12:48 PM, Vitor Medina Cruz wrote: > I am sorry, the correct message is "LGit_GIT_ERROR: failed to get server > certificate: The handle

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-22 Thread horrido
Thanks, Ben! I did not know about CoderDojo. Yes, you have an excellent suggestion for a different strategy. It is certainly one that is worthy of adoption by another evangelist, and hopefully somebody will consider it. There are three concerns. First, CoderDojo seems to be heavily invested in

Re: [Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Tudor Girba
This is great work! Thanks a lot for pushing this. I know it was not the smoothest transition for you, but I think it is a win-win for everyone. Cheers, Tudor > On Jun 22, 2018, at 12:16 PM, Hilaire wrote: > > We are please to announce the Dr. Geo release 18.06. It follows the release >

Re: [Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Gabriel Cotelli
Great work Hilarie. On Fri, Jun 22, 2018 at 7:17 AM Hilaire wrote: > We are please to announce the Dr. Geo release 18.06. It follows the > release 17.07 in July 2017. > A large part of the effort was to port Dr. Geo from the Pharo 3 to Pharo 7 > Smalltalk development environment. > In addition

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-22 Thread horrido
I do not diminish the efforts of open source contributors. I applaud them. My point was that, as a Smalltalk advocate, I worked on average 8 hours a day, every day of the year, for nearly 4 years. That is a tremendous burn rate, and I can tell you I am totally exhausted. Imagine if I had a

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-22 Thread Tim Mackinnon
Hey guys - lets just try and give this some support - I’d like to see something useful come out of it that hopefully can be applied to other countries. I’d really like to see some kids enjoy programming. I once met one of the original participants of the Parc experiments who was ~14 at the

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

2018-06-22 Thread Esteban Lorenzano
hi, > On 22 Jun 2018, at 15:01, Vitor Medina Cruz wrote: > > How do you debug and/or log what's happening inside Libgit? I think I will > have to look deep into it to understand what is the problem. I put a breakpoint in the function I want to start debugging. Esteban > > On Thu, Jun 21,

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-22 Thread Tim Mackinnon
Stay pumped - we’re a tricky crowd of deep thinkers, but everyone’s heart is in the right place! Tim Sent from my iPhone > On 22 Jun 2018, at 15:29, horrido wrote: > > Yes, I was totally pumped about Kent Beck's support! With a few more > contributors like him, I am certain the campaign

[Pharo-users] Is there an easy way to create a test class in Calypso?

2018-06-22 Thread Tim Mackinnon
Hi - In nautilus there was a handy menu item on a class to jump to its test class (and create it if need by) - Is there any easy way to do this in Calypso? I know it was a simple thing - but I found it did encourage me to write tests… Tim

Re: [Pharo-users] Is there an easy way to create a test class in Calypso?

2018-06-22 Thread Cyril Ferlicot D.
On 22/06/2018 16:59, Tim Mackinnon wrote: > Hi - In nautilus there was a handy menu item on a class to jump to its test > class (and create it if need by) - Is there any easy way to do this in > Calypso? I know it was a simple thing - but I found it did encourage me to > write tests… > > Tim >