[Pharo-dev] [Reflectivity] What are the #arguments?

2015-09-25 Thread roberto.mine...@usi.ch
Dear Marcus, I am wondering where to ‘discover’ all the possible values for the #arguments: to pass to the MetaLink. Cheers, R

Re: [Pharo-dev] [Reflectivity] What are the #arguments?

2015-09-25 Thread roberto.mine...@usi.ch
ry symbol (e.g. for #arguments, there is > RFArgumentsReification). > The class side method #key defines the exact symbol, while #nodes returns the > AST node classes > where this reification is available. > > I will make a full table soon that lists everything. > > Marcus >

Re: [Pharo-dev] [Reflectivity] Slides ESUG talk

2015-09-24 Thread roberto.mine...@usi.ch
Lovely Marcus, thank you. > On 24 Sep 2015, at 09:59, Marcus Denker <marcus.den...@inria.fr> wrote: > >> >> On 22 Sep 2015, at 17:23, roberto.mine...@usi.ch wrote: >> >> Hi Marcus, >> >> I am finally playing with Reflectivity. In the fir

Re: [Pharo-dev] [Reflectivity] Slides ESUG talk

2015-09-22 Thread roberto.mine...@usi.ch
ed early next week. > > After that, I need to actually use it to find remaining problems, so this is > very good that you will start now. > >Marcus > > On Thu, Sep 3, 2015 at 2:50 PM, roberto.mine...@usi.ch > <roberto.mine...@usi.ch> wrote: > Very good talk Marcus.

[Pharo-dev] Pharo 5 and method extensions

2015-09-18 Thread roberto.mine...@usi.ch
Dear all, I just moved to Pharo 5 for development and discovered that it does not correctly show method extensions. I opened a case https://pharo.fogbugz.com/f/cases/16601/Pharo-5-does-not-show-method-extensions Cheers, R

Re: [Pharo-dev] Configuration Madness

2015-09-18 Thread roberto.mine...@usi.ch
Thanks a lot Dale, this works indeed. P.s. Sorry for the delay in the answer but my mailbox went crazy! R > On 16 Sep 2015, at 17:43, Dale Henrichs <dale.henri...@gemtalksystems.com> > wrote: > > > > On 9/16/15 8:07 AM, Max Leske wrote: >>> On 16 Sep 2015,

[Pharo-dev] Configuration Madness

2015-09-16 Thread roberto.mine...@usi.ch
Dear all, I have a question about the ConfigurationOf my project, and I really hope you can help. In my project I have a package called ‘DevFlow-Extensions’ that is a “placeholder” for code that is dependent on the Pharo version. On the ConfigurationOf, according to the Pharo version I do

Re: [Pharo-dev] [Reflectivity] Slides ESUG talk

2015-09-03 Thread roberto.mine...@usi.ch
Very good talk Marcus. In the next weeks I will finally have some time to try Reflectivity out! Thanks a lot for all your effort! Cheers, Roberto > On 31 Jul 2015, at 13:23, Marcus Denker wrote: > > >> On 15 Jul 2015, at 10:15, Marcus Denker

Re: [Pharo-dev] About compileSilently

2015-07-29 Thread roberto.mine...@usi.ch
: Not known, but the whole #prepareDebuggerExample method is very strange. We should remove it. On 29 Jul 2015, at 16:05, roberto.mine...@usi.ch wrote: Hi, I don’t know if this is related, but recently happens something super strange to my images. From time to time, in one of my

Re: [Pharo-dev] About compileSilently

2015-07-29 Thread roberto.mine...@usi.ch
Hi, I don’t know if this is related, but recently happens something super strange to my images. From time to time, in one of my commits the author is suddenly changed to ‘AutoGenTutorial’ and, if I don’t spot this, from now on the Pharo image stops recording my changes. This is very

[Pharo-dev] [Reflectivity] HowTo

2015-06-03 Thread roberto.mine...@usi.ch
Dear Marcus, I am following your progresses on Reflectivity and I’d like to start with a big: THANK YOU! Having said that, I am wondering whether this is a good point in which I can try (as an alpha tester :) to use it. What I need to achieve is something similar to a method wrapper, i.e.,

Re: [Pharo-dev] [Reflectivity] Progress for Breakpoints

2015-05-26 Thread roberto.mine...@usi.ch
Thanks a lot Marcus. Your work is really appreciated! On 26 May 2015, at 08:46, Marcus Denker marcus.den...@inria.fr wrote: Yes, I am aware that these mails are not understandable… I think they are more a trick for myself to do something tiny every day that moves the project forward. And

Re: [Pharo-dev] Collecting user data

2015-04-29 Thread roberto.mine...@usi.ch
+1 I couldn’t agree more with Andrei. I believe that we should have a common infrastructure, at least, to define which level of details tools are allowed to collect/send for research purposes. I envision a setting’s panel in which the user has a list of tools collecting data with their own

[Pharo-dev] ZnClient send big data + progress

2014-06-06 Thread roberto.mine...@usi.ch
Hi guys, I have a problem with Zinc, I need to send a huge amount of data (bytes) that translates to ~50Mb. When I do something like: ZnEasy post: 'http://localhost:15432' data: (ZnEntity bytes: aHugeByteArray.] I encounter a ‘ConnectionTimedOut: Data send timed out.’, I

Re: [Pharo-dev] ZnClient send big data + progress

2014-06-06 Thread roberto.mine...@usi.ch
]. Transcript crShow: progress. progress resume ] ] asJob run. Experiment with adding/commenting out the #crShow: you will see that it works, sometimes. HTH, Sven On 06 Jun 2014, at 10:47, roberto.mine...@usi.ch wrote: Hi guys, I have a problem with Zinc, I need

