Re: [Pharo-users] Fwd: Fwd: Debris' Quuve - Technologies used

2015-04-17 Thread Stephan Eggermont
On 16/04/15 16:33, Mariano Martinez Peck wrote: 1) We want everything to be ajaxfied (so every single component needed to be rewritten for AJAX) > 2) We want all our components to use Bootstrap layout In QCMagritte we managed to keep most, using an Ajax-Memento and the chained visit

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread Stephan Eggermont
On 19/04/15 12:59, p...@highoctane.be wrote: My main concern with Magritte at this point is that it takes significant effort to get a decent CRUD system working. That is exactly what we provide with QCMagritte. And yes, it is difficult to find out where to make changes, because the number of in

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-19 Thread Stephan Eggermont
On 19/04/15 13:58, p...@highoctane.be wrote: Ok. Now, I've been watching almost all of your videos but still can't get a hand on the thing. Yes, finding the right level between very deep technical (the first one) and just showing the things we made really easy (the later ones) is difficult. The

[Pharo-users] How do I update PharoLauncher?

2015-04-26 Thread Stephan Eggermont
self naiveUserMode: #on. If I press refresh in PharoLauncher, it doesn't tell me there is a new version available, and asks me to download, install and restart the launcher. If I download by hand and reinstall, will it keep all my images and settings? Is that different on Ubuntu with apt update/

Re: [Pharo-users] issue with monticello ancestor ?

2015-04-26 Thread Stephan Eggermont
On 25/04/15 18:09, Yuriy Tymchuk wrote: Sorry for this remark, but is this really perrfect that the same version of the same project can have two different ancestors depending in which repository it is? It is a distributed version control system that uses increasing numbers instead of UUIDs

Re: [Pharo-users] How do I update PharoLauncher?

2015-04-26 Thread Stephan Eggermont
On 26/04/15 18:35, Nicolai Hess wrote: Image or VM? Uhm, yes, thank you. As a naive user, I probably don't know, so probably both... Yes, at least on windows the pharo preference and image repository wont be deleted. Good. How can I switch/upgrade the vm used for an image? AFAIK ther

Re: [Pharo-users] Where to channel questions

2015-04-27 Thread Stephan Eggermont
On 27/04/15 18:33, Sergio Fedi wrote: Hi, I'm new to the Pharo community and I was wondering where to channel Pharo-use related questions. In the Pahro.org site it suggests to post questions on StackOverflow Yes. That is a mistake. We will answer questions on StackOverflow, but it is not our c

Re: [Pharo-users] Conveying the usage of an object

2015-04-27 Thread Stephan Eggermont
On 28/04/15 00:53, Sergio Fedi wrote: How can I deal with this problem? Which is "the Pharo way" to accomplish this? Uhm, you write unit tests for the public API? Showing what you expect to sent to an object in a nice descriptive way? Stephan

Re: [Pharo-users] Conveying the usage of an object

2015-04-28 Thread Stephan Eggermont
On 28/04/15 01:44, Sergio Fedi wrote: I already do that. (and I also make sure my tests have 100% coverage over the Public protocol) But to know that you have to memorize the methods that are in the test cases. Besides, I may want to test private methods too. The categorization of methods is a

Re: [Pharo-users] Conveying the usage of an object

2015-04-28 Thread Stephan Eggermont
On 28/04/15 12:35, Joachim Tuchel wrote: isn't that a weak argument? Yes, it is. And taking a look at the actual categories gives me the impression that naming is done better than categorization. Stephan

[Pharo-users] [Ann] MorphicDraw

2015-04-29 Thread Stephan Eggermont
To better understand Morphic, I've started writing a small application that can draw shapes and connect them. A pdf documenting what I've done is at https://github.com/StephanEggermont/MorphicDraw Code is on smalltalkhub, StephanEggermont/MorphicDraw Suggestions, fixes and improvements are wel

Re: [Pharo-users] Reddit discussion (rant) about Pharo 4.0 first time users' experiences

