Begin forwarded message:
> From: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Date: 5 May 2010 14:56:30 GMT+02:00
> To: Pharo Development <Pharo-project(a)lists.gforge.inria.fr>
> Subject: [Pharo-project] ESUG call for contribution + student
> volunteer programs
> Reply-To: Pharo-project(a)lists.gforge.inria.fr
>
> please distribute widely
>
> 18th International Smalltalk Joint Conference - Call for Contributions
>
> Barcelona, Spain
> September 13 - 17, 2010; Camp Smalltalk September 11-12
> http://www.esug.org/conferences/2010/
>
> This call includes:
> Developer program
> Free ESUG tickets
> Business day 16th of September (sponsored by Cincom Smalltalk)
> International Workshop http://www.esug.org/Conferences/2010/International+Workshop+on+Smalltalk+Te…
> Student Volunteer http://www.esug.org/Conferences/2010/Student+Volunteers+program
> Camp Smalltalk 11-12 September 2010
>
> ----------------------------------------------------------------------
>
> For the past 18 years, the European Smalltalk User Group (ESUG) has
> organised the International Smalltalk Conference, a lively forum on
> cutting edge software technologies that attract people from both
> academia and industry for a whole week. The attendees are both
> engineers using Smalltalk in business and students and teachers
> using Smalltalk both for research and didactic purposes.
>
> As every year, this year's edition of the largest European Smalltalk
> event will include the regular Smalltalk developers conference with
> renowned invited speakers, a Smalltalk camp that proves fruitful for
> interactions and discussions. Besides, this year will be held the
> - 6th edition of the Innovation Technology Awards where prizes will
> be
> awarded to authors of best pieces of Smalltalk-related projects
> - an international workshop on Smalltalk and dynamic languages
> http://www.esug.org/Conferences/2010/International+Workshop+on+Smalltalk+Te…
>
> * New this year:
> - There will be a business day: thursday 16th of September 2010.
> The focus will be on "Agile Development Processes and Smalltalk"
>
> - ESUG will offer 10 free entrance tickets.
> To get a free ticket you should send a mail to the esug board (board(a)esug.org
> )
> Subject: [ESUG 2010 Free entrance] + your name
> And you should write a small motivation.
>
>
> You can support the ESUG conference in many different ways:
>
> * Sponsor the conference. New sponsoring packages are described at
> http://www.esug.org/supportesug/becomeasponsor/
> * Submit a talk, a software or a paper to one of the events. See
> below.
>
> * Attend the conference. We'd like to beat the previous record of
> attendance (156 participants at Brest and 170 people at Amsterdam)!
>
> * Students can get free registration and hosting if they enroll
> into the the Student Volunteers program. See below.
>
> Developers Forum: International Smalltalk Developers Conference
> ------------------------------------------------------------------------
> This year we are looking for YOUR experience on using Smalltalk.
> In addition, we are looking for tutorials. The
> list of topics includes, but is not limited to the following:
>
> * XP practices
> * Development tools
> * Experience reports
> * Model driven development
> * Web development
> * Team management
> * Meta-Modeling
> * Security
> * New libraries & frameworks
> * Educational material
> * Embedded systems and robotics
> * SOA and Web services
> * Interaction with other programming languages
>
> Submissions due on 1 July 2010
> Notification of acceptance on 15 of July 2010
> More information at http://www.esug.org/conferences/2010
>
> How to submit?
> ------------------
> Pay attention: the places are limited so do not wait till the last
> minute to apply. Prospective presenters should submit a request to
> board(a)esug.org AND stephane.ducasse(a)free.fr
> following the template below. Please use this template since the
> emails will be automatically processed!
>
> Subject: [ESUG 2010 Developers] + your name
>
> First Name:
>
> Last Name:
>
> Email where you can always be reached:
>
> Title:
>
> Abstract:
>
> Bio:
>
> Any presentation not respecting this form will be discarded
> automatically
>
>
> Innovation Technology Award
> ------------------------------------------------------------------------
> We are proud to announce the 6th Innovation Technology Awards. The
> top 3 teams with the most innovative software will receive,
> respectively, 500 Euros, 300 Euros and 200 Euros during an awards
> ceremony at the conference. Developers of any Smalltalk-based
> software are welcome to compete. This year we will request 3-5min
> videos.
> More information at http://www.esug.org/Conferences/2010/Innovation+Technology+Awards
>
>
> Student Volunteer Program
> ------------------------------------------------------------------------
> If you are a student wanting to attend ESUG, have you considered
> being a student volunteer? Student volunteers help keep the
> conference running smoothly; in return, they have free
> accommodations, while still having most of the time to enjoy the
> conference.
> More information at
> http://www.esug.org/conferences/2010
> http://www.esug.org/Conferences/2010/Student+Volunteers+program
>
> We hope to see you there and have fun together.
>
>
> Ze ESUG board_______________________________________________
> Board mailing list
> Board(a)lists.esug.org
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
--
www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Hi,
I am looking into the Moose-Algos-Graph package. It's pretty cool,
especially that you can create graphs easily.
The only problem I encountered so far is that I cannot create nested
graphs.
I just see now that MOGraphStructure is a subclass of MOGraphAlgorithm
and that MOGraphAlgorithm has nodes and edges. This means that these
can handle only one level of nodes and edges.
This problem was solved in Mondrian by making each node or edge a
graph. Using a similar approach, MOGraphAlgorithm could then just
point to one root node that holds everything.
Or maybe we need a MOGraphBuilder that creates the graph and
MOGraphAlgorithm just deals with a set of nodes and edges.
What do you think?
Cheers,
Doru
--
www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Hello,
When importing C code with CAnalyzer, if you open a mooseFinder on the
generated model, select allCAUnitElements and then select anyOne of this
CAUnitsElements, it will raise an Error:
"My subclass should have overriden 'classes'".
CAunitElement is a subclass of FAMIXScopingEntity. FAMIXScopingEntity
declare the abstract method 'classes' (which make no sense for a
CAUnitElement ). Then, it seems that the mooseFinder require this method to
browse a CAUnitElement.
Hi Cyrille,
I have a bit of feedback for Distribution Map:
- The computation from Distribution Map Wizard is too expensive
because you iterate over the meta elements and for each of them you go
over all elements of Moose through the method includesElementsOfType:
It would be better if you would go over all cached groups and decide
based on that rather than traversing the entire entities collection
(which can be millions of objects).
- It would be better if Distribution Map gets its own package because
it starts to be large
Cheers,
Doru
--
www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Begin forwarded message:
> From: Andy Kellens <akellens(a)vub.ac.be>
> Date: May 4, 2010 11:47:00 AM GMT+02:00
> To: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Cc: Johan Brichau <johan.brichau(a)uclouvain.be>, Tudor Girba <tudor(a)tudorgirba.com>
> Subject: Re: Cobol parsing?
>
> Hello,
>
> The COBOL parser was work of Kris De Schutter.
> He made it available on sourceforge at http://koopa.sourceforge.net/ .
> Let me know if you have any problems with it!
>
> Cheers,
>
> Andy
>
> On 04 May 2010, at 11:44, Stéphane Ducasse wrote:
>
>> Hi guys
>>
>> for a client we may need a cobol "parser" is yours available and under which license?
>>
>> Stef
>
Hi!
Yesterday I identified and solved a bug related to Source Anchors and
friends. Maybe someone can double check why I did.
Test: #testImportFileAnchors
New versions:
Famix-Tests-Core-Alexandre_Bergel.4
Famix-Extensions-Alexandre_Bergel.120
Famix-SourceAnchor-Alexandre_Bergel.18
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It may be of some interest one day.
JavaScript Meta-Object System: http://code.google.com/p/joose-js/
Thanks to Norbert for the link.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
if you take a model and click on an elements I see that the GC is kicked in
each time I change a list element.
There is something strange. We saw that with cyrille.
Stef