Stephanie Wilde-Hobbs
Stephanie Wilde-Hobbs
@straight-shoota looks like my `spec` PR has turned into a `Dir` PR first.
Also of importance: deciding what to do about windows's UTF-16 use. There should definitely be a really quick and easy way of going between String -> UTF-16 `WCHAR*` and the...
Good news: spec compiles and works on my fork. Bad news: it only works sometimes. From this spec failure, looks like we have a codegen or ABI bug somewhere: 
Here's my branch porting `spec`: https://github.com/RX14/crystal/commits/feature/windows-spec I'll turn "Remove c/winbase" and "Add Crystal::System::Dir" into PRs.
Another idea before I forget it: Consolidate all stubbing out into one huge `windows_stubs.cr` file so that we can keep track of them all.
@straight-shoota yep, thanks, commit message is wrong. Shouldn't be working at 1am...
Made those PRs: #5447 and #5448. I hope you don't mind me editing the checklist in your issue @straight-shoota.
If you can get openssh server working on WSL (hint: you need to edit `/etc/ssh/sshd_conf` to set `UsePrivilegeSeparation no` and change `Port 2222`), you can use the following script to...
A script to automatically generate a compilable manifest of the entire spec suite, with broken tests commented out with a vague reason: ```sh cd spec for spec in ./std/**/*_spec.cr; do...
@txe Fantastic to see you back! I'm working on `File` and `Dir` right now, they're both mostly complete but the new code isn't in my branch (uncomitted on my PC)....