2015-04-29 Thread Stephan Eggermont
On 30/04/15 04:50, Esteban A. Maringolo wrote: I don't agree with most of the things mentioned, but I think its worth looking at to see if there is something to actually improve. http://www.reddit.com/r/smalltalk/comments/32xwmr/my_experience_with_pharo_40/ Please only add helpful comments, if

Re: [Pharo-users] [Ann] MorphicDraw

2015-04-30 Thread Stephan Eggermont
On 30/04/15 10:10, Sven Van Caekenberghe wrote: I have not yet read it, but this is very cool, well done ! This kind of material is very welcome. Thanks. I am pleasantly surprised by the small amount of code needed to create something like this. Not so much by the effort in finding out how to

Re: [Pharo-users] [ANN] Screencast on Versionner

2015-04-30 Thread Stephan Eggermont
On 30/04/15 13:50, Esteban Lorenzano wrote: I made a small video on how to use Versionner. Versionner allows you to manage project configurations in a smooth way. Nice, good to see how versionner is supposed to be used Stephan

Re: [Pharo-users] [ANN] Screencast on Versionner

2015-04-30 Thread Stephan Eggermont
On 30/04/15 16:02, stepharo wrote: I would not promote groups because we want to get rid of them. No we don't. We need first class support for them in the tools. We cannot map variants decently without lots of duplication otherwise. It is a 5 dimensional problem that is not going to get easy.

Re: [Pharo-users] [ANN] Screencast on Versionner

2015-04-30 Thread Stephan Eggermont
On 30/04/15 16:06, Esteban Lorenzano wrote: mostly because I wanted to keep the screencast short an easy. advanced configurations might need package dependencies, but other times you do not need them. Well, it either is 1st steps in configurations, and then you can keep them out, or it is about

Re: [Pharo-users] RPackage extension methods using normal protocol names

2015-04-30 Thread Stephan Eggermont
On 30/04/15 17:12, Ben Coman wrote: Importing from VW to Pharo... VW package A extended by package B method #b in protocol 'accessing' will become Pharo package A extended by package B method #b in protocol '*B'. then trying to synchronise from Pharo back to VW will need to somehow reconstruct #

Re: [Pharo-users] [ANN] Screencast on Versionner

2015-04-30 Thread Stephan Eggermont
On 30/04/15 18:06, Sergio Fedi wrote: Excellent work Esteban! ​Question for the list: What are groups? What do they model? What problem do they solve? (or why are they useful) When managing configurations, choosing the right granularity is critical to reducing the amount of work needed. Gro

Re: [Pharo-users] RPackage extension methods using normal protocol names

2015-05-01 Thread Stephan Eggermont
On 30/04/15 17:57, Ben Coman wrote: On Thu, Apr 30, 2015 at 11:18 PM, Stephan Eggermont mailto:step...@stack.nl>> wrote: Just add a conversion mapping class to the package To be run manually after the package is loaded in each platform ? Well, there is more that needs translatio

Re: [Pharo-users] Can we have NeoCSV, and NeoJSON included in the base image?

2015-05-02 Thread Stephan Eggermont
On 02/05/15 17:23, Andy Burnett wrote: I would find it really useful to have some more classes included in the base image. The Neo system would be particularly useful, but I would also find an XML reader valuable. What is the process for deciding which classes get included by default? You ge

Re: [Pharo-users] Can we have NeoCSV, and NeoJSON included in the base image?

2015-05-03 Thread Stephan Eggermont
On 02/05/15 23:28, Andy Burnett wrote: Stephan Eggermont said: What is stopping you from adding a build 'Andy's Base Image' to the Pharo-Contribution CI? Ignorance :-) Always the same lame excuse :) I had no idea such a thing was possible. It sounds like the idea

Re: [Pharo-users] accessing themed colors from morph

2015-05-03 Thread Stephan Eggermont
On 03/05/15 12:45, Peter Uhnák wrote: Yes, that is what I was looking for. I used the self theme backgroundColor and it works for the time being. In your application you probably want to centralize this. Stephan

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Stephan Eggermont
On 07/05/15 16:48, Alexandre Bergel wrote: If you wish to participate, get in touch with us. Since we will probably have a sponsoring of the event, it would be nice to know how many will attend to ease the logistic and the pizza ordering :-) What do you use as a global pizza delivery service? O

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Stephan Eggermont
On 08/05/15 16:55, Serge Stinckwich wrote: I guess this will be just before ESUG conference ;-) Uhmm, yep, that makes sense. Stephan