[Pharo-dev] [Fuel] Serialize and materialize to GZip

2014-04-30 Thread roberto.mine...@usi.ch
Hi, Following the Fuel test FLUserGuidesTest#testGZip I discovered that I can serialize and materialize to and from GZip archives. Cool! I tried with some small test object and it worked like a charm. When I tried with a large object… Serialization - It does not work, the image instantly

[Pharo-dev] Milliseconds in DateAndTime or TimeStamp

2014-04-22 Thread roberto.mine...@usi.ch
Hi, I am wondering if there is the possibility to get milliseconds in a TimeStamp. I need to record fine-grained events and second-granularity is not enough. Cheers, Roberto

Re: [Pharo-dev] Milliseconds in DateAndTime or TimeStamp

2014-04-22 Thread roberto.mine...@usi.ch
On 22 Apr 2014, at 17:13, roberto.mine...@usi.ch wrote: Hi, I am wondering if there is the possibility to get milliseconds in a TimeStamp. I need to record fine-grained events and second-granularity is not enough. Cheers, Roberto

Re: [Pharo-dev] Milliseconds in DateAndTime or TimeStamp

2014-04-22 Thread roberto.mine...@usi.ch
much confusion, you better use DateAndTime. On 22 Apr 2014, at 17:11, roberto.mine...@usi.ch wrote: TimeStamp now rounds the timestamp, so #asNanoSeconds returns the seconds * 10e9. Doing “DateAndTime now” solves my issue, but this is a total non-sense. Cheers, R On Apr 22, 2014

Re: [Pharo-dev] MongoGB GridFS driver for Pharo

2014-04-11 Thread roberto.mine...@usi.ch
:07, roberto.mine...@usi.ch wrote: Hi guys, I need to store objects (i.e., mongo documents) which exceeds the BSON-document size of 16MB. I run into the “official” mongoDB solution, which is to use GridFS. Does anyone know if there is any possibility to use GridFS within Pharo

[Pharo-dev] MongoGB GridFS driver for Pharo

2014-04-10 Thread roberto.mine...@usi.ch
Hi guys, I need to store objects (i.e., mongo documents) which exceeds the BSON-document size of 16MB. I run into the “official” mongoDB solution, which is to use GridFS. Does anyone know if there is any possibility to use GridFS within Pharo? For example with Voyage… or any other suggestion

Re: [Pharo-dev] MongoGB GridFS driver for Pharo

2014-04-10 Thread roberto.mine...@usi.ch
be extended to use it, it does not looks as a real complicated API. Esteban On 10 Apr 2014, at 11:07, roberto.mine...@usi.ch wrote: Hi guys, I need to store objects (i.e., mongo documents) which exceeds the BSON-document size of 16MB. I run into the “official” mongoDB solution, which

[Pharo-dev] Spec double title or nil title

2014-03-14 Thread roberto.mine...@usi.ch
Hi Guys, I noticed a weird behavior of Spec MenuModel, it has either a double title or a #nil title. Please see https://pharo.fogbugz.com/f/cases/13075/Spec-double-title-or-nil-title Cheers, R

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

2014-03-08 Thread roberto.mine...@usi.ch
Anyone on this? It is very frustrating for me. Cheers, Roby On Mar 7, 2014, at 1:05 PM, roberto.mine...@usi.ch wrote: On Mar 7, 2014, at 12:24 PM, Max Leske maxle...@gmail.com wrote: On 07.03.2014, at 11:55, roberto.mine...@usi.ch wrote: Hi guys, I am experiencing a very strange

Re: [Pharo-dev] [Fuel] Unexpected stream version 19

2014-03-07 Thread roberto.mine...@usi.ch
. On 06 Mar 2014, at 17:14, roberto.mine...@usi.ch wrote: Hi, I just run into an error while materializing an object with Fuel. Unexpected stream version 19 should be 193. Do you have any idea why? I noticed that the fuel #stable version is now 1.9.3 instead of 1.9.1 which

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

2014-03-07 Thread roberto.mine...@usi.ch
Hi guys, I am experiencing a very strange problem that makes me think there is some shared memory problem with Pharo. Here are the steps that lead to the problem: - I have an image, I do something (i.e., materializing objects with Fuel) - I encounter a problem and a debugger pops up with a

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

2014-03-07 Thread roberto.mine...@usi.ch
On Mar 7, 2014, at 12:24 PM, Max Leske maxle...@gmail.com wrote: On 07.03.2014, at 11:55, roberto.mine...@usi.ch wrote: Hi guys, I am experiencing a very strange problem that makes me think there is some shared memory problem with Pharo. Here are the steps that lead to the problem

[Pharo-dev] [Fuel] Unexpected stream version 19

2014-03-06 Thread roberto.mine...@usi.ch
Hi, I just run into an error while materializing an object with Fuel. Unexpected stream version 19 should be 193. Do you have any idea why? I noticed that the fuel #stable version is now 1.9.3 instead of 1.9.1 which was the version I used for export. When I loaded Fuel 1.9.1 despite getting

Re: [Pharo-dev] Spec #subMenu is broken

2014-03-05 Thread roberto.mine...@usi.ch
Perfect. Please ping us when it is integrated ;) On Mar 5, 2014, at 9:15 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: On 05 Mar 2014, at 08:41, Pharo4Stef pharo4s...@free.fr wrote: where? because I wanted to integrate it and I could not find the slice in the inbox.

[Pharo-dev] Spec #subMenu is broken

2014-03-04 Thread roberto.mine...@usi.ch
Hi, It seems that Spec’s #subMenu functionality is broken. I opened an entry here: https://pharo.fogbugz.com/f/cases/13039/Spec-s-subMenu-is-broken Cheers, RM

Re: [Pharo-dev] Spec #subMenu is broken

2014-03-04 Thread roberto.mine...@usi.ch
Cool Ben! P.s. Should I wait until the fix will be integrated in Pharo? Cheers, R On Mar 4, 2014, at 5:13 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Thanks for the report :) Fixed in commit df6e44a :) Ben On 04 Mar 2014, at 16:57, roberto.mine...@usi.ch wrote: Hi

