v0.15.1
Changelog
- ce2bb79 interp: fix equality when
nil
is used as the left argument of==
- f202764 cli: disable race detector if GOFLAGS contains -buildmode=pie
- 166fff7 interp: add safeguards when searching for vendor root.
- 20c8f5e interp: correctly init variables assigned from function call
- 9d65860 interp: fix type assertion issues
- c4a297c interp: fix use of function as field of a recursive struct.
- 8efc4f0 interp: improve handling of methods defined on interfaces
What's Changed
- interp: improve handling of methods defined on interfaces by @mvertes in #1516
- interp: add safeguards when searching for vendor root. by @dennwc in #1522
- interp: fix type assertion issues by @ssbeatty in #1524
- cli: disable race detector if GOFLAGS contains -buildmode=pie by @mvertes in #1526
- test: use
t.TempDir
to create temporary test directory by @Juneezee in #1527 - interp: fix use of function as field of a recursive struct. by @mvertes in #1525
- Equality is incorrect when
nil
is used as the left argument of==
by @elee1766 in #1500 - interp: correctly init variables assigned from function call by @mvertes in #1529
New Contributors
- @ssbeatty made their first contribution in #1524
- @Juneezee made their first contribution in #1527
- @elee1766 made their first contribution in #1500
Full Changelog: v0.15.0...v0.15.1