Re: [Pharo-project] [Metacello] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-12 Thread Henrik Sperre Johansen
On 11.07.2012 18:58, Camillo Bruni wrote: The problem we face right now are related to RPackage Somehow the registration mechanism for system events (classes|methods added|removed|modified) got mixed up. Eventually this leads to some warnings when removing methods :/ I thought I fixed it this m

Re: [Pharo-project] [Metacello] Did Pharo 2.0 Update #20200 break Metacello bootstrapping?

2012-07-12 Thread Camillo Bruni
On 2012-07-12, at 09:52, Henrik Sperre Johansen wrote: > On 11.07.2012 18:58, Camillo Bruni wrote: >> The problem we face right now are related to RPackage >> Somehow the registration mechanism for system events (classes|methods >> added|removed|modified) >> got mixed up. >> >> Eventually this

Re: [Pharo-project] ohloh stats filling up

2012-07-12 Thread Camillo Bruni
done! CI is linked under "Other" On 2012-07-12, at 01:51, Bernardo Ezequiel Contreras wrote: > Camilo > could you add the url to jenkins? > > thanks > > > On Wed, Jul 11, 2012 at 8:27 PM, Camillo Bruni wrote: > >> slowly slowly we get a decent overview of the efforts made for pharo :) >> >>

Re: [Pharo-project] ohloh stats filling up

2012-07-12 Thread p...@highoctane.be
How did you managed to get the lines of Smalltalk counted by oloh? Phil 2012/7/12 Camillo Bruni > done! > > CI is linked under "Other" > > On 2012-07-12, at 01:51, Bernardo Ezequiel Contreras wrote: > > > Camilo > > could you add the url to jenkins? > > > > thanks > > > > > > On Wed, Jul 11, 20

Re: [Pharo-project] ohloh stats filling up

2012-07-12 Thread Camillo Bruni
all new pharo changes are logged to a git repos here: https://github.com/PharoProject/pharo-core The older history has been: https://github.com/pharogenesis/pharogenesis You can find all the repos under the settings of the ohloh project :) On 2012-07-12, at 10:53, p...@highoctane.be wrote: > How

Re: [Pharo-project] ohloh stats filling up

2012-07-12 Thread p...@highoctane.be
Sweet! 2012/7/12 Camillo Bruni > all new pharo changes are logged to a git repos here: > https://github.com/PharoProject/pharo-core > > The older history has been: > https://github.com/pharogenesis/pharogenesis > > You can find all the repos under the settings of the ohloh project :) > > On 2012

Re: [Pharo-project] ohloh stats filling up

2012-07-12 Thread Sven Van Caekenberghe
Do you ever sleep, Camillo ? Thanks for all the hard work on Pharo ! On 12 Jul 2012, at 11:00, Camillo Bruni wrote: > all new pharo changes are logged to a git repos here: > https://github.com/PharoProject/pharo-core > > The older history has been: > https://github.com/pharogenesis/pharogenesis

[Pharo-project] [update 2.0] #20203

2012-07-12 Thread Marcus Denker
20203 - Issue 6336: deleting a method raises error No package found for selector XXX in class YYY http://code.google.com/p/pharo/issues/detail?id=6336 Issue 6339: fix undeclared ref http://code.google.com/p/pharo/issues/detail?id=6339 -- Marcus Denker -- http://mar

[Pharo-project] [update 2.0] #20204

2012-07-12 Thread Marcus Denker
20204 - Issue 6300: Detach keymaping shortcuts http://code.google.com/p/pharo/issues/detail?id=6300 Issue 6332: Zero in DateAndTime offset http://code.google.com/p/pharo/issues/detail?id=6332 Issue 6333: FileSystem refactoring http://code.g

[Pharo-project] PBE2 - PDFs

2012-07-12 Thread p...@highoctane.be
I was updating my copy of the PBE2 repo and looked at the site for PBE2. There are quite a number of tex files in the repo that have no PDF rendition. Is there any kind of already made script I can use to get them all rendered like that? I am interested in getting the material from not yet relea

Re: [Pharo-project] [update 2.0] #20204