[Pharo-users] MorphicDraw, now with Spec, Glamour & PolyMorph

2015-05-08 Thread Stephan Eggermont
After starting with a PolyMorph window & toolbar, I've now added a Glamour and Spec one. Code: http://www.smalltalkhub.com/mc/StephanEggermont/MorphicDraw/main Documentation: https://github.com/StephanEggermont/MorphicDraw I find it difficult to explain the choices for event handling. I'm using

Re: [Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-09 Thread Stephan Eggermont
On 09/05/15 02:18, PBKResearch wrote: Evidently browsers like Firefox must do it, since the page displays correctly. In my experience with html, if browsers do it, it is probably wrong ;) Stephan

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-09 Thread Stephan Eggermont
On 09/05/15 08:48, jtuc...@objektfabrik.de wrote: I do, and I wish Voyage had been available when I had to make a decision on the persistence mechanism for kontolino.de For bookkeeping you're probably better of with a persistence solution that makes different tradeoffs from those of mongodb. S

Re: [Pharo-users] Enhancing ICal library

2015-05-13 Thread Stephan Eggermont
On 13/05/15 13:44, Esteban Lorenzano wrote: honestly, the more and more the time passes the less and less we are compatible… and this will increase will time. if you want to keep compatibility you will have to provide compatibility abstractions and packages (in the same way Seaside uses Grease,

Re: [Pharo-users] Enhancing ICal library

2015-05-13 Thread Stephan Eggermont
On 13/05/15 15:38, Julien Delplanque wrote: So, I throw the fork on github and provide a compatibility package on smalltalkhub? Yes. Forking is ok if it is difficult to maintain compatibility, and that is definitely not the case here. Paul has made improvements to the code a few months back, so

[Pharo-users] Patterns for event handling Morphic?

2015-05-15 Thread Stephan Eggermont
I find it difficult to understand event handling in Morphic. I'm using both handleListenEvent: and mouseDown: and on:send:to: and haven't even started using announcements. What am I supposed to be using when, and what is supposed to be replaced in Bloc? Stephan

Re: [Pharo-users] Patterns for event handling Morphic?

2015-05-18 Thread Stephan Eggermont
Thanks Alain. On 15-05-15 23:48, Alain Plantec via Pharo-users wrote: - HandleListenEvent: is for particular purpose, used rarely. I wonder about the way I'm using it. When drawing a connector between two shape morphs, I do the following: - I have a context menu on the shape, calling #connect

Re: [Pharo-users] Alt-tab between windows

2015-05-19 Thread Stephan Eggermont
On 19-05-15 01:08, Avdi Grimm wrote: Then the web started to take off, throwing UI design back two decades ;), and UX designers started rethinking the whole paradigm. They started keeping things in the same window, but adding back/forward buttons, and navigation histories, and sidebars, and a

Re: [Pharo-users] Diffing Monticello package against image contents

2015-05-28 Thread Stephan Eggermont
On 28-05-15 22:15, Esteban A. Maringolo wrote: Is there a way to compare the contents of a Monticello package (mcz) against the contents of the image *REGARDLESS* of the packaging? If you browse the monolithic package, you have it somewhere in the image. You should be able to calculate a diff f

Re: [Pharo-users] Detecting image (pharo process) hang?

2015-06-03 Thread Stephan Eggermont
On 03-06-15 12:07, David wrote: That could work, but can be time expensive. I already have seaside installed (and I am using that) so I may try that. The only problem I see if that if the image is stalled, it can pass more time than desired until it times out the http connection. Add a keep-al

Re: [Pharo-users] DNS changes files.phao.org today 16:30 local time

2015-06-03 Thread Stephan Eggermont
On 03/06/15 14:56, Marcus Denker wrote: 16:30 local time we will do some DNS related config change for files.pharo.org Nothing should change due to that normally. Because it is not reachable at the moment? Stephan

