2025-08-25 — Last Week in Carbon #5983
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
Core.Optional
??
, keyword such asopt
.Updates on proposals
Updates on moderation across our community spaces (Discord and GitHub)
Activity on toolchain
ArrayRef
Activity on C++ interop
bool
interop to work, given that we represent it asi1
but Clang represents it asi8
in memory?Other active discussions
These include Discord Chat, GitHub Discussions, or open discussion sessions.
scripts/create_copydb.py
may help. Most of us use VSCode, but we'd love it if someone contributed instructions for setting up Carbon development in CLion.fn F() -> (X, Y, Z)
an initializing expression or a tuple of three initializing expressionslet f: array(X, 3) = F();
is invalid.fn F() -> (var X, var Y, var Z)
.array
example be valid anyway?F
.dyn
for 0.1 because it's low-risk.@ModMail
it will ping all the moderators and create a queue for us to resolve.Optional(T*)
, although we don't have a way to represent the storage type yet.RSS Feed for "Last Week in Carbon" here
Beta Was this translation helpful? Give feedback.
All reactions