Skip to content

Extreme amount of incorrect language detected #7088

Discussion options

You must be logged in to vote

For some odd reason, the language on my TinyTapeout Repository https://github.com/gfcwfzkm/tt09-scope-bfh-mht1_3 is detected heavily as F# - despite containing no code with F#. It is so extreme, that my whole githup account statistics show now F# as the dominant language.

The reason you are seeing this is because of these two files:

F#:
fpga/gowin_vhdl_tang25k/impl/pnr/ao_0.fs
fpga/gowin_vhdl_tang25k/impl/pnr/tt_project_env.fs

The .fs extension is associated with multiple languages so we rely on this heuristic to try and determine the language:

- extensions: ['.fs']
rules:
- language: Forth
pattern

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gfcwfzkm
Comment options

Answer selected by gfcwfzkm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants