Block or Report
Block or report dkegel-fastly
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
tinygo Public
Forked from tinygo-org/tinygo
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
Go
-
-
-
-
go-sigsci Public
Forked from signalsciences/go-sigsci
Go client library for the Signal Sciences API.
Go
-
320 contributions in the last year
Contribution activity
June 2022
Created a pull request in tinygo-org/tinygo that received 5 comments
smoketest: add regression test for 'tinygo test ./...', see #2892
tests/testing/recurse has two directories with tests; "make smoketest" now does "tinygo test ./..." in that directory and fails if it does not run …
Opened 1 other pull request in 1 repository
jcchavezs/tinygo
1
open
Reviewed 1 pull request in 1 repository
tinygo-org/tinygo
1 pull request
Created an issue in tinygo-org/tinygo that received 1 comment
Bad append() during initialization when using fmt and testing?
This fails "tinygo test" with current dev on mac:
strlist.go:
package strlist import "fmt" var theStrs []string = buildStrings() func buildStrings(…

