DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

Baseline is not well configured for moose image

Open mahugnon opened this issue 5 years ago • 7 comments

An error occurs well loading the project in a new moose Image

mahugnon avatar Jun 17 '19 08:06 mahugnon

Normally, the baseline is done to be loaded in a basic Pharo 7.0 image. Do you need to load it in a Moose image ?

SergeStinckwich avatar Jun 20 '19 15:06 SergeStinckwich

Mais si je suis déjà dans une image moose7. Il me cherche encore moose7.

Le jeu. 20 juin 2019 à 17:43, Serge Stinckwich [email protected] a écrit :

Normally, the baseline is done to be loaded in a basic Pharo 7.0 image. Do you need to load it in a Moose image ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PolyMathOrg/DataFrame/issues/101?email_source=notifications&email_token=AF7H2SZXZN5BJK6KAJVMSJ3P3OQQXA5CNFSM4HYUMYPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYFZZMA#issuecomment-504077488, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7H2S4SVG4F7DG73XSZT53P3OQQXANCNFSM4HYUMYPA .

mahugnon avatar Jun 20 '19 19:06 mahugnon

Can you speak in English, this is better for communication here. @olekscode can you reply ?

SergeStinckwich avatar Jun 21 '19 08:06 SergeStinckwich

Sorry, Yes. I understand. I fixed it in my image but. I wanted to notify. Ok then

Le ven. 21 juin 2019 à 10:47, Serge Stinckwich [email protected] a écrit :

Can you speak in English, this is better for communication here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PolyMathOrg/DataFrame/issues/101?email_source=notifications&email_token=AF7H2SYPUKQBC4TSKZ2BTITP3SIQTA5CNFSM4HYUMYPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYH3PCQ#issuecomment-504346506, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7H2SZILS7WLER6Z2HEL6DP3SIQTANCNFSM4HYUMYPA .

mahugnon avatar Jun 21 '19 11:06 mahugnon

Baseline supports Pharo 6, 7, 8 I think, it is important that we also support Moose Because "Moose is a platform for software and data analysis" and "DataFrame is a tabular data structure for data analysis" :)

olekscode avatar Jun 21 '19 14:06 olekscode

@mahugnon How did you fix it in your image?

olekscode avatar Jun 21 '19 14:06 olekscode

If manually: You forget the repo Moose on Iceberg. Programmatically : You define this: Baseline >> customProjectAttributes [ self class environment at: #MooseEntity ifAbsent: [ ^ #(#WithoutMoose) ]. ^ #()]. Now you define two spec spec for: #common and spec for: #WithoutMoose

Le ven. 21 juin 2019 à 16:50, Oleksandr Zaytsev [email protected] a écrit :

@mahugnon https://github.com/mahugnon How did you fix it in your image?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PolyMathOrg/DataFrame/issues/101?email_source=notifications&email_token=AF7H2S25IGXSY6MDH3EVDYTP3TTCNA5CNFSM4HYUMYPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYIVYFY#issuecomment-504454167, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7H2SZOI33T7NXO6DMA36LP3TTCNANCNFSM4HYUMYPA .

mahugnon avatar Jun 24 '19 15:06 mahugnon