Re: [Pharo-users] why is masses not found?

2020-01-02 Thread Roelof Wobben via Pharo-users
--- Begin Message --- Op 1-1-2020 om 17:27 schreef Roelof Wobben via Pharo-users: Hello, I made some changes. Is this better or are there still some code smells. Code : https://github.com/rwobben/intComputer/blob/master/AOC%202019/IntCompu

Re: [Pharo-users] why is masses not found?

2020-01-02 Thread Ben Coman
Hi Roelof, I presume its working since you only asked for code smells. It looks pretty good to me with methods generally being small and doing one thing. The way your class-side-method "IntComputer class >> solution" just creates an instance and sends #process is good. I'm a little curious that i

Re: [Pharo-users] why is masses not found?

2020-01-02 Thread Roelof Wobben via Pharo-users
--- Begin Message --- Hello Ben. That was a error . There schould be a caret for it.  Im talking about the solution method. No, I cannot clean the in part because it is used in the process*  methods The  processData:  can also be delet

Re: [Pharo-users] why is masses not found?

2020-01-02 Thread Sean P. DeNigris
Pharo Smalltalk Users mailing list wrote >I made some changes. Is this better or are there still some code > smells. I don't have time for an in-depth review, but I skimmed it and it seems better. - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.htm

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Sean P. DeNigris
Pierce Ng-3 wrote > Also I saw hoedown's wiki page on bindings and thought I'd put Smalltalk > on the map there. Great! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] why is masses not found?

2020-01-02 Thread Ben Coman
On Fri, 3 Jan 2020 at 00:41, Roelof Wobben wrote: > Hello Ben. > > That was a error . There schould be a caret for it. Im talking about the > solution method. > > No, I cannot clean the in part because it is used in the process* methods > But its not. Your statement would be true if your proc

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Tim Mackinnon
That makes sense - I’m getting the impression that ffi is getting very easy these days and maybe we should use it more to focus on “other” things. It does complicate deployment a bit - but if you’re server/cloud based then that’s less of an issue anyway . This said, many of our nastiest bugs s

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Sean P. DeNigris
Tim Mackinnon wrote > I’m getting the impression that ffi is getting very easy these days and > maybe we should use it more to focus on “other” things... This said, many > of our nastiest bugs... While I dream of a world where everything is in-image as pure Smalltalk, given the reality of limited

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Esteban Maringolo
On Thu, Jan 2, 2020 at 3:47 PM Sean P. DeNigris wrote: > > Tim Mackinnon wrote > > I’m getting the impression that ffi is getting very easy these days and > > maybe we should use it more to focus on “other” things... This said, many > > of our nastiest bugs... > > That said, as you pointed out, bu

[Pharo-users] Zeroconf on Ubuntu (14) libz.so.1 error

2020-01-02 Thread Eric Gade
Hi All, I'm getting an inscrutable error when using the regular zeroconf (curl https://get.pharo.org | bash) and trying to run the resulting ./pharo script: ``` ioLoadModule(/home/egade/ui-test-1/ui/test/pharo-vm/lib/pharo/5.0-201901051900/libgit2.so): libz.so.1: cannot open shared object file:

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Pierce Ng
On Thu, Jan 02, 2020 at 12:56:55PM -0600, Sean P. DeNigris wrote: > bugs seem to be > more severe and difficult to diagnose, so we'll see how it goes as FFI use > becomes more and more common... There's a saying about (aspects of) building software which source I cannot recall: If it hurts, do

Re: [Pharo-users] [ANN] Phoedown - Markdown to HTML

2020-01-02 Thread Todd Blanchard via Pharo-users
--- Begin Message --- +1 > On Jan 2, 2020, at 9:24 PM, Pierce Ng wrote: > > On Thu, Jan 02, 2020 at 12:56:55PM -0600, Sean P. DeNigris wrote: >> bugs seem to be >> more severe and difficult to diagnose, so we'll see how it goes as FFI use >> becomes more and more common... > > There's a saying