Josh Triplett

Results 573 comments of Josh Triplett

Tagging as impl-incomplete based on the checklist in the top comment, but also, a question for the windows-rs folks and others: with the known bugs fixed (e.g. ICEs), would there...

A [recent thread on internals](https://internals.rust-lang.org/t/is-anyone-working-on-seamless-cross-compilation/17150) noted that we could support this on macOS as well, by generating `.tbd` files. I've updated the checkboxes in [the issue description](https://github.com/rust-lang/rust/issues/58713#issue-413881075) to include macOS...

While it seems like there might be value in deprecating the implementation of `ne`, I also don't think that needs to be a hard gate on modifying the derive. Modifying...

FWIW, I think option 3 doesn't *require* changing the desugaring of `!=`, as long as that desugaring doesn't produce a deprecation warning. And it sounds like many of the calls...

I admit to doing the same (using `sed -n '/x/,/y/s/^# //p'` with carefully chosen /x/ and /y/ regexes), because the specifics of which '!' characters to delete seems so fiddly...

@gmetais HTTPS avoids that problem, and service workers already require HTTPS.

I would like something similar to this as well: I'd like a line between the line numbers and file content, and I'd like the line between the header and the...

Of all of those, I'd _really_ love to see the R7RS module system. That would help greatly with code structuring when using scheme as an extension language for a Haskell...

If you think that the module API will change incompatibly before the final release of R7RS, then by all means feel free to wait until it becomes more stable. No...