Re: [Pharo-dev] [ANN]: EventRecorderMorph Port to 3.0

2014-01-13 Thread roberto.mine...@usi.ch
I am working on a similar thing (without the replaying feature). I am interested in profiling (i.e., recording) some morphic events. I will look into this existing recorder, thanks for sharing. Cheers, R On Jan 13, 2014, at 9:03 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Cool! This is

[Pharo-dev] Detect when Pharo loses focus

2014-01-13 Thread roberto.mine...@usi.ch
Hi guys, I am trying to detect when a user switches her focus from Pharo to another app. In short I’d like to know when the user switches (i.e., atl+tab) from the Pharo application to another application, losing focus from the development. I looked into Morphic and I was able to tell when the

Re: [Pharo-dev] Detect when Pharo loses focus

2014-01-13 Thread roberto.mine...@usi.ch
? Ben On 13 Jan 2014, at 06:49, roberto.mine...@usi.ch wrote: Hi guys, I am trying to detect when a user switches her focus from Pharo to another app. In short I’d like to know when the user switches (i.e., atl+tab) from the Pharo application to another application, losing focus from

[Pharo-dev] #runOnce: of StartupAction not working

2014-01-08 Thread roberto.mine...@usi.ch
Hi, I am playing with StartupAction’s. I discovered that the #runOnce: message is apparently not working. Try to put this (https://dl.dropboxusercontent.com/u/6281855/pincopallino.st) StartupAction into ~/Library/Preferences/pharo and open an image. The first time the name is set as expected.

Re: [Pharo-dev] PharoLauncher as the default Pharo download on pharo.org?

2013-12-20 Thread roberto.mine...@usi.ch
I like the launcher, I’ll use it for sure by myself even though it will not be part of the standard Pharo distro. Cheers, R On Dec 20, 2013, at 10:44 AM, Damien Cassou damien.cas...@gmail.com wrote: Hi guys, what do you think about setting the PharoLauncher as the default download for mac

Re: [Pharo-dev] gtinspector deconstructed

2013-12-19 Thread roberto.mine...@usi.ch
Hi Doru, I have never used it till 2 days ago when I was playing with Andrei to do something. The only thing I can say is that it “feels” strange at the beginning… I am not used to this horizontal navigation… I am more used to spawning a lot of small inspectors that I can also use to compare

[Pharo-dev] SmalltalkHub is down

