bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
665 stars 70 forks source link

Certain tests fail on windows #301

Closed toothsy closed 1 week ago

toothsy commented 1 year ago

Describe the bug Hello,I'm a windows user and I cloned the repo locally, installed all the vscode extensions, and ran all the tests, some test cases failed

To Reproduce Steps to reproduce the behavior:

  1. have a windows Operating system
  2. clone the repo locally
  3. run it in VSC
  4. run all tests

Expected behavior all tests must be green but some failed

Screenshots image

Desktop:

Additional context upon closer inspection in gff_test.go

carreter commented 1 year ago

Once #340 is merged, this will be an easy fix.

carreter commented 1 year ago

Also @toothsy could you inspect the data being read in by the tests and let us know what the line endings are on Windows? You can do this using git ls-files --eol, please post the output of that here. Would do it myself but I don't have a Windows computer.

carreter commented 11 months ago

Bumping this. If anyone has access to a Windows machine, info would be greatly appreciated! Worst case I can spin up a VM, but I'm lazy...

github-actions[bot] commented 9 months ago

This issue has had no activity in the past 2 months. Marking as stale.