Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 11 forks source link

LinkCreate utility created FSW even when USE_MOCK_FSW was set #591

Closed mkromberg closed 9 months ago

mkromberg commented 10 months ago

Within the test framework, setting USE_MOCK_FSW is supposed to disable the use of File System Watchers in favour of a 100% predictable synchronous mocking system.

A logic error in "Test.LinkCreate" allows the occasional creation of some FSW's, with inexplicable test failures as the result.