Re: [Pharo-users] [ANN] Cryptography package on github

2018-07-24 Thread Norbert Hartl
> Am 23.07.2018 um 20:40 schrieb Paul DeBruicker : > > Hi Norbert, > > > I'm glad you're doing this. You might post this announcement to the > Cryptography list: > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography > & Squeak Dev. > > > And Dale Henrich did a port to G

[Pharo-users] Using Icerberg programmatically.

2018-07-24 Thread Arturo Zambrano
Hi All, the new Iceberg is really cool. I'm using it in Pharo 6.1. Is there some documentation or script examples on how to use Iceberg programmatically? I would like to write an script to pull changes to an existing repository, before doing some other stuff. I can do it with the UI, but I w

[Pharo-users] Cyclomatic complexity for Smalltalk

2018-07-24 Thread Julien
Hello, I need to compute the cyclomatic complexity of Pharo methods. There is a tool to do that in Moose but its implementation is quite unreliable since it explicitly lists the branching selectors and loop selectors. Even the comment in the method says the implementation is wrong. The problem

Re: [Pharo-users] [Pharo-dev] fixing font aliasing/sizing for a specific font

2018-07-24 Thread Sven Van Caekenberghe
> On 24 Jul 2018, at 11:30, Aliaksei Syrel wrote: > > Hi Peter, > > Thanks for the question and motivation to do a text rendering quality > comparison. > > I think you forgot that Pharo does not support "retina" or "hi-dpi" displays. > Imagine you have a laptop screen with the resolution o

Re: [Pharo-users] Pharo 7 file streams guideline

2018-07-24 Thread Alistair Grant
On Tue., 24 Jul. 2018, 10:13 Sven Van Caekenberghe, wrote: > > > > On 23 Jul 2018, at 12:07, Sven Van Caekenberghe wrote: > > > > Stdio stdout and friends just return a binary stream, hence they need > wrapping for encoding. > > > > Maybe > > > > Stdio stdoutAsText > > > > might be an idea, but

Re: [Pharo-users] Grease stream tests failing on Pharo7

2018-07-24 Thread Johan Brichau
Hi, I reported the issue here: https://pharo.fogbugz.com/f/cases/22281/ReadWriteStream-broken Johan > On 23 Jul 2018, at 20:12, Johan Brichau wrote: > > Hi Richard, > > Thanks for pointing out the difference between #on: and #w

Re: [Pharo-users] Pharo 7 file streams guideline

2018-07-24 Thread Sven Van Caekenberghe
> On 23 Jul 2018, at 12:07, Sven Van Caekenberghe wrote: > > Stdio stdout and friends just return a binary stream, hence they need > wrapping for encoding. > > Maybe > > Stdio stdoutAsText > > might be an idea, but this is so uncommon that I am not sure this is a good > idea. Given all