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 b...@openinworld.com:   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
--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 2014 15:24:12 GMT

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:

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

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

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--

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.

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 guillermopol...@gmail.com 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

[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

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

Re: [Pharo-dev] UX problem in debugger

2014-03-04 Thread btc
Benjamin wrote: On 04 Mar 2014, at 11:15, Sven Van Caekenberghe s...@stfx.eu 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] 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 pavel.kriva...@gmail.com: 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

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
st-Tests' "---" SmalllintManifestCheckerTesttearDown TemporaryTestResourceBuilder unloadTemporaryPackage. "---" SmalllintManifestCheckerTestsetUp | bm | TemporaryTestResourceBuilder defineTemporaryPackage. mfClassA := TemporaryTestResourceBuilder defineTemporaryMFClassA. mfClassB := TemporaryTestRes

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

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

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

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...

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

[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 ].

[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

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

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 norb...@hartl.name wrote: Am 24.02.2014 um 22:19 schrieb Eliot Miranda eliot.mira...@gmail.com: On Mon, Feb 24, 2014 at 12:29 PM, Alexandre

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 eliot.mira...@gmail.com: On Mon, Feb 24, 2014 at 2:47 PM, Norbert Hartl norb...@hartl.name wrote: Am 24.02.2014 um 23:09 schrieb Eliot Miranda

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

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] 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
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

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] 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

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

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

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.

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:

[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] 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 dario.trussa...@tiscali.it wrote:

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

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 Changes, then it reports No

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] [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

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

Re: [Pharo-dev] PostID success story video

2014-02-13 Thread btc
Frank Shearar wrote: On 13 February 2014 14:14, b...@openinworld.com 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.

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.

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] 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

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

[Pharo-dev] SimulateMouseSpecificationtestSimulateClick

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]

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

2014-02-06 Thread btc
Clment 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

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

[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] 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

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

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:

[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:

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

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] #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

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] #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

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 asta...@gmx.de wrote: see http://smalltalkhub.com Love it. Now if it could be rotated in 3D and searched for my own name that would be

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

[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

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=572267689526499set=vb.340543479365589type=2theater A video presenting Roassal2 is under preparation. Cheers, Alexandre Very nice. So is Roassal2 somewhat just

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

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

2014-01-14 Thread btc
Igor Stasenko wrote: On 14 January 2014 14:04, b...@openinworld.com 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] 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] 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

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 nicolaih...@web.de 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

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

[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

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:

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

[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] 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 inclusive

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

[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 Class

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

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] 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

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

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)

[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] [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,

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

[Pharo-dev] Referencing other cases in Fogbugz

2013-12-05 Thread btc
Torsten, I see that you commented on [1] to refer to another Case. Thanks for that. btw, if you type case 12121 rather than issue 12121 it will create a hot-link, and also add the case in the sidebar. cheers -ben

[Pharo-dev] Referencing other cases in Fogbugz

2013-12-05 Thread btc
Torsten, I see that you commented on [1] to refer to another case. Thanks for that. btw, if you type case 12121 rather than issue 12121 it will: * create a hot-link to the target case * add the target case in the sidebar. * add a back-link in the sidebar of the target case I've updated [1]

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

2013-12-05 Thread btc
Marcus Denker wrote: Hello, Many people submit lots of nice things, which is great… but not many people look at the issues. https://pharo.fogbugz.com/f/filters/45/Review Help would be appreciated. Marcus Strangely, for me, that URL bounces to

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

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread btc
kilon alios wrote: Lets say you dont like the names used for some classes and methods. Why go through the tedious process of subclassing and creating your own methods that call superclass methods just so you have better names for those methods. Just go in and add new names for those methods,

Re: [Pharo-dev] Coordinates problem with Athens and Morphic while coding Hyperion

2013-11-29 Thread btc
Stphane Ducasse wrote: Ok I have verified and indeed its not an Athens problem. My bad. The position of the morph is reported at 5@30 and the not the correct 0@0. So it looks like Morphic for some strange reason it offsets it. I knew about translateBy but I did not know about

Re: [Pharo-dev] Registering for issue tracker

2013-11-29 Thread btc
Mark Bestley wrote: On 28/11/2013 16:29, b...@openinworld.com wrote: I've added some concise info on what worked for me for user registration to the issue tracker. Rather than clutter up the account list with a test-user, could someone yet to register try out the three steps...

[Pharo-dev] Registering for issue tracker

2013-11-28 Thread btc
I've added some concise info on what worked for me for user registration to the issue tracker. Rather than clutter up the account list with a test-user, could someone yet to register try out the three steps... https://pharo.fogbugz.com/ cheers -ben

Re: [Pharo-dev] 2 month Pharo break

2013-11-26 Thread btc
Camillo Bruni wrote: Hi guys, I will cease my pharo activities for the next two months since I have to finish my thesis and I see myself too often distracted by pharo (consider this a good thing :). Of course I will remain available for emergency activities or any other urgent inquiries,

Re: [Pharo-dev] SmalltalkHub changes

2013-11-26 Thread btc
Nicolas Petton wrote: Hi! Here's the list of changes for this release: - faster loading by serving pre-compiled css files Very nice! Indeed it does now load much faster. I'd say 5 to 10 times faster from where I sit in Australia. cheers -ben - fix for adding team members - Commit hooks

Re: [Pharo-dev] Understanding Roassal

2013-11-26 Thread btc
kilon alios wrote: Is your team open to external contributions as well ? I am still exploring 2 options a) to use Roassal as a way to learn Athens b) to use Roassal as a basis for my project As a previous external contributor to Roassal I can say that Alexandre was very receptive to

Re: [Pharo-dev] Patches for Pharo packages you are maintaining

2013-11-26 Thread btc
Hilaire Fernandes wrote: Le 23/11/2013 19:05, Sean P. DeNigris a écrit : But seriously if this is not clear, how do we improve it? Make it work. It never worked for me, I keep trying then give up, thinking about a temporary failure, then doing other business. I don't

[Pharo-dev] [launcher] Re: PharoLauncher

2013-11-21 Thread btc
Well spotted. It is explained by PharoLaunchersetImageRepository: aTemplateRepository templateRepository: anImageRepository also being wrong and reversed. If you might like to contribute to PharoLauncher and want to get into the swing of things, pharo.fogbugz.com has a 'Launcher'

[Pharo-dev] Critics Browser - behaviour with extensions

2013-11-16 Thread btc
I thought for my first use of Critics Browser I would try it out on PharoLauncher project. I am not familiar with the expected behaviour some I wanted to clarify something related to extensions before opening a Case. Running Critics Browser restricted to packages PharoLauncher-Core

[Pharo-dev] Efficient string concatenation - proposed new

2013-11-16 Thread btc
Code Critic rule Optimization String concatenation instead of streams says: Check for string concatenation inside some iteration message. Since string concatenation is O(n^2), it is better to use streaming since it is O(n) - assuming that n is large enough. As a general principal avoid ,

  1   2   >