[Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
Is Sven still working on NeoJSON? I want to help expand it to use JSONSchemas. https://spacetelescope.github.io/understanding-json-schema/ I was looking at ASN1Module in Cryptography... - HH

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
if the > schema is invalid, without having to build the whole object tree or to parse > the whole stream. Regards! Esteban A. Maringolo 2017-08-12 17:04 GMT-03:00 > henry : > Is Sven still working on NeoJSON? I want to help expand it to use > > JSONSchemas. > > ht

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
I also need callbacks for substituation during encoding, SAX-like. I think custom mapping of NeoJSON does this, with clusters. But I am unsure. - HH On Sat, Aug 12, 2017 at 19:07, henry wrote: > I would like to help bring JSON Schemas to NeoJSON. I need that ability. > > - HH > &

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
To be honest, I looked at Fuel, but it has changed: I can't find the FLDecoder. I had hoped such a framework could switch to JSon encoding, as the substitution framework is robust. I do not know if it's feasible. - HH On Sat, Aug 12, 2017 at 19:09, henry wrote: > I also need

[Pharo-dev] eventual crashes pharo vm

2017-08-13 Thread henry
Hi all. I was testing with this eventual_test package and it blows up the pharo 6.1 vm. I'd welcome pointers http://www.squeaksource.com/TurquoiseTesting.html - HH

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread henry
to NeoJSON > Local Time: August 12, 2017 6:13 PM > UTC Time: August 12, 2017 10:13 PM > From: emaring...@gmail.com > To: henry , Pharo Development List > > > Sven is still the developer and maintaner of NeoJSON. > > It would be nice to have JSON Schemas in NeoJSON. You cou

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread henry
Thank you, Stef. I sent to him email, conditioned on his enjoying his vacations. - HH > Original Message > Subject: Re: [Pharo-dev] Add JSONSchemas to NeoJSON > Local Time: August 13, 2017 2:53 PM > UTC Time: August 13, 2017 6:53 PM > From: stepharo.s...@gmail.

Re: [Pharo-dev] eventual crashes pharo vm

2017-08-13 Thread henry
> > Stef, please see version 4 and the test in RefIdentityTest. > > - HH > >> Original Message >> Subject: Re: [Pharo-dev] eventual crashes pharo vm >> Local Time: August 13, 2017 3:09 PM >> UTC Time: August 13, 2017 7:09 PM >>

Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript?

2017-08-13 Thread henry
Nice. - HH > Original Message > Subject: Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript? > Local Time: August 13, 2017 10:48 PM > UTC Time: August 14, 2017 2:48 AM > From: eliot.mira...@gmail.com > To: Frank Berger Software , Pharo Development > List > > Hi Frank,

Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript?

2017-08-13 Thread henry
Nice. - HH > Original Message > Subject: Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript? > Local Time: August 14, 2017 2:09 AM > UTC Time: August 14, 2017 6:09 AM > From: cr...@blackpagedigital.com > To: Pharo Development List > > Hi-- > > Eliot writes to Frank: > >

Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript?

2017-08-13 Thread henry
Nice. - HH > Original Message > Subject: Re: [Pharo-dev] Anybody using Orca Smalltalk to JavaScript? > Local Time: August 14, 2017 2:38 AM > UTC Time: August 14, 2017 6:38 AM > From: frank.berger.softw...@web.de > To: pharo-dev@lists.pharo.org > > Hello Craig, > > upfront thank

Re: [Pharo-dev] Fuel fails in squeak

2017-08-14 Thread henry
On Mon, Aug 14, 2017 at 13:28, Stephane Ducasse wrote: > Hi Henry I do not think that Fuel is managed from SqueakSource. Fuel is > central to Pharo so it should be under Pharo.. Have a look at the repo > associated with the fuel package in Pharo 60 for example. Sent from a phone

Re: [Pharo-dev] Fuel fails in squeak

2017-08-14 Thread henry
el' user: '' password: '' Now Fuel is by default loaded into Pharo so may > be you have another scenario. Stef On Mon, Aug 14, 2017 at 7:02 PM, henry > wrote: > I loaded the latest Fuel from squeak source and it fails when > materializing > a Character f

Re: [Pharo-dev] eventual crashes pharo vm

2017-08-14 Thread henry
47 PM > From: eliot.mira...@gmail.com > To: henry , Pharo Development List > > > Hi Henry, > > On Sun, Aug 13, 2017 at 5:08 AM, henry wrote: > >> Hi all. I was testing with this eventual_test package and it blows up the >> pharo 6.1 vm. I'

Re: [Pharo-dev] eventual crashes pharo vm

2017-08-14 Thread henry
nal Message >> Subject: Re: [Pharo-dev] eventual crashes pharo vm >> Local Time: August 14, 2017 6:47 PM >> UTC Time: August 14, 2017 10:47 PM >> From: eliot.mira...@gmail.com >> To: henry , Pharo Development List >> >> >> Hi Henry, >>

Re: [Pharo-dev] eventual crashes pharo vm

2017-08-14 Thread henry
7 7:45 PM > UTC Time: August 14, 2017 11:45 PM > From: eliot.mira...@gmail.com > To: henry > Pharo Development List > > Hi Henry, > > On Mon, Aug 14, 2017 at 3:58 PM, henry wrote: > >> If you need more info, please ask and I will try to get ths to you. > > ye

Re: [Pharo-dev] [squeak-dev] Serializers/Encoders

2017-08-14 Thread henry
re is a way for ANY & CHOICE >> with a CustomMapper. Contrarily, Fuel does all analysis on encoding, the >> front side, and encodes the found clusters on-stream so the materialized is >> lightweight. ASN1MODULES does a little of both with external types but also >> with A

Re: [Pharo-dev] [CfP Deadline Extension] Workshop on Meta-Programming Techniques and Reflection, Deadline August 20

2017-08-16 Thread henry
I was thinking of possibly submitting, yet having never done so before, I find the amount of documentation learning just to submit in acceptable format has put me off. I just want to focus on building not talking about building. That that limits the degree of spread of my work, so be it. Thank

Re: [Pharo-dev] @About posting here

2017-08-16 Thread henry
- HH > Original Message > Subject: Re: [Pharo-dev] @About posting here > Local Time: August 16, 2017 7:40 AM > UTC Time: August 16, 2017 11:40 AM > From: norb...@hartl.name > To: Pharo Dev > >> Am 16.08.2017 um 13:21 schrieb Guillermo Polito : >> >> Hi Frank, >> >> I'll just rep

Re: [Pharo-dev] eventual crashes pharo vm

2017-08-16 Thread henry
go about crafting a solution. Thank you for investigating this. - HH On Wed, Aug 16, 2017 at 20:46, Eliot Miranda wrote: > Hi Henry, Hi Marcus, > > On Sun, Aug 13, 2017 at 5:08 AM, henry wrote: > >> Hi all. I was testing with this eventual_test package and it blows up the &g

Re: [Pharo-dev] Can we have subclasses of Process?

2017-08-17 Thread henry
EventualProcess is in eventual_test [*], as example. Do not run RefsTest>>#testFailedArithmaticwithEventualArgument or will segfault vm. - HH [*] - http://www.squeaksource.com/TurquoiseTesting/eventual_test-hh.4.mcz On Thu, Aug 17, 2017 at 08:33, Guillermo Polito wrote: > I think there is no

Re: [Pharo-dev] [ANN] sha256 checksum for Pharo6 downloads

2017-10-24 Thread henry
Hi Marcus, Are you using SHA256 inside Pharo to generate the checksum files? If so were you planning to use the OpenPGP by hmmosner, in the Cryptography repository for PGP signatures? I am curious as to integration of the newest Cryptography package there into Pharo. There are two Undeclared:

[Pharo-dev] latest Cryptography package integration

2017-10-24 Thread henry
I am curious as to integration of the newest Cryptography package there into Pharo. There are two Undeclared: SoundRecorder and FillInTheBlank, though I do not know if such would be a part of a Pharo-Squeak compatibility layer. More pertinent would be what to do with the HashFunctions that alrea

Re: [Pharo-dev] [ANNOUNCE] ParrotTalk release/design change considerations

2017-10-24 Thread henry
at the .pdf > you’ve sent, it seems to do something with networking > Cheers, Alexandre > >> On Oct 24, 2017, at 9:33 AM, henry wrote: > > Hi all, > > I am happy to >> announce the release of version 3.5 of ParrotTalk, for Squeak and Pharo, >> found here

Re: [Pharo-dev] [ANNOUNCE] ParrotTalk release/design change considerations

2017-10-24 Thread henry
epharo.s...@gmail.com";)> wrote: > Hi henry thanks for this announce. Can you tell where such protocols are > used? Stef On Tue, Oct 24, 2017 at 6:33 PM, henry wrote: > Hi all, > > I am > happy to announce the release of version 3.5 of ParrotTalk, for Squeak >

Re: [Pharo-dev] latest Cryptography package integration

2017-10-24 Thread henry
Squeak, Pharo [and Bootstrap!] and c) removal of Undeclared. I think this sums up our situation. Would others be willing to commit to make these basis changes, in both Squeak and Pharo? Thank you, Henry On Tue, Oct 24, 2017 at 12:55, Stephane Ducasse <[stepharo.s...@gmail.com]("mailto:st

Re: [Pharo-dev] [ANNOUNCE] ParrotTalk release/design change considerations

2017-10-24 Thread henry
ne Ducasse <[stepharo.s...@gmail.com]("mailto:stepharo.s...@gmail.com";)> wrote: > Hi henry thanks for this announce. Can you tell where such protocols are > used? Stef On Tue, Oct 24, 2017 at 6:33 PM, henry wrote: > Hi all, > > I am > happy to announce the rele

Re: [Pharo-dev] [ANNOUNCE] ParrotTalk release/design change considerations

2017-10-24 Thread henry
Please excuse all the low-level detail, if inappropriate to the discussion. The protocol changes are here specified. - HH On Tue, Oct 24, 2017 at 13:40, henry <[he...@callistohouse.club]("mailto:he...@callistohouse.club";)> wrote: > In order to bring ParrotTalk-3.6

Re: [Pharo-dev] , for vector creation

2017-10-25 Thread henry
I would note that 1 ! 2 creates/extends an ETuple in eLinda. - HH On Wed, Oct 25, 2017 at 16:53, Stephane Ducasse wrote: > In Polymath I guess that the vectors are longer. But if I'm correct it is #( > 12 23) asVector. Doru did you look at Jun because Jun introduced 3DPoint and > I wonder if

Re: [Pharo-dev] SqueakSSL on Pharo 64bit/Win

2017-11-04 Thread henry
This is the advantage of in-image SSL solution, found in the Cryptography repository: http://www.squeaksource.com/Cryptography.html Sent from ProtonMail Mobile On Fri, Nov 3, 2017 at 12:53, Raffaello Giulietti wrote: > Hi, the SqueakSSL dll is not included in the Pharo 64bit/Win vm distribut

Re: [Pharo-dev] float & fraction equality bug

2017-11-09 Thread henry
ASN.1 encoding is a long standing encoding format and includes accepted encoding of Reals and Integers. I read this thread and decided to see what difference that ASN.1 Real encoding may report between this float and the fraction. It turns out it is the same, but not in an equality test with the

Re: [Pharo-dev] float & fraction equality bug

2017-11-09 Thread henry
To break down the ASN.1 encoding of 0.1 we have the following: sign * mantissa * (2 raisedTo: scalingFactor) * (base raisedTo: exponent). And in this case the values for 0.1 are as follows: self assert: sign = 1. self assert: mantissa = 3602879701896397. self assert: scalingFactor = 0. self asser

Re: [Pharo-dev] summary of "float & fraction equality bug"

2017-11-10 Thread henry
Good summary. I must add to comparison and operations, I’d add encoding, where ASN.1 Reals MUST convert to Float before encoding with mantissa, exponent, etc. Here is another Fraction -> Float conversion. As well as ScaledDecimal -> Float conversion. Sent from ProtonMail Mobile On Fri, Nov 10,