Re: [Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Tudor Girba
This is nice! Doru > On Nov 7, 2018, at 5:36 PM, Sven Van Caekenberghe wrote: > > Hi, > > I added a new convenience method to Zinc HTTP Components: > ZnClient>>forJsonREST. This configures a ZnClient (HTTP client) to talk to > standard JSON REST web services. Here are a couple of examples:

Re: [Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Cédrick Béler
You’re (one of) my heroes ! Thanks Sven a lot for all your great contributions ! Cédrick Side note: perfect late binding information for the lecture I do tomorrow with Pharo where I show students client server interaction with ZnClient, ZnServer … ^_^ > Le 7 nov. 2018 à 17:36, Sven Van

[Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Sven Van Caekenberghe
Hi, I added a new convenience method to Zinc HTTP Components: ZnClient>>forJsonREST. This configures a ZnClient (HTTP client) to talk to standard JSON REST web services. Here are a couple of examples: ZnClient new forJsonREST; get: 'https://jsonplaceholder.typicode.com/users'. What

Re: [Pharo-users] [ANN] Iceberg v1.3.1

2018-11-07 Thread Offray Vladimir Luna Cárdenas
Really nice. Just a quick question: Self hosted GitLab support can be used for self hosted Gitea[1] support? What would be needed for that? (I'm thinking in using Gitea as a bridge between Pharo and Fossil). [1] https://gitea.io/en-us/ Cheers, Offray On 11/5/18 8:15 AM, Cyril Ferlicot wrote:

Re: [Pharo-users] [Pharo-dev] [ANN] Iceberg v1.4.0

2018-11-07 Thread Ben Coman via Pharo-users
--- Begin Message --- On Wed, 7 Nov 2018 at 17:09, Cyril Ferlicot wrote: > > Hello! > > This week we are releasing the version v1.4.0 of Iceberg. > (https://github.com/pharo-vcs/iceberg/releases/tag/v1.4.0) > > This version is available in the latest Pharo 7. > > This release fixes a bug

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

2018-11-07 Thread Marcus Denker
Hi, I added https://pharo.fogbugz.com/f/cases/22642/instead-links-and-meta-level-original-code-not-executed as a workaround, you can use a #before link with an explicit return: choice := true. link := MetaLink new metaObject: [ :object :selector :arguments :context |

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

2018-11-07 Thread Marcus Denker
Hello, I added a fist issue (and fix) for parts of the problem https://pharo.fogbugz.com/f/cases/22641/Semantic-analysis-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

[Pharo-users] [ANN] Iceberg v1.4.0

2018-11-07 Thread Cyril Ferlicot
Hello! This week we are releasing the version v1.4.0 of Iceberg. (https://github.com/pharo-vcs/iceberg/releases/tag/v1.4.0) This version is available in the latest Pharo 7. This release fixes a bug introduced in v1.3. It also add new features in the repository view, add some cleaning and also

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

2018-11-07 Thread Tudor Girba
Excellent! Doru > On Nov 5, 2018, at 4:11 PM, Esteban Lorenzano wrote: > > Greetings! > > I’m announcing today we reach Pharo 7.0.0-rc1! > > This is the first step to release a definitive version, and while we will > continue integrating bug fixes, API change Pull Requests will be delayed