Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block use of newline character in the CLI package #332

Closed
kylecarbs opened this issue Feb 19, 2022 · 1 comment
Closed

Block use of newline character in the CLI package #332

kylecarbs opened this issue Feb 19, 2022 · 1 comment

Comments

@kylecarbs
Copy link
Member

\n should become a constant changed to \r\n on Windows. Use linting to block \n from being inlined in strings.

@misskniss
Copy link

This is an invalid ticket. Closing this. The terminal handles this.

@misskniss misskniss removed bug 🐛 api Area: HTTP API labels Jun 3, 2022
ghuntley pushed a commit that referenced this issue Dec 7, 2022
Coder fails to build [1] on FreeBSD:

transport_unix.go:52:10: cannot use t (variable of type *unixTransport) as type transport in return statement:
        *unixTransport does not implement transport (missing SendNullByte method)

Update godbus dependency to latest, post upstream PR #332 [2] via #237

Fixes: #4516

[1] #4516
[2] godbus/dbus#332
[3] godbus/dbus#237
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants