Carson Radtke

Results 8 issues of Carson Radtke

Fixes #5364 Update documentation regarding the output of the diff. Describe the difference between lines starting with `+`, `-`, and ` `. Also added a snipped to the text printed...

p-low
pr-waiting-on-author

Fixes #5377 `semicolon_for_stmt` determines whether or not a statement should end with a semicolon. In the case of the issue, it was determined that `Semi` statements containing a `Loop` expression...

p-low
pr-waiting-on-author

fixes: #1198 remaining: - [ ] proper type annotations - [ ] avoid skipping identifier suffixes example: ```python from tinygrad.tensor import Tensor a, b = Tensor(2), Tensor(5) ((a+b) * (a+b)).realize()...

llama.py has an option to run the profiler on one of the tokens that gets generated, but it seems the profiler wants to run only on the third token. If...

### Description of the bug: Per [`explorer/syntax/lexer.lpp:135`](https://github.com/carbon-language/carbon-lang/blob/trunk/explorer/syntax/lexer.lpp#L135) - an identifier token is defined to be a token that matches the regular expression `[A-Za-z_][A-Za-z0-9_]*`. When trying some simple examples, I get...

explorer
inactive

On behalf of the Microsoft/GSL maintainers, we would like to propose a specification for `gsl::dyn_array`. Resolves: https://github.com/isocpp/CppCoreGuidelines/issues/2244 See related issues: - isocpp/CppCoreGuidelines: - https://github.com/isocpp/CppCoreGuidelines/issues/1633 - Microsoft/GSL: - https://github.com/microsoft/GSL/issues/1169 - https://github.com/microsoft/GSL/issues/348...

### Describe your changes - Removes the CMake stub from the help message - Removes the private exported constants from the help message - Adds all the pyf3d exports to...