jdt2famix beta

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

jdt2famix beta

Tudor Girba-2
Hi,

I am happy to announce that jdt2famix reached a beta version. I consider that the coverage of entities that we can import is essentially complete.

I am sure there are still edge cases to hunt for (both in terms of error handling and import semantics), and that is what I would like to look at.

So, if you can, now is the time to try again to play again with it :).

Cheers,
Doru

--
www.tudorgirba.com
www.feenk.com

"Don't give to get. Just give."






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: jdt2famix beta

Blondeau Vincent
Hi,

That's cool!

I just played with it, compiling nicely, but I cannot use it under Mingw Windows due to a path parsing problem:
See https://github.com/girba/jdt2famix/issues/1

Cheers,
Vincent

> -----Message d'origine-----
> De : [hidden email] [mailto:moose-dev-
> [hidden email]] De la part de Tudor Girba
> Envoyé : jeudi 28 juillet 2016 23:21
> À : Moose-related development
> Objet : [Moose-dev] jdt2famix beta
>
> Hi,
>
> I am happy to announce that jdt2famix reached a beta version. I consider that
> the coverage of entities that we can import is essentially complete.
>
> I am sure there are still edge cases to hunt for (both in terms of error
> handling and import semantics), and that is what I would like to look at.
>
> So, if you can, now is the time to try again to play again with it :).
>
> Cheers,
> Doru
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Don't give to get. Just give."
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

!!!*************************************************************************************
"Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: jdt2famix beta

Tudor Girba-2
Hi,

Thanks!

I only tested this on Mac.

It looks like the issue comes from the fact that the paths are represented with OS-specific separators (\ in Windows), and this not conflicts with regexp.

Cheers,
Doru


> On Jul 29, 2016, at 10:58 AM, Blondeau Vincent <[hidden email]> wrote:
>
> Hi,
>
> That's cool!
>
> I just played with it, compiling nicely, but I cannot use it under Mingw Windows due to a path parsing problem:
> See https://github.com/girba/jdt2famix/issues/1
>
> Cheers,
> Vincent
>
>> -----Message d'origine-----
>> De : [hidden email] [mailto:moose-dev-
>> [hidden email]] De la part de Tudor Girba
>> Envoyé : jeudi 28 juillet 2016 23:21
>> À : Moose-related development
>> Objet : [Moose-dev] jdt2famix beta
>>
>> Hi,
>>
>> I am happy to announce that jdt2famix reached a beta version. I consider that
>> the coverage of entities that we can import is essentially complete.
>>
>> I am sure there are still edge cases to hunt for (both in terms of error
>> handling and import semantics), and that is what I would like to look at.
>>
>> So, if you can, now is the time to try again to play again with it :).
>>
>> Cheers,
>> Doru
>>
>> --
>> www.tudorgirba.com
>> www.feenk.com
>>
>> "Don't give to get. Just give."
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> !!!*************************************************************************************
> "Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.
>
> This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"There are no old things, there are only old ways of looking at them."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: jdt2famix beta

Tudor Girba-2
Hi,

For the record, this was fixed. Thanks for the report.

Cheers,
Doru


> On Jul 29, 2016, at 11:04 AM, Tudor Girba <[hidden email]> wrote:
>
> Hi,
>
> Thanks!
>
> I only tested this on Mac.
>
> It looks like the issue comes from the fact that the paths are represented with OS-specific separators (\ in Windows), and this not conflicts with regexp.
>
> Cheers,
> Doru
>
>
>> On Jul 29, 2016, at 10:58 AM, Blondeau Vincent <[hidden email]> wrote:
>>
>> Hi,
>>
>> That's cool!
>>
>> I just played with it, compiling nicely, but I cannot use it under Mingw Windows due to a path parsing problem:
>> See https://github.com/girba/jdt2famix/issues/1
>>
>> Cheers,
>> Vincent
>>
>>> -----Message d'origine-----
>>> De : [hidden email] [mailto:moose-dev-
>>> [hidden email]] De la part de Tudor Girba
>>> Envoyé : jeudi 28 juillet 2016 23:21
>>> À : Moose-related development
>>> Objet : [Moose-dev] jdt2famix beta
>>>
>>> Hi,
>>>
>>> I am happy to announce that jdt2famix reached a beta version. I consider that
>>> the coverage of entities that we can import is essentially complete.
>>>
>>> I am sure there are still edge cases to hunt for (both in terms of error
>>> handling and import semantics), and that is what I would like to look at.
>>>
>>> So, if you can, now is the time to try again to play again with it :).
>>>
>>> Cheers,
>>> Doru
>>>
>>> --
>>> www.tudorgirba.com
>>> www.feenk.com
>>>
>>> "Don't give to get. Just give."
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>>
>> !!!*************************************************************************************
>> "Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité de Worldline ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.
>>
>> This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "There are no old things, there are only old ways of looking at them."
>
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Innovation comes in the least expected form.
That is, if it is expected, it already happened."

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev