tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

Some files are apparently not included in the manifest #110

Open JJ opened 11 months ago

JJ commented 11 months ago

And it's not entirely clear to me how to do it. Check this error. A couple of non-.t suffixed files are simply ignored.

JJ commented 11 months ago

Is it possible that here:

https://github.com/tony-o/raku-fez/blob/a4ea6fc43524bd4fe08c36e680bfe377ef457c32/lib/Fez/Bundle.rakumod#L41

the ignorer is being a bit too eager, since .gitignore includes, in my case:

Makefile
test.exe
test.obj
test.o
test
.precomp/
.idea/
*.iml

# fez
sdist/
JJ commented 11 months ago

OK, eliminating test and Makefile from .gitignore did the trick, so that's good as a workaround.

tonyooooooo commented 7 months ago

the other issues you have for .gitignore should take care of this. i think a real globber rather than using git's is going to eliminate a lot of these issues you're running into using gitignore