Re: [Pharo-dev] [Vm-dev] Re: PharoLauncher on Windows not the latest version

2014-09-04 Thread btc
Nicolai Hess wrote: 2014-09-04 18:53 GMT+02:00 Ben Coman :   I can confirm this behaviour.  It looks like FilePlugin cannot 'rename' a folder across drives, although it can rename a file across drives. A hack to demonstrate from Workspace... filePlugin

Re: [Pharo-dev] pharo4 inbox (nearly) empty?

2014-07-24 Thread btc
.0 Authorization: Basic --btc--string--deleted Host: smalltalkhub.com Accept: */* Content-Type: application/octet-stream 2014-07-24 23:24:14 516806 I Read a ZnResponse(500 Internal Server Error text/plain;charset=utf-8 30B) 2014-07-24 23:24:14 516806 D Received headers Date: Thu, 24 Jul 2

Re: [Pharo-dev] Suspending a Process

2014-07-22 Thread btc
I thought this might be interesting to learn, so I've gave it a go.  I  had some success at the end, but I'll give a progressive report. First I thought I'd try moving the update of StringMorph outside the worker-process using a Morph's #step method as follows... Morph subclass: #BackgroundWo

Re: [Pharo-dev] May I have a write permission to MetaRepoForPharo30?

2014-03-10 Thread btc
Attila Magyar wrote: I'ld like to publish my app. My user is this one: http://smalltalkhub.com/#!/~zeroflag -- View this message in context: http://forum.world.st/May-I-have-a-write-permission-to-MetaRepoForPharo30-tp4748477.html Sent from the Pharo Smalltalk Developers mailing list archive a

Re: [Pharo-dev] how can I test soundplugin?

2014-03-10 Thread btc
J.F. Rick wrote: Yes, load PharoSound and do the following: SoundPlayer boinkScale.  SoundService soundEnabled. SoundService registeredClasses. SoundService reset. BaseSoundSystem soundEnabled: true. SoundService default. ss := SoundService default new. ss class soundEn

Re: [Pharo-dev] Windows FileSystem '\test\bar' not an absolute path

2014-03-09 Thread btc
Ben Coman wrote: I have some strong concerns about the semantics of FileSystem on MS Windows treating '\directory' as a relative path rather than an absolute path. For example currently... '/tmp/test.txt' asFileReference fullName--> 'C:\Users\Ben\AppData\Roaming\Pharo\images\30790\tm

Re: [Pharo-dev] Is there some shared memory space?

2014-03-08 Thread btc
Max Leske wrote: On 08.03.2014, at 15:03, Guillermo Polito wrote: Hmm, as far as I know there is no "shared memory space"... or bah.. what do you mean by that? From my understanding I'd say that when you do: "- I fix

Re: [Pharo-dev] Smalltalk tools: explore failing in 3.0

2014-03-08 Thread btc
p...@highoctane.be wrote: If I do inspect Smalltalk tools it works. But explore crashes. How is that? Phil That is worth logging a must-fix bug.

[Pharo-dev] 12911 Tests-failing-in-fresh-image-MetacelloRepositorySqueakCommonTestCase

2014-03-07 Thread btc
Can someone with a Mac review... https://pharo.fogbugz.com/f/cases/edit/12911/Tests-failing-in-fresh-image-MetacelloRepositorySqueakCommonTestCase Its low priority but also simple - just an update for three tests to deal with difference on Windows platform . cheers -ben

Re: [Pharo-dev] About inspectors

2014-03-06 Thread btc
Pharo4Stef wrote: Ok we should think about that for 40. Stef A low impact option (that may even be reasonable to slip into Pharo 3.0) would be to make the first 'c' capital so that the distinction is observed at the start of the line rather than the end. For example evaluating: #(1 2 3)

Re: [Pharo-dev] UX problem in debugger

2014-03-04 Thread btc
Benjamin wrote: On 04 Mar 2014, at 11:15, Sven Van Caekenberghe wrote: A simple, quick solution would be to do an #inform: telling what was written where. In Pharo this then becomes a growl like non-obstrusive thing. Sounds more like a hack than a solution :)

Re: [Pharo-dev] [ANN] Creativity - a Smalltalk usability experiment on browsing code and productivity

2014-03-04 Thread btc
p...@highoctane.be wrote: Nautilus plugins are in need of some love.  The senders/implementors... buttons can be in such a thing. I added the finder plugin and it is very useful.  Phil So I was wondering how we find out about available Nautilus Plugins and that it's be real

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread btc
Sergi Reyner wrote: 2014-03-03 9:21 GMT+00:00 Pavel Krivanek : A few weeks ago, I wanted to quickly update the pharo in my VPS which runs my IRC bot. Cent0S 6.5 (and others) cannot use latest VM from get.pharo.org because of differ

Re: [Pharo-dev] Problems with Critics

2014-03-02 Thread btc
Yuriy Tymchuk wrote: Hi guys. When I run critics on my code i get: 'This block accepts 2 arguments, but was called with 1 argument.’. I’m not sure whose problem it is, but the related block is [ :a :b | self menu: a shifted: b ]. Any ideas? Uko What method is the block being passed to ?

Re: [Pharo-dev] Help needed! ClassTest>>#testRenaming

2014-03-01 Thread btc
Pharo4Stef wrote: Hope we can sort this out, more and more fixes suffer from the wrong testing failures and nothing new gets integrated. yes I’m sorry about that. Marcus is burnt out

Re: [Pharo-dev] Help needed! ClassTest>>#testRenaming

2014-03-01 Thread btc
leNames: ''     category: 'Manifest-Tests' "---" SmalllintManifestCheckerTest>>tearDown     TemporaryTestResourceBuilder unloadTemporaryPackage. "---" SmalllintManifestCheckerTest>>setUp     | bm |     TemporaryTestResourceBuilder defineTempor

Re: [Pharo-dev] Phratch one-click

2014-03-01 Thread btc
jannik laval wrote: Dears, Phratch has now a portable version: https://ci.inria.fr/pharo-contribution/view/Phratch/job/Phratch-OneClick/ Thanks to JB Arnaud, the Jenkins is configured to take the latest one-click Pharo for each platform and install all the necessary (Plugins, png…). Now,

Re: [Pharo-dev] Pharo 3.0 on Windows 8.1

2014-02-26 Thread btc
Sven Van Caekenberghe wrote: On 26 Feb 2014, at 17:21, b...@openinworld.com wrote: Nice initiative - but up to about 50 seconds the image is so compressed it is unreadable. cheers -ben No, it's not. The movie is properly HD, 720p (1280 px × 720 px). YouTube automaticall

Re: [Pharo-dev] expected failures

2014-02-26 Thread btc
Camillo Bruni wrote: On 2014-02-25, at 17:04, b...@openinworld.com wrote: I'd like to better understand the semantics of "expected failures" in TestRunner. It seems to me that if you want to ensure that a certain operation fails, in a test you'd wrap it as follows... shouldFai

Re: [Pharo-dev] access to CI debug info Re: test failures in downloaded image 30733

2014-02-26 Thread btc
Thanks for that info Max.  I can see "Files to archive" in the PharoLauncher configuration that I have access to.  I don't have access to the configuration of Pharo-3.0-Issue-Validator to check, but I guess it should have an entry...     **/*/*.fuel to gather fuel files from the subdirectories

Re: [Pharo-dev] Pharo 3.0 on Windows 8.1

2014-02-26 Thread btc
Nice initiative - but up to about 50 seconds the image is so compressed it is unreadable. cheers -ben Sven Van Caekenberghe wrote: Pharo 3.0 on Windows 8.1 Installing and running Pharo 3.0 on a blank Windows 8.1 machine in under 1 minute. http://www.youtube.com/watch?v=FKokxrQtrg0 With an

[Pharo-dev] access to CI debug info Re: test failures in downloaded image 30733

2014-02-25 Thread btc
b...@openinworld.com wrote: b...@openinworld.com wrote: Marcus Denker wrote: On the ci server this is already done: failing tests are serialise with Fuel for debugging. In addition, the image is save and can be downloaded (in the state after th

[Pharo-dev] expected failures

2014-02-25 Thread btc
I'd like to better understand the semantics of "expected failures" in TestRunner. It seems to me that if you want to ensure that a certain operation fails, in a test you'd wrap it as follows... shouldFailed=false. [ self operationThatShouldFail ] on: Error do: [ shouldFailed := true ].

Re: [Pharo-dev] New methods for the String class

2014-02-24 Thread btc
Norbert Hartl wrote: Am 25.02.2014 um 00:10 schrieb Eliot Miranda : On Mon, Feb 24, 2014 at 2:47 PM, Norbert Hartl wrote: Am 24.02.2014 um 23:09 schrieb Eliot Miranda

Re: [Pharo-dev] New methods for the String class

2014-02-24 Thread btc
Eliot Miranda wrote: On Mon, Feb 24, 2014 at 1:58 PM, Norbert Hartl wrote: Am 24.02.2014 um 22:19 schrieb Eliot Miranda : On Mon, Feb 24, 2014 at 12:29 PM, Alexandre Bergel

Re: [Pharo-dev] New methods for the String class

2014-02-24 Thread btc
Daniela Meneses wrote: Hi to all, As you may know I'm working on in some improvements for the String class. Until now I implemented some missing tests. Right now I'm looking forward to add new methods that could be useful based on Ruby API (http://www.ruby-doc.org/core-2.1.0/Strin

Re: [Pharo-dev] PharoChangesCondenser

2014-02-22 Thread btc
Camillo Bruni wrote: We need guinea-pigs for https://pharo.fogbugz.com/f/cases/12729/Smalltalk-condenseChanges-raises-ZnInvalidUTF8 I rewrote the changes condenser from scratch in a couple of methods: - probably the same speed as before - increased safety: source pointer switching only happens

Re: [Pharo-dev] SystemLogger unrevealed :)

2014-02-22 Thread btc
Tudor Girba wrote: Excellent, Stef! I reviewed a bit the code: - The name log denotes the recording of multiple events. However, the Log class models only one event, not many. Thus, a more suitable name would be LogEvent. Or maybe LogEntry (like in StarTrek :)) Except Log as on

Re: [Pharo-dev] SystemLogger unrevealed :)

2014-02-22 Thread btc
Göran Krampe wrote: Hey! You didn't know about SimpleLog or? http://map.squeak.org/packagebyname/simplelog Not that it matters much, we can all use more logging tools ;) but... one "mistake" I think is that you don't match the standard syslog levels as described on the URL above. SimpleLog

Re: [Pharo-dev] SystemLogger unrevealed :)

2014-02-22 Thread btc
That looks very nice. I wonder whether Log warm: 'the system is still running but you should have look at it'. should be Log warn: 'the system is still running but you should have look at it'. I liked the example ... withExtra: [ :log | log extensionAt: #thisContext put: thisContext] I

Re: [Pharo-dev] Estimating the amount of change between Pharo 2.0 and 3.0

2014-02-22 Thread btc
Pharo4Stef wrote: Why? The tests are green. When you change a complete compiler and AST then it is a lot of changes. Then each time you changes a comment you change the timestamp so….. Now 30 is stable since months. Stef PS: you know what is frightening is when you have a bug that arrives onl

Re: [Pharo-dev] test failures in downloaded image 30733

2014-02-21 Thread btc
b...@openinworld.com wrote: Marcus Denker wrote: On the ci server this is already done: failing tests are serialise with Fuel for debugging. In addition, the image is save and can be downloaded (in the state after the test run). How do I find the fuel fi

Re: [Pharo-dev] Animation by Stepping

2014-02-20 Thread btc
J.F. Rick wrote: Athens graphics are fast enough that it is possible to do high frame-rate animations. I've been trying (and, to various degrees, succeeding) in adding animations to my touch applications. I'm using stepping to do it. Basically, you just move pieces / update the display when st

Re: [Pharo-dev] [rmod] Blog feed unifier

2014-02-20 Thread btc
Esteban Lorenzano wrote: we already have that :) more is better ;) 1) the association and consortium sites they have a “broadcast news”: it collect blogs post from different sources (we just need to add more): http://consortium.pharo.org/web/news 2) there is planet smalltalk feed

[Pharo-dev] SlotIntegrationTest >>testCopyPreservesLayout

2014-02-19 Thread btc
Does evaluating this fail for anyone else? SlotIntegrationTest new setUp testCopyPreservesLayout tearDown. cheers -ben

Re: [Pharo-dev] Test for the string class available on SmalltalkHub

2014-02-19 Thread btc
b...@openinworld.com wrote: Daniela Meneses wrote: Hi to all, I'm writing missing test for the String class methods to improve the test coverage. I will commit my changes in this project at SmalltalkHub: http://smalltalkhub.com/#!/~DanielaMeneses/Impr

Re: [Pharo-dev] Test for the string class available on SmalltalkHub

2014-02-19 Thread btc
Daniela Meneses wrote: Hi to all, I'm writing missing test for the String class methods to improve the test coverage. I will commit my changes in this project at SmalltalkHub: http://smalltalkhub.com/#!/~DanielaMeneses/ImprovingStringAPI Feel free to take a look. A

Re: [Pharo-dev] WhatsUp from: 2014-02-17 until: 2014-02-28

2014-02-17 Thread btc
seas...@rmod.lille.inria.fr wrote: Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's what I've been up to since

Re: [Pharo-dev] Package for manage USB - RS232

2014-02-17 Thread btc
Try adding (Smalltalk garbageCollect) after the #close. Now a question of my own for the list.  Why does it seem common to do three #garbageCollects in a row. cheers -ben Sven Van Caekenberghe wrote: Dario, On 17 Feb 2014, at 12:55, Dario Trussardi wrote: Thanks Sven,

Re: [Pharo-dev] Monticello strangeness

2014-02-15 Thread btc
So far I haven't been able to reproduce this.  Maybe this is the result of some network errors I had earlier. cheers -ben b...@openinworld.com wrote: Ben Coman wrote: Something very strange going on for me with Monticello in build 30763.  The Packages I make changes in are not showing up

Re: [Pharo-dev] Monticello strangeness

2014-02-15 Thread btc
Ben Coman wrote: Something very strange going on for me with Monticello in build 30763. The Packages I make changes in are not showing up "starred" at the top, "other" packages are. When I select one of these "other" packages and the Pharo30/main repository and click , then it reports "No

Re: [Pharo-dev] PostID success story video

2014-02-13 Thread btc
Frank Shearar wrote: On 13 February 2014 14:14, wrote: What is the licensing of this? In the meantime I'll presume its a commercial application - actually one that would be of great interest to Enterprise users who do have the money to pay for useful things. I wonder if the las

Re: [Pharo-dev] Killer applications (or small killer utilities)

2014-02-13 Thread btc
Sean P. DeNigris wrote: btc wrote As I spent the hour doing this manually one at a time Why not use Zinc + Soup? - Cheers, Sean -- View this message in context: http://forum.world.st/Why-Smalltalk-is-not-popular-tp4743009p4743336.html Sent from the Pharo

[Pharo-dev] Killer applications (or small killer utilities)

2014-02-13 Thread btc
J.F. Rick wrote: Just because Smalltalk is not currently popular doesn't mean that it can't be in the future. The key, to me, is finding a killer application. [...] Cheers, Jeff If "killer application" is too big a job then at maybe a several "small killer utilities". I had occasion today

Re: [Pharo-dev] Fwd: Request

2014-02-13 Thread btc
Guido Chari wrote: Hi guys, I´m doing some experiments with dynamic primitives and files. Actually i am working with the socket and file plugin. (In that order of priority) Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (i

Re: [Pharo-dev] [Vm-dev] Simulator in Pharo 3

2014-02-13 Thread btc
p...@highoctane.be wrote: Ron, Sure but at this time, not being able to run the simulator in a full Pharo environment is a severe issue. The key advantage is that the Smalltalk VM is written in itself. Now, what do I experience is that it is hard to embark on VM work. Why? Even if the Pharo

Re: [Pharo-dev] PostID success story video

2014-02-13 Thread btc
What is the licensing of this?  In the meantime I'll presume its a commercial application - actually one that would be of great interest to Enterprise users who do have the money to pay for useful things.  I wonder if the last chapter of Pharo For The Enterprise might summarize some known comme

Re: [Pharo-dev] Why Smalltalk is not popular?

2014-02-12 Thread btc
hi kilon,  Thanks for your words.  I particularly like them since you've come recently to Smalltalk after a number of other languages. There is some interesting discussion of this topic at [1] which indicate a predominance of non-technical issues and technical issues that don't apply today.

Re: [Pharo-dev] Fosdem Videos and Pharo. 4 presentation

2014-02-12 Thread btc
Torsten Bergmann wrote: sent [..] using a Pharo driven mobile phone That sounds interesting!

Re: [Pharo-dev] [gsoc-mentors] GSoC: call for ideas

2014-02-12 Thread btc
Stefan Marr wrote: Hi: Here my proposals: Proposal 1: Library of Concurrent Programming Concepts The Ownership-based Metaobject Protocol [1] is an abstraction meant to allow an easy implementation of a wide range of concurrent programming concepts such as actors and STM. Th

Re: [Pharo-dev] Pharo3 Status Video from Fosdem on Youtube

2014-02-11 Thread btc
Marcus Denker wrote: Hi, The Pharo3 Status presentation is online: https://www.youtube.com/watch?v=son_bhZ93ec Marcus Really nice talk. One small enhancement, with the CI slide you spoke about16,000 tests being run each update. Consider writing that into the slides.

Re: [Pharo-dev] What will change in Pharo with Spur the new Cog memory manager ...

2014-02-06 Thread btc
Clément Bera wrote: Hello pharoers, The new Cog memory manager, Spur, is simply *amazing*. I saw at FOSDEM that some of you were interested in it, but unfortunately you were lacking information about it. I wrote a one page article that sums up Spur's new features so every one

[Pharo-dev] SimulateMouseSpecification>>testSimulateClick

2014-02-06 Thread btc
For UI issues sometimes its good for reviewers to visualise what the problem was, so I made a little video [1] to go with Case 12828. [2] Thought it my be of general interest to share. [1] http://files.openinworld.com/Pharo/Case12825-testSimulateClick.mp4 [2] https://pharo.fogbugz.com/f/cases/

Re: [Pharo-dev] comments :)

2014-02-06 Thread btc
Good work. Minor thing though - could they maybe grouped under one Case. I'd hate for someone to look at the massive amount work done for Pharo 3 indicated by the cases close and think "Its just lots of comment updates" Sure it would end up being a long running case - with a lot of slices (each

Re: [Pharo-dev] test failures in downloaded image 30733

2014-02-03 Thread btc
Marcus Denker wrote: On 02 Feb 2014, at 16:27, b...@openinworld.com wrote: Thanks for your feedback Marcus.  A couple of thought inline... Marcus Denker wrote: On 02 Feb 2014, at 14:31, b...@openinworld.com wrote: For diligence

Re: [Pharo-dev] test failures in downloaded image 30733

2014-02-02 Thread btc
Thanks for your feedback Marcus.  A couple of thought inline... Marcus Denker wrote: On 02 Feb 2014, at 14:31, b...@openinworld.com wrote: For diligence and curiosity leading up to the Pharo3 release, I downloaded build image 30733 (with PharoLauncher) Another wonderf

[Pharo-dev] test failures in downloaded image 30733 - OpenToolTest>>#testOpenBrowseOnInstalledTraitMethod

2014-02-02 Thread btc
b...@openinworld.com wrote: For diligence and curiosity leading up to the Pharo3 release, I downloaded build image 30733 (with PharoLauncher) and immediately ran all tests, which reported 7 failures and 1 error (see attached snapshot). Error "KeyNotFound: key #localSelectors not found in Meth

[Pharo-dev] test failures in downloaded image 30733

2014-02-02 Thread btc
For diligence and curiosity leading up to the Pharo3 release, I downloaded build image 30733 (with PharoLauncher) and immediately ran all tests, which reported 7 failures and 1 error (see attached snapshot). Now presumably these did not occur in the CI build since otherwise it would not have

[Pharo-dev] [launcher] Windows Installer UAC Virtualization problems

2014-01-31 Thread btc
Damien Cassou wrote in "[Pharo-dev] [FEEDBACK] Install Pharo on Windows": Hi, I've just made an executable file for installing Pharo on Windows (in program files, with a shortcut in the Start menu...). Please try it and report problems: https://ci.inria.fr/pharo-contribution/job/PharoLauncher-W

Re: [Pharo-dev] Please keep your cool new stuff for Pharo 4

2014-01-31 Thread btc
Esteban Lorenzano wrote: So… instead following my advice, you people continue submitting and asking for integration things that are API changes. As a result, instead gaining stability we are loosing it… can you guys please be so kind and stop doing what you shouldn’t? I will ask it again: *no

Re: [Pharo-dev] process to collaborate on cleaning morphic

2014-01-30 Thread btc
I was going to say... As an alternative to nibbling at the edges of Morphic, now that we have PharoKernel3.0-FromTopShrink, which presumably unloads Morphic, I wonder what is involved in loading Juan's SimpleMorphic [1] & [2] ...but actually it looks like SimpleMorphic was already integrated

Re: [Pharo-dev] [Review]: Case 12737 Morph sends mouseUp twice to handlers

2014-01-30 Thread btc
Stef, A  little different than you asked for, but I find the following combination useful when I'm trying to find a case that I recently viewed that was opened by someone else: * Viewed by me - Show only cases I have viewed before * Sort By - Last viewed by me (Reverse) cheers -ben Benjamin w

Re: [Pharo-dev] Services and -vm-display-null

2014-01-23 Thread btc
Sven Van Caekenberghe wrote: Hi, On 23 Jan 2014, at 16:14, Sebastian Sastre wrote: Hi there, What are you using to monitor processes in headless images? I ask because the new way to start a headless image in linux is: pharo-vm/pharo -vm-display-null your.image —no-quit And i

Re: [Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-23 Thread btc
Benjamin wrote: On 20 Jan 2014, at 14:37, b...@openinworld.com wrote: I don't want to unsubscribe #refresh in PhLTitledTreeModel>>initialize. I _really_ want to unsubscribe #refresh immediately after the subscribe #refresh is set up. But it does not prevent you to regis

Re: [Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-20 Thread btc
Benjamin wrote: On 20 Jan 2014, at 13:51, b...@openinworld.com wrote: When I try...     self whenBuiltDo: [ self halt. self window whenClosedDo: [ self halt. self repository unsubscribe: self ] ]. none of the halts occur. However I got what I needed with the following…

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread btc
I expect that would definitely be of interest to Enterprise users.  cheers -ben Stéphane Ducasse wrote: May be we should turn that into a chapter. Stef On 20 Jan 2014, at 14:01, Damien Cassou wrote: On Sat, Jan 18, 2014 at 7:17 PM, Hernán Morales Durand wrote:

Re: [Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-20 Thread btc
Benjamin wrote: Hi Ben, I've gave that a go and had some success, but it raised an architectural question I ask near the end. I've documented my investigation here in case it is of use to others new to Spec or the Spec documentation being developed. Spec documentation is a

Re: [Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-19 Thread btc
On 18 Jan 2014, at 12:09, b...@openinworld.com wrote: PharoLauncher is currently leaking AnnouncementSubscriptions when its window closes.  I'm not sure with Spec how to ensure actions are performed when the window is closed, but I have been able to achieve this with the following modific

Re: [Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-18 Thread btc
Thanks, I'll look into it. cheers -ben Benjamin wrote: I think i would be more elegant that the model register to the isClosedHolder changes :) Ben On 18 Jan 2014, at 12:09, b...@openinworld.com wrote: PharoLauncher is currently leaking AnnouncementSubscriptions when i

[Pharo-dev] #windowIsClosing not sent to model of WindowModel

2014-01-18 Thread btc
PharoLauncher is currently leaking AnnouncementSubscriptions when its window closes. I'm not sure with Spec how to ensure actions are performed when the window is closed, but I have been able to achieve this with the following modification [1] which is... - WindowModel>>windowIsClosing

Re: [Pharo-dev] STHub: 1190 repositories, 1001 users registered and 110365 packages uploaded

2014-01-17 Thread btc
Yuriy Tymchuk wrote: Yes, have you seen it, http://yuriy.tymchuk.me/Smalldromeda/ ? On 17 Jan 2014, at 00:32, Torsten Bergmann wrote: see http://smalltalkhub.com Love it.  Now if it could be rotated in 3D and searched for my own name that would be mind-blowing.

Re: [Pharo-dev] [HELP] Phratch translation

2014-01-16 Thread btc
jannik.laval wrote: Dear smalltalkers, phratchers and everybody interested to help Phratch development. We need you as an international community. Phratch needs your help to be multilingual. The most of work is already done, It is based on the Scratch work (Thank you for all the supported la

Re: [Pharo-dev] Announcer registry behaviour with Spy

2014-01-14 Thread btc
Igor Stasenko wrote: On 14 January 2014 14:04, wrote: While investigating https://pharo.fogbugz.com/f/cases/12640/PhLTitledTreeModel-refresh-called-too-often I came across the following behaviour... 1. In Workspace do... "Announcer new inspect." 2.

Re: [Pharo-dev] [Pharo3] The last test failing...

2014-01-14 Thread btc
https://pharo.fogbugz.com/f/cases/12646/CI-Windows-Slave-DNS-resolver-not-working-for-ci-inria-fr Let me know if you want to do the same on the Pharo slaves and I'll request access through Jenkins. cheers -ben Marcus Denker wrote: maybe we should add an issue tracker entry to not lose this

Re: [Pharo-dev] Teaser of Roassal 2

2014-01-14 Thread btc
Alexandre Bergel wrote: Hi! We’ve just uploaded a very short video about layouts in Roassal2. https://www.facebook.com/photo.php?v=572267689526499&set=vb.340543479365589&type=2&theater A video presenting Roassal2 is under preparation. Cheers, Alexandre Very nice. So is Roassal2 somewhat ju

[Pharo-dev] Announcer registry behaviour with Spy

2014-01-14 Thread btc
While investigating https://pharo.fogbugz.com/f/cases/12640/PhLTitledTreeModel-refresh-called-too-often I came across the following behaviour... 1. In Workspace do... "Announcer new inspect." 2. In that Announcer inspector do... "registry inspect." 3. In that SubscriptionRegistry inspector mon

Re: [Pharo-dev] [Pharo3] The last test failing...

2014-01-11 Thread btc
Marcus Denker wrote: On 09 Jan 2014, at 17:29, b...@openinworld.com wrote: Marcus Denker wrote: 12377 ZnHTTPSTests.>>testGetPharoVersion fails on Windows slave https://pharo.fogbugz.com/f/cases/12377 And this is just a build serve

Re: [Pharo-dev] Do you want to accept???????? Discard???????

2014-01-11 Thread btc
Igor Stasenko wrote: and guess what i currently working on? OSWindow interface, which will allow us to control creating of windows and managing them from the image, and handling the events. OSWindow sounds really exciting. Perhaps it will help facilitate multi-monitor support? cheers -ben

[Pharo-dev] [Fwd: New request to join project pharo-contribution]

2014-01-09 Thread btc
I have received a couple of these messages.  Should I be getting these? cheers -ben Original Message Hi Ben Coman, You just received a join request. Etien Anne want to join pharo-contribution. You can accept or deny this request using the following links : Accept Deny Reg

Re: [Pharo-dev] [Pharo3] The last test failing...

2014-01-09 Thread btc
Marcus Denker wrote: 12377 ZnHTTPSTests.>>testGetPharoVersion fails on Windows slave https://pharo.fogbugz.com/f/cases/12377 And this is just a build server artefact… (windows slave firewall problem). I wonder what to do… maybe we could just skip it on windows when running on the build sl

Re: [Pharo-dev] [Issue tracker] 46 issues in TODO for Pharo3

2014-01-09 Thread btc
Marcus Denker wrote: On 08 Jan 2014, at 10:11, Nicolai Hess wrote: Somehow the links in your mails doesn't work for me. It always shows the default list (https://pharo.fogbugz.com/default.asp). You can sele

[Pharo-dev] Advanced Reflection in Pharo

2014-01-09 Thread btc
Title: Advanced Reflection in Pharo Advanced Reflection in Pharo As I was looking at Marcus' [1] "Advanced Relection in Pharo"  slide 34  I wondered if at some point the RB will be stripped from the front of those class names, since it seems the use is now intended to be wider than just the Ref

Re: [Pharo-dev] [FEEDBACK] Install Pharo on Windows

2014-01-07 Thread btc
Damien Cassou wrote: Hi, I've just made an executable file for installing Pharo on Windows (in program files, with a shortcut in the Start menu...). Please try it and report problems: https://ci.inria.fr/pharo-contribution/job/PharoLauncher-Win-Package/lastSuccessfulBuild/artifact/pharo-ci/phar

Re: [Pharo-dev] FogBugz status change

2013-12-29 Thread btc
Esteban Lorenzano wrote: that’s usually done by the integrators, but nothing prevents you to do it :) I thought wider community involvement was encouraged for anyone to provide the peer review to move items to status Resolved Fix To Include with the integrators then moving it to status

Re: [Pharo-dev] [ANN] Ephestos

2013-12-28 Thread btc
kilon alios wrote: Still long way to go until its really useful but following your advice I decided to release it to public and announce it instead of having it hidden. Ladies , gentleman and hybrids I present to you Ephestos, my visual coding project for graphics and sound. This is my very

[Pharo-dev] Change Sorter

2013-12-27 Thread btc
In build 30644 I notice that ChangeSorter seems to have lost most of its usual menu items. For example... * Copy class to the other change set * Move class to the other change set * File out Is this intentional as a transition to something else? cheers -ben

Re: [Pharo-dev] [OT]: Looking for Bill Schwab

2013-12-26 Thread btc
Esteban A. Maringolo wrote: 2013/12/26 Sean P. DeNigris : I sent a message through Nabble to the address at anest.ufl.edu, which was returned "The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem

Re: [Pharo-dev] Easy issue to fix: 12063

2013-12-26 Thread btc
Stéphane Ducasse wrote: \That wasn't a report of a bug. It was just tracking my progress as I tried to understand it - but point taken - it is easier for reviewers if there is not too much irrelevant details.  btw, What do you think about Finder > Search > Source   being inclusiv

[Pharo-dev] Instance-side extensions show on class-side of extending package, and vice-versa.

2013-12-22 Thread btc
I'd like to survey community opinion on case [1] that I logged.  I'll summarize discussion here for the ticket. Currently with Nautilus, when Package A is extended by Package B adding instance-method #m1 protocol *A to class C, class C shows up (in grey) under Package A even when the checkbo

Re: [Pharo-dev] [ANN] JetStorm

2013-12-22 Thread btc
Sebastian Sastre wrote: Fantastic work. Maybe you should try talking with these guys: http://www.kickstarter.com/projects/1039674461/primo-teaching-programming-logic-to-children-age-4 That looks like a great project I'll keep tabs on.  btw, I have my three year old playing Koda

Re: [Pharo-dev] Why Color rgb components are on 10 bits?

2013-12-19 Thread btc
Nicolas Cellier wrote: I know the answer, we have 30 bits available for keeping the rgb instance variable as SmallInteger... So it's the best we can do, while keeping an efficient format. But we are never using 10 bits for each component, for 32 bits image only 8 bit by color are used. Since n

Re: [Pharo-dev] Easy issue to fix: 12063

2013-12-17 Thread btc
Marcus Denker wrote: On 17 Dec 2013, at 16:24, b...@openinworld.com wrote: Marcus Denker wrote: This is a nice issue for someone to do that wants to start with something simple: 12063 ConfigurationBrowser window about message is wrong (and dated) https://pharo.fo

Re: [Pharo-dev] Easy issue to fix: 12063

2013-12-17 Thread btc
b...@openinworld.com wrote: Marcus Denker wrote: This is a nice issue for someone to do that wants to start with something simple: 12063 ConfigurationBrowser window about message is wrong (and dated) https://pharo.fogbugz.com/f/cases/12063 I'll have a go at it, but I'd like some wid

Re: [Pharo-dev] Easy issue to fix: 12063

2013-12-17 Thread btc
Marcus Denker wrote: This is a nice issue for someone to do that wants to start with something simple: 12063 ConfigurationBrowser window about message is wrong (and dated) https://pharo.fogbugz.com/f/cases/12063 I'll have a go at it, but I'd like some wider discussion as its turn

Re: [Pharo-dev] 34 "priority" issues for Pharo3

2013-12-17 Thread btc
Marcus Denker wrote: Sometimes it’s really strange… people seem to really think that releasing software contains a “reading minds from the distance” phase of bug discovery. Marcus Not able to read minds yet? I've logged an issue for it. cheers -ben

Re: [Pharo-dev] [Pharo Trick: #0009] 'Enable halt/inspect once' button

2013-12-12 Thread btc
Max Leske wrote: #setHaltOnce is implemented on Object. Evaluate this in a workspace: self setHaltOnce. -> same effect Cheers, Max Yes :) But each time I must:: * Search for the correct workspace among several open workspaces, as well as lots of other windows for Finder, Browser, Deb

[Pharo-dev] [Pharo Trick: #0009] 'Enable halt/inspect once' button

2013-12-12 Thread btc
When I have a 'self haltOnce' breakpoint that I am activating often, going "World > System > Enable halt/inspect once" each time is annoying. So using the Duplicate Halo on the menu item, I drag it onto the background so that it acts like a button. cheers -ben

Re: [Pharo-dev] Searchbar in the browser

2013-12-11 Thread btc
Juraj Kubelka wrote: El 11-12-2013, a las 4:09, Stéphane Ducasse escribió: On Dec 10, 2013, at 11:42 PM, Juraj Kubelka wrote: We can use any regular _expression_. For that reason I

Re: [Pharo-dev] Smalltalk in a C World

2013-12-09 Thread btc
kilon alios wrote: Sort answer is no , Pharo does not try to replace C/C++. CAD plugins are indeed dlls and you will need C/C++ for that. I only Know Free Pascal as another language to generate DLLs but even in that case its extra work.  So if you look for the most direct solution th

Re: [Pharo-dev] [Issue tracker] Help for reviewing needed

2013-12-05 Thread btc
Benjamin wrote: I think it depends if you use the new version of the website or not Thanks Ben. You are correct.  Once I go...     My Settings > Fogbugz Performance Upgrade > Enable then Marcus' original link works.  So keep sending them. cheers -ben Use this link if the first o

  1   2   3   >