Re: [Pharo-users] Pharo 7 streams API

2018-06-23 Thread Ben Coman
On 24 June 2018 at 00:53, Sven Van Caekenberghe wrote: > Peter, > > > On 23 Jun 2018, at 15:39, Peter Uhnák wrote: > > > > Hi, > > > > I'm starting to familiarize myself with new streams, and one thing I've > noticed is the removal of #lineEndConvention (which I use all the time). > > > > So a

Re: [Pharo-users] Strange Result - OmniBase bug or Date feature?

2018-06-23 Thread Sean P. DeNigris
Peter Kenny wrote > luckily I did not have anything major planned for the weekend! Or else I > should just follow Todd's advice. Glad you had a boring weekend planned - it seems we all will benefit ;-) Keep going and asking questions! - Cheers, Sean -- Sent from:

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-23 Thread Matias Maretto
Hi Peter, thanks for the news. I have been doing some tests, persisting diferent kind of objects and until now everythings works fine. If you find anything else, please let me now. Thanks. Matias. De: Pharo-users en nombre de PBKResearch Enviado: sábado,

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-23 Thread PBKResearch
Hi Matias A further report. I have worked through the test suite in OmniBaseTests, running each test individually. I now have all green except two - testEquality, which fails on the storage and retrieval of 'Date today', and testGC, which fails for reasons I have not yet found. The

Re: [Pharo-users] Strange Result - OmniBase bug or Date feature?

2018-06-23 Thread PBKResearch
Hi Alistair I am not trying to compare dates, I just want to be sure that OmniBase stores and retrieves dates without altering them. I have done further tests which show that this is not so. By looking at the start time, I find that the original date for today starts at 00:00:00 BST (as it

Re: [Pharo-users] Pharo 7 streams API

2018-06-23 Thread Sven Van Caekenberghe
Peter, > On 23 Jun 2018, at 15:39, Peter Uhnák wrote: > > Hi, > > I'm starting to familiarize myself with new streams, and one thing I've > noticed is the removal of #lineEndConvention (which I use all the time). > > So a statement like this > > aFile writeStreamDo: [ :stream | >

Re: [Pharo-users] Strange Result - OmniBase bug or Date feature?

2018-06-23 Thread Alistair Grant
Hi Peter, On Sat, 23 Jun 2018 at 17:47, PBKResearch wrote: > > Hello All > > > > I am experimenting with the version of OmniBase which Esteban Lorenzano > posted a few days ago. With corrections posted by Matias Moretto, who is > working on the same track, I have got the first five tests all

[Pharo-users] Strange Result - OmniBase bug or Date feature?

2018-06-23 Thread PBKResearch
Retransmit with additional information: All tests with Windows 10 with all recent updates Hello All I am experimenting with the version of OmniBase which Esteban Lorenzano posted a few days ago. With corrections posted by Matias Moretto, who is working on the same track, I have got the

[Pharo-users] Strange Result - OmniBase bug or Date feature?

2018-06-23 Thread PBKResearch
Hello All I am experimenting with the version of OmniBase which Esteban Lorenzano posted a few days ago. With corrections posted by Matias Moretto, who is working on the same track, I have got the first five tests all green. On the sixth test, OmniBaseTest>>#testEquality, I have run into a

Re: [Pharo-users] Workflow aka Aare status?

2018-06-23 Thread Cédrick Béler
>> >> >>> it’s was mainly about the removal of Omnibase dependancies)… and >>> generating Seaside web UI (through Magritte) we do not have that anymore. > > It was not really a choice. Netstyle submitted it that way I guess. And what we did was mainly to remove remaining trace of these

Re: [Pharo-users] Workflow aka Aare status?

2018-06-23 Thread Cédrick Béler
> Le 23 juin 2018 à 15:50, Sean P. DeNigris a écrit : > > cedreek wrote >> it’s was mainly about the removal of Omnibase dependancies)… and >> generating Seaside web UI (through Magritte) we do not have that anymore. It was not really a choice. Netstyle submitted it that way I guess. Still

Re: [Pharo-users] Workflow aka Aare status?

2018-06-23 Thread Sean P. DeNigris
cedreek wrote > it’s was mainly about the removal of Omnibase dependancies)… and > generating Seaside web UI (through Magritte) we do not have that anymore. I'm curious - what was the motivation to remove those two dependencies? - Cheers, Sean -- Sent from:

[Pharo-users] Pharo 7 streams API

2018-06-23 Thread Peter Uhnák
Hi, I'm starting to familiarize myself with new streams, and one thing I've noticed is the removal of #lineEndConvention (which I use all the time). So a statement like this aFile writeStreamDo: [ :stream | stream lineEndConvention: #lf. stream << '...' ]. has to be written like so aFile

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-23 Thread Tim Mackinnon
Nice - now you’ve really got to work out the details of the competition and how your going to judge it. Sent from my iPhone > On 23 Jun 2018, at 11:07, horrido wrote: > > Alan Kay contributed to my campaign! This is so frickin' amazing! > > Can we spell S-T-A-R P-O-W-E-R, boys and

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

2018-06-23 Thread Hilaire
As a matter of accuracy, it is more active essays paradigm[1]. Hilaire [1] http://www.vpri.org/pdf/tr2009002_active_essays.pdf Le 23/06/2018 à 08:17, Hilaire a écrit : > They call it Dynabook in the old time... Not yet there 40 years later, > we are damn slow. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Smalltalk Programming Competition

2018-06-23 Thread horrido
Alan Kay contributed to my campaign! This is so frickin' amazing! Can we spell S-T-A-R P-O-W-E-R, boys and girls? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] OmniBase for Pharo 6

2018-06-23 Thread PBKResearch
Matias Thanks. I have made this change, but it does not affect the tests I have run. I have focused on getting the test suite in OmniBaseTests to run. So far I still have 5 greens, 7 reds and one orange. The greens are all the first five test methods in the browser list; it seems it half

Re: [Pharo-users] Workflow aka Aare status?

2018-06-23 Thread Cédrick Béler
Hi Paul, I did nothing more since what was discussed in this thread. This is still something I’m interested in but it’s not a priority at the moment. The work done since Max published it was to make it work (it’s was mainly about the removal of Omnibase dependancies). BTW, removing was « easy

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

2018-06-23 Thread Hilaire
Hi Ben, They call it Dynabook in the old time... Not yet there 40 years later, we are damn slow. As an educator, I am all days frustrated with the computed tools we have, and the lack of integration. Anyones crazy enough to work on this challenge? Hilaire Le 23/06/2018 à 02:03, Ben