Chandler Carruth

Results 232 comments of Chandler Carruth
trafficstars

Is there any more clarity about what is needed here given the progress on generics? Currently this is a very open ended question for leads that I'm not sure we...

I didn't really think it would work, but adding a section for `[[module.mounts]]` like: ```toml [[mounts]] source = '/dev/null' target = 'static/highlight-js' ``` Seems to do what I want. This...

In case others roll up here looking for how to get this to work with the `{{< slide ... >}}` shortcode: ``` --- {{< slide auto-animate="" >}} ... ``` Did...

> function parameters seem to be out of scope Not quite. For variables and return types there is typically a specific expression to infer the type from, and so we...

Ping? It's been a while since update...

Another suggestion for the proposal -- I think it'd be nice to add some comparison for how the Carbon lambdas would look in C++. This doesn't need to get into...

Just confirming that @KateGregory gave a thumbs up offline here -- this is good to go. @CJ-Johnson - wanted to give you a chance to merge the suggestions from @zygoloid,...

Accepting the suggestions as [requested](https://discord.com/channels/655572317891461132/999638000126394370/1286505898277208155) and merging!

FWIW, I like this last idea (including saying `(String as EqWith(.Self)).Op` is a thing). As for where all this would apply -- whenever we are constraining a type? That seems...

Should this be a question for leads @zygoloid ? And do we have an answer? Do we need a proposal?