Pinned
578 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 44 commits in 22 repositories
Created 1 repository
- dgryski/tinygo-test-corpus Python
Created a pull request in tinygo-org/tinygo that received 4 comments
Opened 4 other pull requests in 1 repository
Reviewed 2 pull requests in 2 repositories
dgryski/semgrep-go
1 pull request
tinygo-org/tinygo
1 pull request
Created an issue in tinygo-org/tinygo that received 5 comments
infinite recursion trying to create recursive function type
Tinygo does not like fnType in the below program:
package main type fnType func(int) (fnType, error) func printNode(int) (fnType, error) { return nβ¦
5
comments
Opened 3 other issues in 1 repository
38
contributions
in private repositories
Oct 15 β Oct 25