2013-11-08 Thread roberto.mine...@usi.ch
:’(

Re: [Pharo-dev] SmalltalkHub is down

2013-11-08 Thread roberto.mine...@usi.ch
Apparently is back up again ;) On Nov 8, 2013, at 10:11 AM, roberto.mine...@usi.ch wrote: :’(

[Pharo-dev] Menu enabled not refreshing

2013-11-08 Thread roberto.mine...@usi.ch
Hi, I think I spotted a bug. When registering a menu item I think the message PragmaMenuAndShortcutRegistration#enabled: passing a block is not working correctly. It seems that the enabled state is somewhat cached, i.e., if the block value passes from true to false due to a certain condition

[Pharo-dev] [Edu] 3-day project with high school students

2013-11-06 Thread roberto.mine...@usi.ch
Hi, I would like to hear an opinion from you. I need to organize a 3-day project with high-school students. In short they will come to our University and I am the responsible to guide them to do “something” to introduce them to programming. The assumption is that they have zero background

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-29 Thread roberto.mine...@usi.ch
be defined. Roberto, what references does your meta object hold on to? Max On 28.10.2013, at 22:16, Martin Dias tinchod...@gmail.com wrote: On Mon, Oct 28, 2013 at 5:13 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: The idea is that I have an object (a session

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-29 Thread roberto.mine...@usi.ch
(including classes) and in the materialization phase I got clearly a FLClassNotFound. Thanks a lot for the support, Roby On Oct 29, 2013, at 8:03 AM, roberto.mine...@usi.ch wrote: I’ll look at the doc… However if some of you is online in Skype we can have a chat… Cheers and thanks for help

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-29 Thread roberto.mine...@usi.ch
Hi Mariano, On Oct 29, 2013, at 1:35 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, Oct 29, 2013 at 6:53 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Guys, Fuel it’s perfect, it was–of course–my fault. When I considered everything and I moved away from Ring

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-29 Thread roberto.mine...@usi.ch
On Oct 29, 2013, at 3:41 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, Oct 29, 2013 at 11:37 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi Mariano, On Oct 29, 2013, at 1:35 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, Oct 29, 2013

[Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-28 Thread roberto.mine...@usi.ch
Hi, I’m struggling with Fuel and I probably discovered my problem. When trying to serialize an object (that represents a development session, i.e., contains some meta-data (title, author, etc.) and some objects representing actions of the developer) I often encounter problem with some

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-28 Thread roberto.mine...@usi.ch
, 2013 at 8:16 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, I’m struggling with Fuel and I probably discovered my problem. When trying to serialize an object (that represents a development session, i.e., contains some meta-data (title, author, etc.) and some objects

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-28 Thread roberto.mine...@usi.ch
/software/Fuel (which is sadly down in this moment, but will be up again soon) Martín On Mon, Oct 28, 2013 at 4:10 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi Martin, Thanks for the answer, I have another question. Is there any way to tell Fuel to serialize only

Re: [Pharo-dev] [Fuel] How to tell Fuel *not* to encode references?

2013-10-28 Thread roberto.mine...@usi.ch
than the optimum… Cheers, R On Oct 28, 2013, at 4:57 PM, Martin Dias tinchod...@gmail.com wrote: On Mon, Oct 28, 2013 at 4:47 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Thanks, On Oct 28, 2013, at 4:36 PM, Martin Dias tinchod...@gmail.com wrote: Currently

Re: [Pharo-dev] How to delete an obsolete class ?

2013-10-14 Thread roberto.mine...@usi.ch
Thank you Pavel, Just run into the same situation and your 'Smalltalk fixObsoleteReferences' worked like a charm ;) Cheers, Roberto On Oct 10, 2013, at 11:11 AM, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi Olivier, firstly try Smalltalk fixObsoleteReferences. Then try this:

Re: [Pharo-dev] Please contributors fill up this form...

2013-10-14 Thread roberto.mine...@usi.ch
Here's mine: PharoContributor new name: 'Roberto Minelli'; email: 'roberto.min...@usi.ch'; website: 'http://www.inf.usi.ch/phd/minelli'; description: 'PhD Student at REVEAL @ Faculty of Informatics (University of Lugano)'; yourself. On Oct 9, 2013, at 1:34 PM, Stéphane

Re: [Pharo-dev] [ann] system attraction view

2013-10-03 Thread roberto.mine...@usi.ch
Cool! It really catches the eye, Doru! On Oct 3, 2013, at 11:37 PM, Alexandre Bergel alexandre.ber...@me.com wrote: I think this is the nicest looking visualization made so far with Roassal. Consider it for the next Roassal contest next year. Amazing job! Truly beautiful. Alexandre

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-30 Thread roberto.mine...@usi.ch
Anyone can help here? On Sep 20, 2013, at 5:32 PM, roberto.mine...@usi.ch wrote: Hi, It's me again.. I managed to have something *almost* working, but the behavior of the ROTreeMapLayout is not clear to me. Using the ROMondrianViewBuilder I can specify the size of the Tree map

[Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
Hi, I was playing around with Roassal (in particular, a tree map) and I have a question: Is there a way to dynamically adding nodes? I mean, once the view is generated to update the #nodes by adding a new node (and associations as well, i.e., edges) and have the visualization re- Thanks in

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
*and have the visualization re-layouted? On Sep 20, 2013, at 11:24 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, I was playing around with Roassal (in particular, a tree map) and I have a question: Is there a way to dynamically adding nodes? I mean, once the view

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
. 2013/9/20 roberto.mine...@usi.ch roberto.mine...@usi.ch *and have the visualization re-layouted? On Sep 20, 2013, at 11:24 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, I was playing around with Roassal (in particular, a tree map) and I have a question

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
on: rawView elementsNotEdge edges: rawView elementsAsEdge. rawView open. I recommend you to see the ROExamples and if there is something that you don't know just ask to the mailing list. You may like to see the ROExamplesinteractionsaddingOnClick example. 2013/9/20 roberto.mine...@usi.ch

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
place to start from, the link of the book is http://rmod.lille.inria.fr/pbe2/. 2013/9/20 roberto.mine...@usi.ch roberto.mine...@usi.ch Thanks Alejandro, Yes I went through the examples and I understood the difference between the examples using the builder (which are easier

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
Thanks for the reference! On Sep 20, 2013, at 3:02 PM, b...@openinworld.com wrote: Have a look at [1], section 5.6.2 LEKCimDynamicTreeLayout Note however that my project was based entirely on using raw ROView, rather than ROMondrianViewBuilder. [1]

Re: [Pharo-dev] Dynamically adding nodes to Roassal

2013-09-20 Thread roberto.mine...@usi.ch
till now? Thanks again for your help, Roby On Sep 20, 2013, at 11:24 AM, roberto.mine...@usi.ch wrote: Hi, I was playing around with Roassal (in particular, a tree map) and I have a question: Is there a way to dynamically adding nodes? I mean, once the view is generated to update the #nodes

Re: [Pharo-dev] Create a Moose model a posteriori

2013-09-16 Thread roberto.mine...@usi.ch
Hi Guillermo, On Sep 16, 2013, at 9:44 AM, Guillermo Polito guillermopol...@gmail.com wrote: Hey! On Mon, Sep 16, 2013 at 9:19 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, I was at ESUG last week and I discussed about this issue with some people, and in the end Stef

[Pharo-dev] Removing a package from Smalltalkhub

2013-05-21 Thread roberto.mine...@usi.ch
Hi, I was wondering if and how can I delete a package from Smalltalkhub. Thanks in avance, R

Re: [Pharo-dev] Removing a package from Smalltalkhub

2013-05-21 Thread roberto.mine...@usi.ch
Awesome, thanks ;) On May 21, 2013, at 3:21 PM, Nicolas Petton petton.nico...@gmail.com wrote: Hey! It will be there soon, Damien implemented the feature, I need to review it before updating smalltalkhub :) Nico On May 21, 2013, at 2:52 PM, Roberto Minelli

[Pharo-dev] [Fuel] [FuelMetaLevel] Help

2013-05-21 Thread roberto.mine...@usi.ch
Hi, I am using Fuel to serialize/deserialize some objects. As part as the objects I need to serialize there are some classes, class definitions (i.e., Ring) and some CompiledMethod. It's not always the case that I serialize and materialize in the same image, thus sometimes I experience

Re: [Pharo-dev] [Fuel] [FuelMetaLevel] Help

2013-05-21 Thread roberto.mine...@usi.ch
Thanks! I was not aware of a Fuel-dev mailing list. Thanks, R On May 21, 2013, at 4:05 PM, Max Leske maxle...@gmail.com wrote: Forwarding to Fuel dev On 21.05.2013, at 16:00, roberto.mine...@usi.ch wrote: Hi, I am using Fuel to serialize/deserialize some objects. As part

Re: [Pharo-dev] Removing a package from Smalltalkhub

2013-05-21 Thread roberto.mine...@usi.ch
cannot, once you commited, your package belong to the universe :) nah, it is a known missing feature (and really needed), there is a fix coming I think next week. Esteban On May 21, 2013, at 2:53 PM, roberto.mine...@usi.ch wrote: Hi, I was wondering if and how can I delete a package