Re: [Pharo-users] Timezone offset in Date, why?

2015-06-03 Thread Stephan Eggermont
On 03-06-15 20:15, Esteban A. Maringolo wrote: I refer Postgres datatypes because I find them to have a good criteria based on a huge user base and because is what raised the issue I'm dealing with now. SQL databases are well-known to have ignored the standards for dealing with times and dates

Re: [Pharo-users] Timezone offset in Date, why?

2015-06-03 Thread Stephan Eggermont
On 03/06/15 20:15, Esteban A. Maringolo wrote: I refer Postgres datatypes because I find them to have a good criteria based on a huge user base and because is what raised the issue I'm dealing with now. I like the work by Richard Snodgrass. His "Developing Time-Oriented Database Applications in

Re: [Pharo-users] Timezone offset in Date, why?

2015-06-03 Thread Stephan Eggermont
On 03/06/15 22:21, Esteban A. Maringolo wrote: 2015-06-03 15:36 GMT-03:00 Stephan Eggermont : For performance reasons you'll probably often want to map to smallint value objects. And lose the date abstraction the database provides me with? It is up to the database how to optimize the

Re: [Pharo-users] loading Coral from SmalltalkHub

2015-06-04 Thread Stephan Eggermont
On 04-06-15 01:46, Francisco Garau wrote: I've tried loading Coral by following the below instructions in its website but they failed when trying to load Readline. Gofer new url: 'http://ss3.gemstone.com/ss/coral'; package: 'Co

Re: [Pharo-users] Mac Squeak binary virtual machine for Squeak 3.10.2

2015-06-11 Thread Stephan Eggermont
aking changes. It works pretty well for the projects that have an active maintainer. Stephan Eggermont

Re: [Pharo-users] Getting a user input string using Morphs

2015-06-12 Thread Stephan Eggermont
On 09-06-15 20:10, Hilaire wrote: I guess you tried with Pharo4.0. I did with 3.0 It is a difference between Workspace and GTPlayground. In GTPlayground, ActiveEvent is nil, so it doesn't work. In Workspace it works. launchMiniEditor: evt | textMorph | hasFocus := true. "Real

Re: [Pharo-users] If comments seperate from the source code and have your own comments

2015-06-13 Thread Stephan Eggermont
On 13/06/15 20:35, lb wrote: AnnoApp is a tool for writting your own comment for Package\Tag\Class\Method. seperating from source code file. Your own annotation can be save out as a file use AnnoEditor. The output file can be read back to (new) image according the name of Package\Tag\Class\Meth

[Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
How do I make sure a floating palette morph stays in front of all of my application morphs (except the menu)? Do I have to manage ordering myself? Stephan

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
On 15-06-15 20:42, Hilaire wrote: setProperty: #morphicLayerNumber toValue: 5 Thanks, that works fine. Stephan

Re: [Pharo-users] Morph as floating palette?

2015-06-15 Thread Stephan Eggermont
On 15-06-15 20:53, Stephan Eggermont wrote: On 15-06-15 20:42, Hilaire wrote: setProperty: #morphicLayerNumber toValue: 5 And looks like https://vimeo.com/130781061 Stephan

Re: [Pharo-users] breaking infinite loop from saved image

2015-06-16 Thread Stephan Eggermont
On 16-06-15 10:44, Peter Uhnák wrote: I guess making tools for image surgery ain't easy, but it certainly is interesting. :) I suppose in the long term this will get easier when we can have tools in one image operating on another image. Stephan

[Pharo-users] Modal dialogs come up in different layers?

2015-06-16 Thread Stephan Eggermont
What's the difference between a ColorSelectorDialogWindow and a TextEntryDialogWindow? I call them in the same way from a palette, but the color dialog comes up over the palette, and the person dialog below. Both palettes are in layer 20. The low layer number seems to interfere with modality. add

Re: [Pharo-users] Roassal & Spec?

2013-05-31 Thread Stephan Eggermont
Doru wrote: >You could also try to use Glamour for that: And you might want to read that as: try to build a UI with Glamour first, before diving into spec. It provides higher-level UI abstractions, resulting in a more consistent UI and less code. Stephan

Re: [Pharo-users] Pharo consultants

2013-06-10 Thread Stephan Eggermont
Jesus wrote: >IMHO the key to success is certification. Certified courses should be >delivered to consolidate the community, starting >by offering on universities. >I think the reasons for this are somewhat clear. Did you read "Crossing the chasm"? Please do. Stephan

Re: [Pharo-users] #stable not defined

2013-06-11 Thread Stephan Eggermont
Sean wrote >Thomas Worthington-2 wrote >>Regardless, what should I do to get SOME version of, say, Moose >>or CairoGraphics loaded up? >I tried to load Moose per the instructions on their website [1] and got and >error, so I'm not sure. I forwarded the error to >their mailing list [2] Could it

[Pharo-users] PharoForTheEnterprise

2013-06-17 Thread Stephan Eggermont
PharoForTheEnterprise works very well for generating nice-looking documentation. I've started moving some Deltawerken introduction mails to this format. On a 10.6.8 Mac, I've noticed the following: - each compile run complains about 'setsockopt: No buffer space available' - by default only the cha

Re: [Pharo-users] Tabular Data Viewer

2013-06-17 Thread Stephan Eggermont
Glamour has a simple table viewer. From GLMBasicExamples open simpleTable "| f | f := self new simpleTable. f openOn: 1000. (f panes first port: #selection) value: 1" | finder | finder := GLMFinder new. finder show: [:a |

Re: [Pharo-users] Looking for old Linux vm

2013-06-18 Thread Stephan Eggermont
Searching through the pharo-project archives, the image is from 6 december 2009. From looking at the squeak vm archives, something like 3.11.3.2147 or so. I don't remember if we had our own vm already by then. Stephan

Re: [Pharo-users] Tabular Data Viewer

2013-06-18 Thread Stephan Eggermont
Glamour uses a PaginatedMorphTreeMorph for the table view. A real gridMorph (with support for unlimited rows/columns) would definitely be nice. Stephan

Re: [Pharo-users] PharoForTheEnterprise

2013-06-21 Thread Stephan Eggermont
Doru wrote: > Where can I see the book? https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english (or one of the forks) Stephan

Re: [Pharo-users] Package Browser

2013-06-27 Thread Stephan Eggermont
Hi Rob, Good to see you here too. There is no online list of former ESUG board members, is there? You probably want to look at p119-126 in PBE and then some chapters in PBE2: - Managing projects with Metacello - Gofer: Scripting package loading - Versioning your code with Monticello Monticello

Re: [Pharo-users] Pharo 2.0 and ODBC

2013-07-04 Thread Stephan Eggermont
Good to see it working. Where do I find the announcements of changes to the VM? In Pharo-Dev there are the nice mails by Marcus for the image changes. Stephan

Re: [Pharo-users] NeoCSV on Pharo 1.4 - codepoint MNU?

2013-07-08 Thread Stephan Eggermont
Some snippets of a working glamour application loading excel files (Moose 4.8) MNU on SmallInteger could be a broken VM A separate class to represent the csv file, storing the rows: ANExcelModel >> on: aFilename ^self new rows: (NeoCSVReader on: (FileSystem root / aFilen

[Pharo-users] PPA for Ubuntu X11

2013-07-15 Thread Stephan Eggermont
Hi, Does the PPA only takes care of the headless dependencies? I expected pharo-vm-desktop to also load an X display driver (12.04.2 server) Stephan

Re: [Pharo-users] Pharo as a platform for a large E-Commerce website

2013-08-04 Thread Stephan Eggermont
Sanjay wrote: >Possibly the above details are sketchy but the immediate questions for him >to firm up investment plans are: >- Will a Pharo based platform be appropriate > -- Technology ? > -- Robustness & support ? Nothing you indicated in your estimates would be a bad fit for Pharo. Strong po

Re: [Pharo-users] [DOC] Building and deploying your first web app with Pharo

2013-08-08 Thread Stephan Eggermont
The pharo image installed by curl get.pharo.org/20+vm | bash currently is an image without the --no-quit option Stephan

[Pharo-users] Pier 3 Code exporter

2013-08-19 Thread Stephan Eggermont
Hi all, Before my holidays I started on making the code exporter for pier3 work easy. I had some issues, and fixed most of the before my holidays. But now after my holidays I had time to test the entire path, so we can deploy our website www.legacycode.nl from continuous integration. We now ca

[Pharo-users] Pier 3 on Pharo 3

2013-08-21 Thread Stephan Eggermont
On Aug 19, 2013, at 13:41 , Diego Lont wrote: > We now can use the following script on a clean pharo 2.0 image: > " load the configuration and from the configuration the code exporter for > pier " > Gofer new >url: 'http://smalltalkhub.com/mc/Pier/Pier3Addons/main'; >package: 'Configurati

Re: [Pharo-users] The Pharo Advantage: what is it for you?

2013-08-23 Thread Stephan Eggermont
I'd add as a development environment to the stack: MOOSE Creating visibility in what you're building http://vimeo.com/63320261 Stephan

Re: [Pharo-users] Seaside JQuery Ajax processing question

2013-08-25 Thread Stephan Eggermont
Hi Ken, Doing this lookup serverside only works if the latency is low, i.e. not for a mobile site or one at the other side of the ocean. Only getting a hovertext can be done easier using the title attribute. You can find some code showing how to use jQuery in Deltawerken and Storyboard (on ss

Re: [Pharo-users] Categorizing tests according to test result

2013-08-26 Thread Stephan Eggermont
Hi Mohammad, You can take a look at TestResult>>historyFor: Why are you generating unit tests as code with a script? And why do you have many failing tests? Stephan

Re: [Pharo-users] Rearranging tests between categories

2013-08-27 Thread Stephan Eggermont
You are remembering 'reorganize categories' (that only works for packages and their classes). I'm not sure where that has gone in Nautilus (the new browser). You may want to take a look at SystemNavigation and friends. Then you can make these changes programmatically. You probably want to experi

[Pharo-users] How to load seaside currently?

2013-09-25 Thread Stephan Eggermont
Hi Stef, I'm able to reproduce your problems, by not cleaning the packagecache. The new version of Grease-Pharo20-Core is pmm.1. Having a packagecache that contains versions that seem to be newer creates loading of wrong versions. In my case, it tried loading Grease-Pharo20-Core-pmm.17.mcz. Sha

Re: [Pharo-users] How to load seaside currently?

2013-09-25 Thread Stephan Eggermont
Philippe wrote: >FWIW, that ConfigurationOfSeaside3 leads to all kinds of problems when coupled >with MagritteMagic and TwitterBoostrap... >The fact that those are loading Seaside30 on their own isn't helping... That >name change may not have been the best thing (keeping 30 would have been >bett

Re: [Pharo-users] Magritte descriptions generation: quick way to do that?

2013-10-01 Thread Stephan Eggermont
You probably want to do something similar to what we have done in Deltawerken-Framework. (on ss3) Stephan

Re: [Pharo-users] I would rather pay for Smalltalkhub than use Github for free.

2013-11-03 Thread Stephan Eggermont
Kilon wrote >I take a look at previous experiments like squeaksource and I find little >justification to not support Github. But then I am not against Smalltalkhub or >other >repos being available to Pharo. The more the merrier. I see some very strong arguments against depending on github: -

Re: [Pharo-users] Looking for camera(wo)man FOSDEM2014 Smalltalk devroom

2013-11-05 Thread Stephan Eggermont
François wrote: >Hi Stephan, > >If you still need someone, I can help ;) Yes please. Two-four more people would be ideal. Cheers, Stephan

Re: [Pharo-users] Repository of petit parser

2013-11-07 Thread Stephan Eggermont
The official repository of PetitParser is Moose/PetitParser on smalltalkhub http://forum.world.st/moving-petitparser-to-smalltalkhub-td4671840.html

[Pharo-users] State of Flamel?

2013-11-12 Thread Stephan Eggermont
Hi, I have some boring refactorings to do, so wanted to try out Flamel. Loading BleedingEdge in latest 3.0 doesn’t work, it hangs. The SmartSuggestions in gisela/Flamel is older than the one in latest. Which combination should work / it would be nice to have a build in contributions? Stephan

[Pharo-users] Lock free structures in Pharo

2013-11-14 Thread Stephan Eggermont
Reading this code, made me wonder what operations are actually atomic. Anyone having a good explanation? Stephan AtomicQueueItem>makeCircular "Make a receiver circular, i.e. point to itself, answer the old value of next variable. Note, this operation should be atomic"

Re: [Pharo-users] State of Flamel?

2013-11-14 Thread Stephan Eggermont
Anyone?

[Pharo-users] Lock free structures in Pharo

2013-11-14 Thread Stephan Eggermont
Marcus wrote: >-> no message send >-> no back jump bytecode > >therefore it can not be interrupted and process switches can not happen >between the statements. Ok, that’s not too difficult. Thank you Stephan

Re: [Pharo-users] i18n - Where to start?

2013-11-14 Thread Stephan Eggermont
With the QCMagritte image (from the pharo contributions ci). That has build-in support for translations. Just start it and open the web demo Stephan

Re: [Pharo-users] [Pharo-dev] State of Flamel?

2013-11-14 Thread Stephan Eggermont
On 14 nov. 2013, at 19:39, Stéphane Ducasse wrote: > Gisela is busy preparing a workshop in argentina and working. > Now did you try to load it? > I do not know if there is an automated jenkins build. Gisela contacted me, and I managed to load the newest version. AST-Core is changed in Flamel

Re: [Pharo-users] i18n - Where to start?

2013-11-16 Thread Stephan Eggermont
In the multi language demo of QCMagritte, a magritte visitor is used that changes all label:, checkboxLabel:, comment: and group: sends in descriptions to automatically use a multilanguagestring. The parameter is used as the key. All unique keys are collected. The default translation is the key.

Re: [Pharo-users] State of Flamel?

2013-11-22 Thread Stephan Eggermont
The dependency on AST-Core is removed. I guess it makes sense to have a ci build for this. Can I get access to pharo-contributions to create a build? Stephan

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-22 Thread Stephan Eggermont
Johan wrote: >I recommend you to go with Spec. It is the newest and designed to be the most >capable. It is also the way forward, it will be the 'standard' GUI builders >>in the future. We know that the documentation right now is far from optimal. >Ben and I will work on that in January. I’d r

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-22 Thread Stephan Eggermont
>About Glamour, isn'it used to create Browser? How can i create a typical >window? What is a typical window? Spec gives too much freedom and not enough structure for 'typical’ applications. Almost every window in your smalltalk system is a browser. Nearly all would be significantly less code wh

Re: [Pharo-users] About deprecation and unit testing

2013-12-04 Thread Stephan Eggermont
A related issue is the enforcing of protocol. Currently, the RPackage implementation doesn’t allow other class-side definitions of #packages. There was no test for that, so all images with Grease loaded (all Moose & Seaside based images) fail silently. In Slice 12324 I added a test checking tha

Re: [Pharo-users] About deprecation and unit testing

2013-12-04 Thread Stephan Eggermont
Stef wrote >I do not think that it can be correct because ClassDecription defines it and >it is under Object I wasn’t precise enough. This is the current test. self assert: (Object allSubclasses select: [: each | (each class compiledMethodAt: #packages ifAbsent: [nil]) isNotNil]) isEmp

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stephan Eggermont
Peter Yoo wrote: >1. im look monticello now. can look more version now. 28, 30 Interesting. I still cannot see anything newer than .24 in http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/MetacelloRepository Are you sure that it is exactly the same repository? There is likely to be a differen

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stephan Eggermont
When trying to load Designer in Pharo 3.0 I find uncompilable code in Animations: 'updateCurrentValue: aValue self target ifNil: [^ self]. self target perform: (self property, #:) asSymbol with: aValue.'

[Pharo-users] Event handling in TextMorphs

2013-12-27 Thread Stephan Eggermont
handleInteraction:fromEvent: no longer exists in TextMorph in Pharo 3.0. Just replacing it by handleInteraction: doesn't do the right thing. What should I be doing instead? Stephan mouseDown: evt evt yellowButtonPressed ifTrue: [ ^ self yellowButtonActivity: evt s

Re: [Pharo-users] FOSDEM Smalltalk Devroom

2014-01-19 Thread Stephan Eggermont
Sorry for the delay. I was a bit more away from home than expected. https://fosdem.org/2014/schedule/track/smalltalk/ Stephan

Re: [Pharo-users] FOSDEM Smalltalk Devroom

2014-01-20 Thread Stephan Eggermont
Hi Rafael, if you are going to be there the whole time, would you be so kind to help out with the video recordings? Stephan

Re: [Pharo-users] find used deprecated methods when moving from pharo2 to pharo3

2014-01-20 Thread Stephan Eggermont
What you can do is load your code in a Moose image, and tell it to calculate the invocations In deprecationFinder I used findDeprecationsFor: aVersion in: aProject | mooseModel | mooseModel := (MooseMonticelloHTTPImporter new setRepositoryCache: aProject monticelloRepository;

Re: [Pharo-users] SourceCity on Delphi code

2014-01-28 Thread Stephan Eggermont
Esteban wrote: > it is not possible to show the roassal3d version (no idea what is the status > of it)? That would be great, but I think there are a few layouts missing for that currently. But it is only tuesday... Making SourceCity work on Pharo3 should be easier for someone aware of the chang

[Pharo-users] New project Forum on CI not building

2014-01-29 Thread Stephan Eggermont
Anyone with config access to https://ci.inria.fr/pharo-contribution/job/Forum/ who can take a look at what I forgot? Probably something obvious, but the console output is not so helpful: Started by user step...@stack.nl Building remotely on pharo-contribution-linux64-4.ci.inria.fr in workspace

Re: [Pharo-users] New project Forum on CI not building

2014-01-30 Thread Stephan Eggermont
Thanks Marcus, Green build! The mail I got from the build failure provides a clue. I should have browsed to the specific version of the job to find the results. === Notice: Installing ConfigurationOfForum development ==

Re: [Pharo-users] Roassal Sunburst examples not working

2014-02-04 Thread Stephan Eggermont
Alejandro wrote >World Menu > System > Settings > Appearance: > - Activate Use Free type... (If is already activated, deactivate it and > activate it again). FreeTypeFontProvider current updateFromSystem.

Re: [Pharo-users] Google Summer of Code is here, your ideas please!

2014-02-04 Thread Stephan Eggermont
Configuration sanity checker. Load all ConfigurationOfs and check if dependencies are missing or conflicting. By checking monticello files, the introduction moment and interface changes of classes are known, so a range of possible version combinations can be generated. See DeprecationFinder fo

Re: [Pharo-users] Which one should I download?

2014-02-26 Thread Stephan Eggermont
Robert, I’ve looked at your log. You are using an old VM. (288) Please retry with a newer one (stable/latest) Stephan

Re: [Pharo-users] Which one should I download?

2014-02-26 Thread Stephan Eggermont
Robert wrote >I'm dragging and dropping in a fresh install No, you are not. You are dropping a new image on an old vm. Replace the vm and retry. Stephan

Re: [Pharo-users] Which one should I download?

2014-02-26 Thread Stephan Eggermont
Robert wrote: >I am unzipping from our zip on pharo-project.org page for 3.0 Beta > >If that is wrong, let's have someone fix that zip, that page, what-ever Thank you, sounds like you found the problem. I support your demand. Get a newer vm from http://files.pharo.org/vm/pharo/win/ until the pr

[Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Stephan Eggermont
I’m trying to migrate the Pier link checker to Pharo 3, going from HTTPSocket to ZnClient. Looks like a good API improvement, but some things are still different. http://humane-assessment.com claims not to support this head request (501), as does http:://cognitive-edge.com (404). Anyone know what

<    1   2   3   4   5   6   >