Hi!
I am ready to continue working on the Fuel extension for binary export/import in Moose. I am working on: http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose_suite-4_3_dev.zip Tasks: - create ConfigurationOfFuel with a default config - fix an error running tests (I thin the problem raises because now I'm on Windows, not MacOs) - fix a buf found by Doru last time: "a bug with FAMIXAccess that when the isWrite flag was nil, isRead would raise an error (it is fixed in the meantime). This appeared when I exported the model with MSE, but it did not appear when I used Fuel". - fix the icon for Fuel import in MoosePanel. Is this ok? Cheers, Martin _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Martin,
On 15 Feb 2011, at 15:03, Martin Dias wrote: > Hi! > > I am ready to continue working on the Fuel extension for binary > export/import in Moose. Cool news :) > I am working on: > http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose_suite-4_3_dev.zip > > Tasks: > - create ConfigurationOfFuel with a default config Once this is done, we add it to the Configuration of Moose. > - fix an error running tests (I thin the problem raises because now > I'm on Windows, not MacOs) > - fix a buf found by Doru last time: "a bug with FAMIXAccess that when > the isWrite flag was nil, isRead would raise an error (it is fixed in > the meantime). This appeared when I exported the model with MSE, but > it did not appear when I used Fuel". Indeed, this should be fixed now. > - fix the icon for Fuel import in MoosePanel. What do you mean? Cheers, Doru > Is this ok? > > Cheers, > Martin > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Live like you mean it." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Tue, Feb 15, 2011 at 12:45 PM, Tudor Girba <[hidden email]> wrote:
> Hi Martin, > > On 15 Feb 2011, at 15:03, Martin Dias wrote: > >> Hi! >> >> I am ready to continue working on the Fuel extension for binary >> export/import in Moose. > > Cool news :) > >> I am working on: >> http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose_suite-4_3_dev.zip >> >> Tasks: >> - create ConfigurationOfFuel with a default config > > Once this is done, we add it to the Configuration of Moose. > >> - fix an error running tests (I thin the problem raises because now >> I'm on Windows, not MacOs) >> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >> the isWrite flag was nil, isRead would raise an error (it is fixed in >> the meantime). This appeared when I exported the model with MSE, but >> it did not appear when I used Fuel". > > Indeed, this should be fixed now. ok, I will see how to reproduce that. Is it easy? > >> - fix the icon for Fuel import in MoosePanel. > > What do you mean? My import command uses "MenuIcons smallOpenIcon" but maybe should use one like "MooseIcons mooseImportMse"...? Thanks!!! > > Cheers, > Doru > >> Is this ok? >> >> Cheers, >> Martin >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Live like you mean it." > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Tue, Feb 15, 2011 at 12:53 PM, Martin Dias <[hidden email]> wrote:
> On Tue, Feb 15, 2011 at 12:45 PM, Tudor Girba <[hidden email]> wrote: >> Hi Martin, >> >> On 15 Feb 2011, at 15:03, Martin Dias wrote: >> >>> Hi! >>> >>> I am ready to continue working on the Fuel extension for binary >>> export/import in Moose. >> >> Cool news :) >> >>> I am working on: >>> http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose_suite-4_3_dev.zip >>> >>> Tasks: >>> - create ConfigurationOfFuel with a default config >> >> Once this is done, we add it to the Configuration of Moose. >> >>> - fix an error running tests (I thin the problem raises because now >>> I'm on Windows, not MacOs) >>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>> the meantime). This appeared when I exported the model with MSE, but >>> it did not appear when I used Fuel". >> >> Indeed, this should be fixed now. > > ok, I will see how to reproduce that. Is it easy? > Sorry, maybe I misunderstood... What's the bug in Fuel export? It should raise an error like MSE export... right? >> >>> - fix the icon for Fuel import in MoosePanel. >> >> What do you mean? > > My import command uses "MenuIcons smallOpenIcon" but maybe should use > one like "MooseIcons mooseImportMse"...? > > > Thanks!!! > > >> >> Cheers, >> Doru >> >>> Is this ok? >>> >>> Cheers, >>> Martin >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> www.tudorgirba.com >> >> "Live like you mean it." >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> > Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
On 15 Feb 2011, at 18:24, Martin Dias wrote: > On Tue, Feb 15, 2011 at 12:53 PM, Martin Dias <[hidden email]> wrote: >> On Tue, Feb 15, 2011 at 12:45 PM, Tudor Girba <[hidden email]> wrote: >>> Hi Martin, >>> >>> On 15 Feb 2011, at 15:03, Martin Dias wrote: >>> >>>> Hi! >>>> >>>> I am ready to continue working on the Fuel extension for binary >>>> export/import in Moose. >>> >>> Cool news :) >>> >>>> I am working on: >>>> http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose_suite-4_3_dev.zip >>>> >>>> Tasks: >>>> - create ConfigurationOfFuel with a default config >>> >>> Once this is done, we add it to the Configuration of Moose. >>> >>>> - fix an error running tests (I thin the problem raises because now >>>> I'm on Windows, not MacOs) >>>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>>> the meantime). This appeared when I exported the model with MSE, but >>>> it did not appear when I used Fuel". >>> >>> Indeed, this should be fixed now. >> >> ok, I will see how to reproduce that. Is it easy? >> > > Sorry, maybe I misunderstood... What's the bug in Fuel export? It > should raise an error like MSE export... right? This was an issue with the initialization of FAMIX, but it was fixed. > >>> >>>> - fix the icon for Fuel import in MoosePanel. >>> >>> What do you mean? >> >> My import command uses "MenuIcons smallOpenIcon" but maybe should use >> one like "MooseIcons mooseImportMse"...? There already is a mooseImportFuel :) Cheers, Doru >> >> Thanks!!! >> >> >>> >>> Cheers, >>> Doru >>> >>>> Is this ok? >>>> >>>> Cheers, >>>> Martin >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> www.tudorgirba.com >>> >>> "Live like you mean it." >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >> > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Beauty is where we see it." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi
On Tue, Feb 15, 2011 at 2:27 PM, Tudor Girba <[hidden email]> wrote: > Hi, > [...] >>>>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>>>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>>>> the meantime). This appeared when I exported the model with MSE, but >>>>> it did not appear when I used Fuel". >>>> >>>> Indeed, this should be fixed now. >>> >>> ok, I will see how to reproduce that. Is it easy? >>> >> >> Sorry, maybe I misunderstood... What's the bug in Fuel export? It >> should raise an error like MSE export... right? > > This was an issue with the initialization of FAMIX, but it was fixed. > So nothing to fix in Fuel? [...] > > There already is a mooseImportFuel :) Cool!!! I tried and works perfect, but the size has to be fixed (is 66x66 instead of 16x16) :) > > Cheers, > Doru > > >>> >>> Thanks!!! >>> >>> >>>> >>>> Cheers, >>>> Doru >>>> >>>>> Is this ok? >>>>> >>>>> Cheers, >>>>> Martin >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> "Live like you mean it." >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Beauty is where we see it." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
On 15 Feb 2011, at 18:38, Martin Dias wrote: > Hi > > On Tue, Feb 15, 2011 at 2:27 PM, Tudor Girba <[hidden email]> wrote: >> Hi, >> > > [...] >>>>>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>>>>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>>>>> the meantime). This appeared when I exported the model with MSE, but >>>>>> it did not appear when I used Fuel". >>>>> >>>>> Indeed, this should be fixed now. >>>> >>>> ok, I will see how to reproduce that. Is it easy? >>>> >>> >>> Sorry, maybe I misunderstood... What's the bug in Fuel export? It >>> should raise an error like MSE export... right? >> >> This was an issue with the initialization of FAMIX, but it was fixed. >> > > So nothing to fix in Fuel? No :) > [...] >> >> There already is a mooseImportFuel :) > > Cool!!! I tried and works perfect, but the size has to be fixed (is > 66x66 instead of 16x16) > > :) Thanks for letting me know. I fixed it in the latest Moose-Finder. Cheers, Doru > >> >> Cheers, >> Doru >> >> >>>> >>>> Thanks!!! >>>> >>>> >>>>> >>>>> Cheers, >>>>> Doru >>>>> >>>>>> Is this ok? >>>>>> >>>>>> Cheers, >>>>>> Martin >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>>> -- >>>>> www.tudorgirba.com >>>>> >>>>> "Live like you mean it." >>>>> >>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>> >>>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> www.tudorgirba.com >> >> "Beauty is where we see it." >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Beauty is where we see it." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi!
Finally Fuel's export/import for Moose seems to be ok... Now the extension has: - Metacello configurations - 98 (green) tests - Better support for compatibility with future new versions To try: Gofer new squeaksource: 'Fuel'; package: 'ConfigurationOfFuelMooseExtension'; load. (Smalltalk at: #ConfigurationOfFuelMooseExtension) perform: #load Cheers! Martin On Tue, Feb 15, 2011 at 2:46 PM, Tudor Girba <[hidden email]> wrote: > Hi, > > On 15 Feb 2011, at 18:38, Martin Dias wrote: > >> Hi >> >> On Tue, Feb 15, 2011 at 2:27 PM, Tudor Girba <[hidden email]> wrote: >>> Hi, >>> >> >> [...] >>>>>>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>>>>>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>>>>>> the meantime). This appeared when I exported the model with MSE, but >>>>>>> it did not appear when I used Fuel". >>>>>> >>>>>> Indeed, this should be fixed now. >>>>> >>>>> ok, I will see how to reproduce that. Is it easy? >>>>> >>>> >>>> Sorry, maybe I misunderstood... What's the bug in Fuel export? It >>>> should raise an error like MSE export... right? >>> >>> This was an issue with the initialization of FAMIX, but it was fixed. >>> >> >> So nothing to fix in Fuel? > > No :) > >> [...] >>> >>> There already is a mooseImportFuel :) >> >> Cool!!! I tried and works perfect, but the size has to be fixed (is >> 66x66 instead of 16x16) >> >> :) > > Thanks for letting me know. I fixed it in the latest Moose-Finder. > > Cheers, > Doru > > >> >>> >>> Cheers, >>> Doru >>> >>> >>>>> >>>>> Thanks!!! >>>>> >>>>> >>>>>> >>>>>> Cheers, >>>>>> Doru >>>>>> >>>>>>> Is this ok? >>>>>>> >>>>>>> Cheers, >>>>>>> Martin >>>>>>> _______________________________________________ >>>>>>> Moose-dev mailing list >>>>>>> [hidden email] >>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>> >>>>>> -- >>>>>> www.tudorgirba.com >>>>>> >>>>>> "Live like you mean it." >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Moose-dev mailing list >>>>>> [hidden email] >>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>> >>>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >>> -- >>> www.tudorgirba.com >>> >>> "Beauty is where we see it." >>> >>> >>> >>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Beauty is where we see it." > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Martin,
I am trying Fuel, and this is great. It seems to have a small issue on the progressBar, it does not "move". Cheers, Jannik On Feb 26, 2011, at 10:26 , Martin Dias wrote: > Hi! > > Finally Fuel's export/import for Moose seems to be ok... > > Now the extension has: > - Metacello configurations > - 98 (green) tests > - Better support for compatibility with future new versions > > To try: > > Gofer new > squeaksource: 'Fuel'; > package: 'ConfigurationOfFuelMooseExtension'; > load. > (Smalltalk at: #ConfigurationOfFuelMooseExtension) perform: #load > > Cheers! > Martin > > > On Tue, Feb 15, 2011 at 2:46 PM, Tudor Girba <[hidden email]> wrote: >> Hi, >> >> On 15 Feb 2011, at 18:38, Martin Dias wrote: >> >>> Hi >>> >>> On Tue, Feb 15, 2011 at 2:27 PM, Tudor Girba <[hidden email]> wrote: >>>> Hi, >>>> >>> >>> [...] >>>>>>>> - fix a buf found by Doru last time: "a bug with FAMIXAccess that when >>>>>>>> the isWrite flag was nil, isRead would raise an error (it is fixed in >>>>>>>> the meantime). This appeared when I exported the model with MSE, but >>>>>>>> it did not appear when I used Fuel". >>>>>>> >>>>>>> Indeed, this should be fixed now. >>>>>> >>>>>> ok, I will see how to reproduce that. Is it easy? >>>>>> >>>>> >>>>> Sorry, maybe I misunderstood... What's the bug in Fuel export? It >>>>> should raise an error like MSE export... right? >>>> >>>> This was an issue with the initialization of FAMIX, but it was fixed. >>>> >>> >>> So nothing to fix in Fuel? >> >> No :) >> >>> [...] >>>> >>>> There already is a mooseImportFuel :) >>> >>> Cool!!! I tried and works perfect, but the size has to be fixed (is >>> 66x66 instead of 16x16) >>> >>> :) >> >> Thanks for letting me know. I fixed it in the latest Moose-Finder. >> >> Cheers, >> Doru >> >> >>> >>>> >>>> Cheers, >>>> Doru >>>> >>>> >>>>>> >>>>>> Thanks!!! >>>>>> >>>>>> >>>>>>> >>>>>>> Cheers, >>>>>>> Doru >>>>>>> >>>>>>>> Is this ok? >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Martin >>>>>>>> _______________________________________________ >>>>>>>> Moose-dev mailing list >>>>>>>> [hidden email] >>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>>> >>>>>>> -- >>>>>>> www.tudorgirba.com >>>>>>> >>>>>>> "Live like you mean it." >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Moose-dev mailing list >>>>>>> [hidden email] >>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>>>>> >>>>>> >>>>> _______________________________________________ >>>>> Moose-dev mailing list >>>>> [hidden email] >>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> "Beauty is where we see it." >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Moose-dev mailing list >>>> [hidden email] >>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >>>> >>> _______________________________________________ >>> Moose-dev mailing list >>> [hidden email] >>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> >> -- >> www.tudorgirba.com >> >> "Beauty is where we see it." >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev >> > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Mon, Mar 7, 2011 at 11:42 AM, jannik.laval <[hidden email]> wrote: Hi Martin, where? doing what? how to reproduce? Martin is in holidays, but arriving soon ;) Cheers, _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi mariano,
Argh, sorry for the small description. When I import or export a model with Fuel, a progressBar is displayed but nothing happens (the progress bar stay empty, and disappear after the end of loading). Jannik On Mar 7, 2011, at 17:51 , Mariano Martinez Peck wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Jannik and Mariano,
Thanks. Yes... I didn't mention it, the progress bar is implemented in that way (marked with #todo). I should fix it! Martin On Mon, Mar 7, 2011 at 5:36 PM, jannik.laval <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |