Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
> > You can use the lock API in Metacello to use the dependency you want, > ignoring the ones defined in the baselines. > You mean loading Zinc with lock before I load my project? On Wed, Dec 12, 2018 at 5:21 PM Gabriel Cotelli wrote: > You can use the lock API in Metacello to use the dependenc

Re: [Pharo-users] chooseExistingFileReference:extensions:path:preview returning wrong FileReference?

2018-12-14 Thread Guillermo Polito
Hi all, I've created issue https://pharo.fogbugz.com/f/cases/22772/chooseExistingFileReference-extensions-path-preview-returning-wrong-FileReference And proposed a single-line fix: https://github.com/pharo-project/pharo/pull/2075 I've tested those scenarios and it was working but some more testi

Re: [Pharo-users] Playing with Pharo 7

2018-12-14 Thread Konrad Hinsen
On 26/11/2018 21:47, Cyril Ferlicot D. wrote: > There is also a recent guide here: > https://github.com/pharo-tips-and-tricks/pharo-tips-and-tricks/blob/master/General/Baselines.md > > I don't know if it is more beginner friendly. Feedback is welcome. I did the ultimate test: I wrote my own Basel

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
Did that: Metacello new repository: 'github://svenvc/zinc:v3.0.1/repository'; baseline: 'ZincHTTPComponents'; ignoreImage; onConflict: [ :ex | ex useIncoming ]; onWarning: [ :ex | Transcript crShow: ex ]; silently;

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Cyril Ferlicot
On Fri, Dec 14, 2018 at 5:55 PM Vitor Medina Cruz wrote: > > Did that: > > Metacello new repository: 'github://svenvc/zinc:v3.0.1/repository'; > baseline: 'ZincHTTPComponents'; > ignoreImage; > onConflict: [ :ex | ex useIncoming ]; > onWarnin

Re: [Pharo-users] Usage of String and FileLocator to reference files in ZipArchive (and probably other places)

2018-12-14 Thread Guillermo Polito
Hi Hans, Sorry for the late reply. On Sun, Nov 25, 2018 at 9:30 PM Hans-Martin wrote: > I found a related problem which indicates that the depreciation of > StandardFileStream in favor of File is incomplete and probably premature: > When a ZipArchive is written, in 7.0 it uses > (File

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-14 Thread Vitor Medina Cruz
Oh yes, I thought they were woking on the change of seaside, but it is done: https://github.com/SeasideSt/Seaside/releases/tag/v3.2.5 I put version 3.2.5 of seaside on my baseline and now it works!!! Thanks! On Fri, Dec 14, 2018 at 3:00 PM Cyril Ferlicot wrote: > On Fri, Dec 14, 2018 at 5:55 P

Re: [Pharo-users] Agile Artificial Intelligence book

2018-12-14 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Hi! Thanks for having spotted it. Code for the first chapters can be downloaded using: Metacello new baseline: 'NeuralNetwork'; repository: 'github://AgileArtificialIntelligence/PharoSourceCode/src' ; load. But note that the code is not officially released. We will pa

[Pharo-users] Pharo 7 and Zero conf problem

2018-12-14 Thread Vitor Medina Cruz
Hello, Under debian, loading curl https://get.pharo.org/64/70+vm | bash And then executing: ./pharo Pharo.image eval "Class allInstances" I got: self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init BlockClosure>>on:do: LGitLibrary>>initializeL

Re: [Pharo-users] Pharo 7 and Zero conf problem

2018-12-14 Thread John Kimber via Pharo-users
--- Begin Message --- Hi, I recently installed Pharo-Launcher under Mint 19. Version 70 build 1384 seems to be running fine. HTH, john -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] how to rewrite this to use a stream

2018-12-14 Thread Richard O'Keefe
Starting from the top:\ (0) It's not *wrong* to start a selector with a capital letter, but it is certainly unusual. (1) Intention-revealing names are good. That's why this name is bad. It does not *delete* anything. (2) The comment again says "delete" but nothing is deleted. Comments

Re: [Pharo-users] StCAD is open source

2018-12-14 Thread askoh
Hi: I am preparing to port StCAD from VisualWorks to Pharo. Please advise how this can be done most efficiently. I am not familiar with Pharo GUI development. StCAD uses Jun which uses OpenGL and GLUT. I am open to using newer graphics frameworks and CUDA or OpenCL. Thanks, Aik-Siong Koh -- S