2012-07-12 Thread Pavel Krivanek
Tests Guard report: http://code.google.com/p/pharo/wiki/TestsGuard solved failures: * Zinc.Tests.ZnStaticFileServerDelegateTests.testIfModifiedSinceNotModified * CompressionTests.Archive.ZipArchiveTest.testCreateWithRelativeNames * CompressionTests.Archive.ZipArchiveTest.testFilePer

Re: [Pharo-project] PBE2 - PDFs

2012-07-12 Thread Damien Cassou
Hi Phil, On Thu, Jul 12, 2012 at 12:49 PM, p...@highoctane.be wrote: > There are quite a number of tex files in the repo that have no PDF > rendition. for example? > As I have been working a bit on sound, I think I could also contribute > something to a chapter on that subject. If you see an

Re: [Pharo-project] FileSystem. Possible FSReference rename

2012-07-12 Thread Sean P. DeNigris
Denis Kudriashov wrote > > I think FSLocator and FSReference are same objects: > FSReference = fileSystem + path > FSLocator = "some origin object" + path. > > I think "some origin object" can be implemented as special > FSRelativeFileSystem. And fileLocator became fileReference. > > Now in "FS

[Pharo-project] [update 2.0] #20205

2012-07-12 Thread Marcus Denker
20205 - Issue 6349: unload Package TrueType http://code.google.com/p/pharo/issues/detail?id=6349 Issue 6345: failing test Tests.Release.ReleaseTest.testUndeclared http://code.google.com/p/pharo/issues/detail?id=6345 Issue 6342: doesNotUnderstand: F

Re: [Pharo-project] FileSystem. Possible FSReference rename

2012-07-12 Thread Camillo Bruni
Hi sean / denis, see my comments below... On 2012-07-12, at 14:10, Sean P. DeNigris wrote: > Denis Kudriashov wrote >> >> I think FSLocator and FSReference are same objects: >> FSReference = fileSystem + path >> FSLocator = "some origin object" + path. indeed they are way to similar ;), I doub

Re: [Pharo-project] FileSystem. Possible FSReference rename

2012-07-12 Thread Denis Kudriashov
2012/7/12 Sean P. DeNigris > > Denis Kudriashov wrote > > > > I think FSLocator and FSReference are same objects: > > FSReference = fileSystem + path > > FSLocator = "some origin object" + path. > > > > I think "some origin object" can be implemented as special > > FSRelativeFileSystem. And fileL

Re: [Pharo-project] PBE2 - PDFs

2012-07-12 Thread p...@highoctane.be
Spec Drafts>Zinc,... 2012/7/12 Damien Cassou > Hi Phil, > > On Thu, Jul 12, 2012 at 12:49 PM, p...@highoctane.be > wrote: > > There are quite a number of tex files in the repo that have no PDF > > rendition. > > > for example? > > > > As I have been working a bit on sound, I think I could al

[Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sean P. DeNigris
It would be /really/ nice if Zinc sent notifications of streaming download progress to log listeners and HTTPProgress handlers. The following method showed nice progress notifications via both routes until the file started to download, which is the bulk of the time spent... downloadLatestVmMakerI

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sven Van Caekenberghe
Hi Sean, Yeah, that would be nice. But do you agree that the only solution is to use a dynamic variable ? Because signalling code has to known whether there is someone catching the notifications, right ? The #signalProgress option in ZnClient was just the first step, the interface. The real, in

[Pharo-project] IMPORTANT: Issue 6351: FileReference>>deleteAll follows symlinks in 1.4

2012-07-12 Thread Sean P. DeNigris
This is a fun one to find out about by accident... Hey, what happened to my temporary variable names? Oh, they're decompiled because my image folder was deleted while deleting my home folder because the folder being deleted contained a symlink to it. Thank god for backups... and that it was deleti

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sean P. DeNigris
Sven Van Caekenberghe wrote > > But do you agree that the only solution is to use a dynamic variable ? > Because signalling code has to known whether there is someone catching the > notifications, right ? > Could you say more about that? Googling "dynamic variable" turned up academic stuff. Also

[Pharo-project] MacVMs vs Filesystem exists

2012-07-12 Thread Camillo Bruni
!PLEASE UPDATE YOUR VM IF YOU USE PHARO2.0! === We had some trouble lately with the file system primitives (AKA they have always been broken) - FIXED: isDirectory did not work under Mac - FIXED: exists did not work reliable under Mac - FIXED: resolving syml

Re: [Pharo-project] MacVMs vs Filesystem exists

2012-07-12 Thread Max Leske
Awesome! Thanks Max On 12.07.2012, at 18:41, Camillo Bruni wrote: > !PLEASE UPDATE YOUR VM IF YOU USE PHARO2.0! > === > > We had some trouble lately with the file system primitives (AKA they have > always been broken) > - FIXED: isDirectory did not work

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Frank Shearar
On 12 July 2012 17:40, Sean P. DeNigris wrote: > > Sven Van Caekenberghe wrote >> >> But do you agree that the only solution is to use a dynamic variable ? >> Because signalling code has to known whether there is someone catching the >> notifications, right ? >> > Could you say more about that? Go

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sven Van Caekenberghe
On 12 Jul 2012, at 18:40, Sean P. DeNigris wrote: > Could you say more about that? Googling "dynamic variable" turned up > academic stuff. Also, could Announcements be helpful here? There is already a usecase in ZnConnectionTimeout.

Re: [Pharo-project] MacVMs vs Filesystem exists

2012-07-12 Thread Sven Van Caekenberghe
On 12 Jul 2012, at 18:41, Camillo Bruni wrote: > !PLEASE UPDATE YOUR VM IF YOU USE PHARO2.0! > === > > We had some trouble lately with the file system primitives (AKA they have > always been broken) > - FIXED: isDirectory did not work under Mac > - FIXED:

Re: [Pharo-project] PBE2 - PDFs

2012-07-12 Thread Damien Cassou
On Thu, Jul 12, 2012 at 5:20 PM, p...@highoctane.be wrote: > Spec > > Drafts>Zinc,... Because they are not yet included in the book. I will ask why -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having th

Re: [Pharo-project] MacVMs vs Filesystem exists

2012-07-12 Thread Camillo Bruni
On 2012-07-12, at 18:57, Sven Van Caekenberghe wrote: > > On 12 Jul 2012, at 18:41, Camillo Bruni wrote: > >> !PLEASE UPDATE YOUR VM IF YOU USE PHARO2.0! >> === >> >> We had some trouble lately with the file system primitives (AKA they have >> always be

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sean P. DeNigris
Sven Van Caekenberghe wrote > > There is already a usecase in ZnConnectionTimeout. > Okay, I checked out the code. How does that concept apply here? Maybe a quick example? Thanks, Sean -- View this message in context: http://forum.world.st/ENH-Zinc-Streaming-Download-Progress-tp4639686p46397

[Pharo-project] StartupPreferences in 1.4

2012-07-12 Thread Sean P. DeNigris
Unless it gets some love, maybe it should be removed from the 1.4 summer release. It's picking up .DS_Store files and trying to compile them... -- View this message in context: http://forum.world.st/StartupPreferences-in-1-4-tp4639713.html Sent from the Pharo Smalltalk mailing list archive at Nab

Re: [Pharo-project] StartupPreferences in 1.4

2012-07-12 Thread Sean P. DeNigris
Sean P. DeNigris wrote > > It's picking up .DS_Store files and trying to compile them... > Issue 6352: StartupPreferences loads non-st files in 1.4‹ Prev 7 of 447 Next › Status: HumanReviewNeeded Type-Bug Milestone-1.4 Difficulty-Easy Fix in inbox: StartupPreferences-SeanDeNigr

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sven Van Caekenberghe
It is better explained with code ;-) With: Sven Van Caekenberghe uploaded a new version of Zinc-HTTP to project Zinc HTTP Components: http://www.squeaksource.com/ZincHTTPComponents/Zinc-HTTP-SvenVanCaekenberghe.285.mcz Summary Name: Zinc-HTTP-SvenVanCa

[Pharo-project] [update 2.0] #20206

2012-07-12 Thread Marcus Denker
20206 - Issue 6353: Cleanup support for Zaurus, WinCE and MacOS9 http://code.google.com/p/pharo/issues/detail?id=6353 Issue 3496: default should be replaced by new for SystemNavigation http://code.google.com/p/pharo/issues/detail?id=3496 Issue 6350:

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Frank Shearar
On 12 July 2012 21:00, Sven Van Caekenberghe wrote: > It is better explained with code ;-) > > With: > > Sven Van Caekenberghe uploaded a new version of Zinc-HTTP to project Zinc > HTTP Components: > http://www.squeaksource.com/ZincHTTPComponents/Zinc-HTTP-SvenVanCaekenberghe.285.mcz > >

