Block or Report
Block or report josh11b
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
carbon-lang Public
Forked from carbon-language/carbon-lang
Carbon language specification and documentation.
C++ 2
-
tensorflow Public
Forked from tensorflow/tensorflow
Computation using data flow graphs for scalable machine learning
C++ 1
-
360 contributions in the last year
Contribution activity
July 2022
Created 11 commits in 1 repository
Created a pull request in carbon-language/carbon-lang that received 9 comments
Rename me -> self
Carbon has been using a me: Self or addr me: Self* deduced parameter to mark a function as a method as decided in #494 and implemented in #722 . Th…
Opened 10 other pull requests in 2 repositories
carbon-language/carbon-lang
3
open
6
merged
-
Implement rename
me->self - Fixes to design overview
- Update the generic implementation model
- Make C++ import syntax match what we've been using in examples
-
Provisionally add
let/var...elseto the design overview -
Fix
interfaceextendssyntax inimplicit_conversions.md -
Update binding syntax to
id: Typein code_and_name_organization - Design overview update part 7: values
- Design overview update part 6
josh11b/carbon-lang
1
closed
Reviewed 17 pull requests in 1 repository
carbon-language/carbon-lang
17 pull requests
- Re-add .gitallowed because git-secrets detects the removed .gitallowed
- Clarify checked vs unchecked parameters
- Support basic int printing
- Print the result to stdout even when trace_file is set.
- Fix assign action in use
- Create a FAQ for Carbon
-
Provisionally add
let/var...elseto the design overview - Design overview update part 7: values
- Initial implementation of unformed state for local variables.
-
Rename
me->self -
[highlightjs] Add support for
varandlet. - [highlightjs] Add struct literal support.
- Add a language definition for highlight.js.
- Design overview update part 6
- Design overview update part 5: Names
- Initial implementation of returned var.
- Make the Carbon experiment public.
Created an issue in carbon-language/carbon-lang that received 3 comments
New name for "constant" value phase
(separate from the question of whether the value phases are actually just value categories) The thing we want to name is "a value that is known at …


