Closed agg23 closed 2 years ago
Thanks for fixing this @agg23. It all looks good, just a minor lint violation. Would you mind fixing it? Then I'll merge it.
Hopefully that fixes it. I'm not sure what's wrong with my setup, but ESLint and Prettier are going nuts on this repo. They're complaining about carriage returns everywhere.
OK, It's still not happy, let me pull the branch and try it on my computer.
I feel like there is an issue with the GitHub actions cache or something. It's complaining about a file that has not changed... and now the other tests are failing. I'm not sure what to do to resolve this.
It's failing on VSCode 1.71.1, which just came out yesterday. Perhaps something else changed?
It's failing on VSCode 1.71.1, which just came out yesterday. Perhaps something else changed?
Yeah, everything I am reading is telling me that the npm needs to be cleaned and reinstalled... I guess I'll try adding it to the pipeline at the expense of a slower job...
@agg23 can you please rebase master? I have the pipeline fixed now.
Windows paths were not being handled in Verilator output, preventing the lint results from appearing.
Additionally, the tests were not fully testing the lint output, and did not include Windows path styles on any OS.