Skip to content

Install fails with RakuAST #58

Description

@wayland
$ RAKUDO_RAKUAST=1 zef install Text::CSV
===> Searching for: Text::CSV
zef info Text::CSV===> Staging Text::CSV:ver<0.022>:auth<zef:Tux>

===> Staging [OK] for Text::CSV:ver<0.022>:auth<zef:Tux>
===> Testing: Text::CSV:ver<0.022>:auth<zef:Tux>
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/12_acc.t, line 254
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] No such method 'CALL-ME' for invocant of type 'Pair'
[Text::CSV]   in block <unit> at t/31_row.t line 39
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/40_misc.t, line 9
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/41_null.t, lines 76,114
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/45_eol.t, lines 35,163
[Text::CSV]   SETTING::src/core.c/core_epilogue.rakumod, line 197
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] TODO: EOL = "!", RS = ""
[Text::CSV]       "1,2,3!4,5,6!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!!", RS = ""
[Text::CSV]       "1,2,3!!4,5,6!!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!!", RS = "!"
[Text::CSV]       "1,2,3!!4,5,6!!"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "!\n", RS = ""
[Text::CSV]       "1,2,3!\n4,5,6!\n"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!\n", RS = "!"
[Text::CSV]       "1,2,3!\n4,5,6!\n"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "!\n!", RS = ""
[Text::CSV]       "1,2,3!\n!4,5,6!\n!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!\n!", RS = "\n"
[Text::CSV]       "1,2,3!\n!4,5,6!\n!"
[Text::CSV]   --> ["1", "2", "3!\n"]
[Text::CSV] TODO: EOL = "!\n!", RS = "!"
[Text::CSV]       "1,2,3!\n!4,5,6!\n!"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "!\n!", RS = "!\n"
[Text::CSV]       "1,2,3!\n!4,5,6!\n!"
[Text::CSV]   --> ["1", "2", "3!\n"]
[Text::CSV] TODO: EOL = "!!!!!!!!", RS = ""
[Text::CSV]       "1,2,3!!!!!!!!4,5,6!!!!!!!!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!!!!!!!!", RS = "!"
[Text::CSV]       "1,2,3!!!!!!!!4,5,6!!!!!!!!"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "!!!!!!!!!!", RS = ""
[Text::CSV]       "1,2,3!!!!!!!!!!4,5,6!!!!!!!!!!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!!!!!!!!!!", RS = "!"
[Text::CSV]       "1,2,3!!!!!!!!!!4,5,6!!!!!!!!!!"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = ""
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = "\n"
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1", "2", "3\n"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = "!"
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1", "2", "3\n!"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = "!\n"
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1", "2", "3\n!!!!!\n"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = "\n!"
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1", "2", "3\n!"]
[Text::CSV] TODO: EOL = "\n!!!!!\n!!!!!", RS = "!\n!"
[Text::CSV]       "1,2,3\n!!!!!\n!!!!!4,5,6\n!!!!!\n!!!!!"
[Text::CSV]   --> ["1", "2", "3\n!!!!!\n!"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = ""
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = "\n"
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1", "2", "3!!!!!\n"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = "!"
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1", "2", "3!"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = "!\n"
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1", "2", "3!!!!!\n"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = "\n!"
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1", "2", "3!!!!!\n!"]
[Text::CSV] TODO: EOL = "!!!!!\n!!!!!\n", RS = "!\n!"
[Text::CSV]       "1,2,3!!!!!\n!!!!!\n4,5,6!!!!!\n!!!!!\n"
[Text::CSV]   --> ["1", "2", "3!!!!!\n!"]
[Text::CSV] TODO: EOL = "\%^+_\n\0!X**", RS = ""
[Text::CSV]       "1,2,3\%^+_\n\0!X**4,5,6\%^+_\n\0!X**"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "\%^+_\n\0!X**", RS = "\n"
[Text::CSV]       "1,2,3\%^+_\n\0!X**4,5,6\%^+_\n\0!X**"
[Text::CSV]   --> ["1", "2", "3\%^+_\n"]
[Text::CSV] TODO: EOL = "\%^+_\n\0!X**", RS = "!"
[Text::CSV]       "1,2,3\%^+_\n\0!X**4,5,6\%^+_\n\0!X**"
[Text::CSV]   --> ["1", "2", "3\%^+_\n\0!"]
[Text::CSV] TODO: EOL = "\r\n", RS = ""
[Text::CSV]       "1,2,3\r\n4,5,6\r\n"
[Text::CSV]   --> ["1"]
[Text::CSV] TODO: EOL = "\r", RS = ""
[Text::CSV]       "1,2,3\r4,5,6\r"
[Text::CSV]   --> ["1"]
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/46_eol_si.t, lines 28,56,110
[Text::CSV]   SETTING::src/core.c/core_epilogue.rakumod, line 197
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   SETTING::src/core.c/Rakudo/Iterator.rakumod, line 5692
[Text::CSV]   t/50_utf8.t, line 38
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/55_combi.t, line 21
[Text::CSV]   SETTING::src/core.c/core_epilogue.rakumod, line 197
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/65_allow.t, lines 81,120,143,176
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] No such method 'CALL-ME' for invocant of type 'Pair'
[Text::CSV]   in block  at t/77_getall.t line 115
[Text::CSV]   in block <unit> at t/77_getall.t line 84
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/77_getall.t, lines 40,46,89,95
[Text::CSV]   SETTING::src/core.c/Rakudo/Iterator.rakumod, line 5692
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/79_callbacks.t, line 137
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/80_diag.t, lines 30,136
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
[Text::CSV] Saw 1 occurrence of deprecated code.
[Text::CSV] ================================================================================
[Text::CSV] Method perl (from Mu) seen at:
[Text::CSV]   t/85_util.t, lines 77,109
[Text::CSV] Please use raku instead.
[Text::CSV] --------------------------------------------------------------------------------
[Text::CSV] Please contact the author to have these occurrences of deprecated code
[Text::CSV] adapted, so that this message will disappear!
===> Testing [FAIL]: Text::CSV:ver<0.022>:auth<zef:Tux>
Aborting due to test failure: Text::CSV:ver<0.022>:auth<zef:Tux> (use --force-test to override)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions