Tux / CSV

Text::CSV for the Raku Programming Language
Artistic License 2.0
13 stars 11 forks source link

Code should be tested for Tuxicity #50

Open JJ opened 11 months ago

JJ commented 11 months ago

Now that we have automatic tests, testing for Tuxicity (follow Slang::Tuxic convention) will prevent extra work by @tux like here https://github.com/Tux/CSV/commit/bdc862c2026cfdf27cfc77b8b240365450529b58 I'm not totally sure that can be done with the current version of Slang::Tuxic, but I guess it's worth the while to check.

jubilatious1 commented 10 months ago

Not sure I understand? Is this some sort of "proof-of-concept" that Slangs work?

FYI, Sometimes I encounter documentation code for modules that I use (e.g. Text:CSV) with an apparent dependency on Slang::Tuxic. I see adding a Slang module as an unnecessary addition to my personal ecosystem.

Tux commented 10 months ago

Text::CSV will only work with Slang::Tuxic, as I am unwilling to use the style imposed by default Raku. If you are unwilling to install Slang::Tuxic, than you have two options:

  1. Not use Text::CSV
  2. fork Text::CSV and remove all Slang::Tuxic style dependencies Sorry for that inconvenience. Read https://tux.nl/style.html for reasoning and motivation