clj-on-windows

borkdude 2023-02-23T15:19:49.725209Z

Anyone seen this problem before? https://github.com/babashka/http-client/actions/runs/4253708164/jobs/7398930935

2023-02-23T17:14:20.043239Z

I haven't

chaos 2023-02-23T17:17:02.843309Z

aux is a reserved filename on MS-Windows 😅 https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file

👏 1
chaos 2023-02-23T17:18:08.166349Z

> Do not use the following reserved names for the name of a file: > CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt and NUL.tar.gz are both equivalent to NUL. For more information, see https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file#win32-file-namespaces.

borkdude 2023-02-23T17:28:21.672549Z

wtf......?

borkdude 2023-02-23T17:28:46.739759Z

lol, thanks for figuring that out!

1
littleli 2023-02-24T14:13:00.185029Z

Reading this I realised I'm old enough to remember these from the old good (16 bit) DOS days.