Araq / malebolgia

Malebolgia creates new spawns. Structured concurrency. Thread pools and related APIs.
MIT License
104 stars 10 forks source link

Vendor (for linguist purposes) content of bench file so that this appears as a nim repo #16

Closed pietroppeter closed 1 year ago

pietroppeter commented 1 year ago

malebolgia appears to be a repo in html, as reported here: https://github.com/nim-lang/atlas/issues/59#issuecomment-1666205084

a possible fix implemented here is to vendor (for linguist purposes, github's component responsible for gathering language statistics) the content of bench folder (where all html files reside).

pietroppeter commented 1 year ago

I was wondering why the fix did not work but apparently in order for changes to a gitattributes to be applied on language stats a push to another file needs to be done so that a recomputation is triggered, see https://github.com/github-linguist/linguist/issues/5117#issuecomment-749251117

Note that this has any priority at all (it will fix itself on next commit), just something that was annoying me...

Araq commented 1 year ago

Linguist is broken crap anyway. How to determine the used programming language: The file extension tells ya. No heuristics required. And HTML is not a programming language. Problem solved.