Results 5 issues of carlynorama

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The C lexer treats #define as a comment in (Looks...

bug

Some accept just y or just Y some both. (swifty-install.sh, the intro to the package accepts both.) MacOS.swift and Linux.swift go their own ways in asking for confirmation (line 121,...

release candidate

### Description / Motivation Right now the `compile_commands.json` "directory" field only works with absolute paths. In many projects this isn't a problem as they're generated by a build tool and...

enhancement

Here's a little sample program, but when I try to delete this file I would have expected it to throw on `isDeletableFile` because no file by that name exists. swift-driver...

OpenAPI has a introduced an `ErrorHandlingMiddleware` - https://forums.swift.org/t/proposal-soar-0011-improved-error-handling/74736 - https://github.com/apple/swift-openapi-runtime/blob/main/Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift#L19 One needs to conform the errors in ones server to `HTTPResponseConvertible` to work with it by creating separate status, header...