Jon Ross-Perkins

Results 57 issues of Jon Ross-Perkins

#700 renamed to i32, but left out the rest of the numeric types noted in #543. That is `iN`, `uN`, and `fN` for N in (8, 16, 32, 64). We...

explorer
inactive

Right now I think there's [email protected] and [email protected]. Would it make sense to switch these to [email protected] and [email protected]? I'm hesitant to do this myself for the same reason I...

infrastructure
needs admin

#3112 patched the LLVM build to expose files from clangd, [here](https://github.com/carbon-language/carbon-lang/blob/trunk/bazel/patches/llvm/0004_Add_library_for_clangd.patch). If possible, this should be upstreamed: we should be trying to stay as close to LLVM upstream as we...

long term

### Summary of issue: Asked by @zygoloid at https://github.com/carbon-language/carbon-lang/pull/2287/files/47e08ca918ded47684369e64addf2c42f7e07095#r1015980990, filing on his behalf: > `impl`s seem like a much more complicated case, because they don't seem to have "one true...

leads question

The meaning of the top-level scope in a source file was the topic of leads question #1136. The question was resolved and the main decision comment is https://github.com/carbon-language/carbon-lang/issues/1136#issuecomment-1086352687 Because the...

long term issue
design idea

Capturing some notes from @chandlerc: > There are two steps here > 1) converting to a .o file > 2) linking together the .o files into an executable > for...

long term
toolchain

### Description of the bug: This is the feature version of #2583 (now that the crash is fixed), to support aliasing an interface method as a class member. ### What...

explorer
inactive

Per discussion around #2783 and [on #syntax](https://discord.com/channels/655572317891461132/709488742942900284/1098318068725334066), there's a long-term desire to migrate AutoPattern away from being a pattern, and instead have it be an expression. This had come up...

explorer
inactive

Where #478 is focusing on the _call_ syntax for named parameters, I'd like to focus on the _declaration_ syntax here. I think there's not much dissent on providing named parameters,...

long term
leads question

`alias` syntax was the topic of #749, and the key decision is in the comment https://github.com/carbon-language/carbon-lang/issues/749#issuecomment-905703288. Because the question was asked independent of a proposal, a standard proposal is still...

long term
design idea