Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raku files not shown in statistics #1027

Open
rcmlz opened this issue Sep 5, 2023 · 0 comments
Open

Raku files not shown in statistics #1027

rcmlz opened this issue Sep 5, 2023 · 0 comments

Comments

@rcmlz
Copy link

rcmlz commented Sep 5, 2023

System

tokei --version
tokei 12.1.2 compiled with serialization support: json, cbor, yaml
on MacOS Monterey installed via brew install tokei

Expected behaviour

Process all files with extension .raku, .rakumod, .rakutest, .rakudoc

Observed behaviour

Raku files are ignored

How to reproduce

brew install tokei
git clone https://github.com/rcmlz/perlweeklychallenge-club
cd perlweeklychallenge-club
find challenge-230 -regex ".*.raku.*" -type f
tokei -f -t=Raku ./challenge-230

There are many Raku files, but none is shown.

For e.g. Perl or Python running tokei -f -t=Perl ./challenge-230resp. tokei -f -t=Python ./challenge-230 all seems to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant