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- Durban, South Africa
- Sign in to view email
Pinned
1,009 contributions in the last year
Activity overview
Contributed to
containous/yaegi,
nrwiersma/ConfigManager,
nrwiersma/hassio-config
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in containous/yaegi that received 3 comments
fix: type assertion of non-matching types
Type assertions need to do type validations before setting the values. Case 2 has been left intentionally and will make up its own PR, as I have no…
+159
−31
•
3
comments
- fix: allow uint in make len and cap
- feature: unsafe type conversion
- fix: import non-existant package
- feature: refactor numeric constants and detect overflow
- fix: composite map assign
- fix: return correct package name for parsed package
- fix: handle printf changing nil type
- fix: handle call ellipsis
- fix: dont assign receiver on indexExpr
- fix: handle range on chan function return
- fix: composite literal child types for call expressions
- fix: handle nil interface conversion
Created an issue in containous/yaegi that received 1 comment
Slice expansion in bin functions is not handled
The following program sample.go triggers a panic:
package main import "fmt" func main() { var a, b string pattern := "%s %s" dest := []interface{}{&a…
1
comment
40
contributions
in private repositories
Jun 2 – Jun 18