Re: [Pharo-project] [ENH]: Zinc - Streaming Download Progress

2012-07-12 Thread Sven Van Caekenberghe
Frank, When I have more time, I sure have to read your stuff, it seems quite interesting. Sven On 12 Jul 2012, at 22:56, Frank Shearar wrote: > On 12 July 2012 21:00, Sven Van Caekenberghe wrote: >> It is better explained with code ;-) >> >> With: >> >> Sven Van Caekenberghe uploaded a new

Re: [Pharo-project] StartupPreferences in 1.4

2012-07-12 Thread Mariano Martinez Peck
This is why you should stop integrating stuff in 1.4 ;) http://code.google.com/p/pharo/issues/detail?id=5892 On Thu, Jul 12, 2012 at 7:44 PM, Sean P. DeNigris wrote: > > Sean P. DeNigris wrote > > > > It's picking up .DS_Store files and trying to compile them... > > > > Issue 6352: StartupPre

Re: [Pharo-project] Spec questions

2012-07-12 Thread Stéphane Ducasse
have a look at the dualChangeSorter as an example. Stef On Jul 11, 2012, at 4:25 PM, Benjamin wrote: > To participate, you can: > - take a random tool and rewrite it using Spec :) > - read the tech report, and tell where it's clear/unclear :) > - write comments ^^ > - jus

Re: [Pharo-project] Visualizing Legacy at SPA conference

2012-07-12 Thread Stéphane Ducasse
thanks. I will have a look at the tutorial making tool. Stef On Jul 11, 2012, at 6:57 PM, Stephan Eggermont wrote: > Last week Willem and I presented a workshop Visualizing Legacy, > using MOOSE, at SPA2012 in London. In a 150 minutes workshop > we showed how to use glamour and mondrian to visua

Re: [Pharo-project] Spec questions

2012-07-12 Thread Stéphane Ducasse
have a look at the dualChangeSorter as an example. Stef On Jul 11, 2012, at 4:25 PM, Benjamin wrote: > To participate, you can: > - take a random tool and rewrite it using Spec :) > - read the tech report, and tell where it's clear/unclear :) > - write comments ^^ > - jus

Re: [Pharo-project] PBE2 - PDFs

2012-07-12 Thread Stéphane Ducasse
for Zinc it is better to look at the doc of Zinc available on the web site of Zinc because sven prefers to convert from his text to the book later. I'm about to finish to read it and add annotation, then adding also some pictures. This is not easy to keep in sync the two texts. :( > Spec > >

Re: [Pharo-project] MacVMs vs Filesystem exists

2012-07-12 Thread Stéphane Ducasse
**THANKS** Stef On Jul 12, 2012, at 6:41 PM, Camillo Bruni wrote: > !PLEASE UPDATE YOUR VM IF YOU USE PHARO2.0! > === > > We had some trouble lately with the file system primitives (AKA they have > always been broken) > - FIXED: isDirectory did not work

Re: [Pharo-project] [Vm-beginners] Installing Smalltalk's (COG VM and/or Gemstone) on a NAS (Synology) ?

2012-07-12 Thread Alexis Parseghian
Hi Cédrick, On Mon, Jul 9, 2012 at 7:46 PM, Cédrick Béler wrote: > Now, I need to make it work with a Pharo/seaside image with VNC support... > If you can install xpra you don't need VNC support in-image anymore : http://www.asmalltalkbytheseaside.com/#remotedevelopmentonpharowithoutvnc

[Pharo-project] Synchronizing system time

2012-07-12 Thread Denis Kudriashov
Hello, I try to implement system time synchronization with some server. And I found that when system OS time changed running pharo instance don't see that. I execute DateAndTime>>initializeOffsets but it not helps. Is it bug somewhere? Is it possible to reinitialize OS date and time from running