Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
588 contributions in the last year
Contribution activity
August 2020
- REPL: retry with full wrapping for anonymous func calls
- interp: enable declaration errors detection at parsing time
- feat: add builtin type checking
- fix: check array size symbol kind
- feat: add star expression type checking
- feat: add type assertion expression type checking
- feat: add slice expression type checking
- interp: take into account embedded property of struct field
- interp: change API of Eval
- fix: composite literal type check
- feat: add call expression (not builtin) type checking
- interp: more tests for ignoreScannerError
- fix: main command for goreleaser.
- interp: make REPL stricter about parsing errors
- feat: update stdlib mapping for go1.15
- feat: add index and composite literal type checking
- fix: interface call regression from #787