2025-05-05 — Last Week in Carbon #5422
josh11b
announced in
Last Week in Carbon
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Updates on leads issues
impl
?impl
definition{.a: X, .b: Y}
and{.b: Y, .a: X}
considered the same?ref
bindings to to Carbon, paralleling reference expressionsnoalias
andnocapture
LLVM semanticsref
and value returns usingbound
parametersimpl
inclass
redeclaration syntax with parameterizationUpdates on proposals
impl
declaration of an incomplete interfaceimpl
inclass
scopefinal impl
updateUpdates on moderation across our community spaces (Discord and GitHub)
Activity on toolchain
NOLINT
comments when disabling a clang-tidy check.BUILD
visibility could be a useful tool when we want to factor out a component to keep files small but don't want to support it as a public API.requires
rather than embedding the constraint in the parameter type.Vtable
be anEntityWithParamsBase
?EntityWithParamsBase
is for things that are explicitly declared, with names.TryResolveTypedInst
forAssociatedConstantDecl
.GetSubtreeTokenRange
is an O(N) walk of the node's children, and we're doing it per-instruction for debug info, leading to O(M*N) behavior.typed_insts.h
(see #5401).let
bindings (not implemented yet, but still shouldn't crash)LocId
, importing, and thunks. Fix in #5418Other active discussions
These include Discord Chat, GitHub Discussions, or open discussion sessions.
file_test
failures being attributed to the wrong test. #5387 is the fix.Call
interface might be difficult.thread_local
?forall
inimpl
declarationsRSS Feed for "Last Week in Carbon" here
Beta Was this translation helpful? Give feedback.
All reactions