Skip to content

Bug Fixes

Compare
Choose a tag to compare
@PetePupalaikis PetePupalaikis released this 12 Sep 22:16
· 302 commits to master since this release

Bug Fixes

Fixed a very annoying bug that is worthy of a release regarding different disk letters on Windows machines

On windows machines (unlike on Linux), the path contains a drive letter. SignalIntegrity tries to maintain everything with a relative path so that the projects are portable. All of this failed when using a drive other than c: and when referencing files across drives. I believe this is all fixed. In the fix, the preferences file will always be read from a path in the c drive, which I believe must always be present.

Minor bug fix in unit tests

A warning is now fixed in the fitting tests.

See Installation for installation instructions.