Re: [Pharo-users] Examples of bad code

2018-11-13 Thread Peter Uhnak
Not necessarily unreadable, but I always find the UIManager & co. very confusing. There's a very recent discussion on part of it here http://forum.world.st/Streams-and-FileDialog-in-Pharo-6-and-7-td5084352.html And the combinations and variations of arguments is also a mess https://gist.github.com

Re: [Pharo-users] ToManyRelationSlot variant with an ordered collection?

2018-11-13 Thread Peter Uhnak
Maybe useful... some months ago I've reimplemented FAME's links (and added support for ToOne, etc.) https://github.com/openponk/synchronized-links I wanted to add supports for slots, but didn't get around to it yet... but maybe it will be easier to adapt this than to rewrite everything from scratch

Re: [Pharo-users] Iceberg + BaselinOf + Metacello - how to manage interdependencies ?

2018-11-13 Thread Sean P. DeNigris
cedreek wrote > So is it possible to define such constraints ? IIUC you could use #onConflict: and be more specific in the block as to allow only the specific case you mentioned, but I think the more common approach is to use the Metacello API to "lock" NeoJSON to the version you want. I don't hav

Re: [Pharo-users] problem when running without changes file (on windows)

2018-11-13 Thread Guillermo Polito
Still, in Pharo6 the absense of changes and sources files means also that FFI calls cannot be done. UFFI uses the method source code to map arguments, and if no source code is available, FFI calls cannot be resolved. This is solved in Pharo7 thanks to Vincent Blondeau by embedding argument names i

Re: [Pharo-users] problem when running without changes file (on windows)

2018-11-13 Thread Sven Van Caekenberghe
Hi Hans, Did you see (read the class comment) of NoPharoFilesOpener and NoChangesLog ? Sven > On 13 Nov 2018, at 16:19, Baveco, Hans wrote: > > I have a pharo 6.1 image (based on the Moose 6.1 image) containing a small > application. I would like to distribute this without the source code. Wh

[Pharo-users] problem when running without changes file (on windows)

2018-11-13 Thread Baveco, Hans
I have a pharo 6.1 image (based on the Moose 6.1 image) containing a small application. I would like to distribute this without the source code. When I run the application with the changes file present all is fine. When running with the changes file removed, it mostly works ok but apparently the

Re: [Pharo-users] Canonical download location for Pharo VMs

2018-11-13 Thread Esteban Maringolo
Thanks Ben and Esteban. I got confused becasue /vm/pharo-spu32 modification date said 2014-11-14 , and I was looking for the most recent one. Now I realize that the directory modification date only changes when a file or folder is added directly to that directory and not one of its subdirectories

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

2018-11-13 Thread Marcus Denker
More progress… in the latest Pharo7 this is now working... (#operation reifies the original operation): | link choice | choice := true. link := MetaLink new metaObject: [ :operation | UIManager default alert: 'Linked Version'.

Re: [Pharo-users] Iceberg + BaselinOf + Metacello - how to manage interdependencies ?

2018-11-13 Thread Cédrick Béler
Nobody knows ? I probably do/ask something wrong… My impression is that it is very difficult for a newcomer to get into Iceberg/Github (I tried to avoid GIT as much as possible and I understand why now ^_^)… but still it’s a great tool. Just not that easy to "master" (there are several possibil

Re: [Pharo-users] Canonical download location for Pharo VMs

2018-11-13 Thread Esteban Lorenzano
The canonical location is: http://files.pharo.org/get-files/70/ (for Pharo 7.0, there are siblings there for each version). There there are links to stable and latest. As is said in first page of file server, all the other locations are there for referen