Skip to content

Releases: traefik/yaegi

v0.6.0

19 Sep 08:58
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

All Commits

  • [core,repl] fix: do not skip AST errors when not in REPL mode (#329 by mvertes)
  • [core] fix: implement variadic using a type category to avoid corruption (#353 by mvertes)
  • [core] fix: shift operator inherits its type from first arg only (#370 by mvertes)
  • [core] fix: support array operations on array pointers (#369 by mvertes)
  • [core] feature: additional binary packages in stdlib (#366 by mvertes)
  • [core] feature: detect import cycle (#365 by mvertes)
  • [core] fix: support defining recursive interface types (#364 by mvertes)
  • [core] fix: conversion of type to reflect.Type avoids recursive loop (#362 by mvertes)
  • [core] fix: global variable init from selector expression (#360 by mvertes)
  • [core] fix: init global var from builtin (#358 by mvertes)
  • [core] fix: add support for out of order declarations of empty global variables (#356 by mvertes)
  • [core] fix: correct resolve of type and symbols from imported source package (#355 by mvertes)
  • [core] fix: binary method lookup works for struct field pointer receiver (#374 by mvertes)
  • [core] interp/build: improve Go version handling. (#306 by ldez)
  • [core] fix: reuse rather than re-import an already imported source package (#350 by mvertes)
  • [core] fix: correct computation of type when dereference a binary object (#349 by mvertes)
  • [core] fix: avoid collision between package names and function args (#347 by mvertes)
  • [core] fix: improve handling of out of order declarations (#344 by mvertes)
  • [core] fix: assign a function value to a pre-declared variable (#339 by mvertes)
  • [core] fix: improve handling of global declarations, possibly out of order (#336 by mvertes)
  • [core] fix: iterate on global type analyis when necessary (#335 by mvertes)
  • [core] fix: support 'range' with no index and value assigned (#313 by mvertes)
  • [core] feature: locate origin of CFG panic in input source (#330 by mvertes)
  • [core] interp/build: support custom build constraints. (#318 by ldez)
  • [doc] doc: README, supported go versions: 1.12 and 1.13 (#376 by mvertes)
  • [doc] doc: add a contributing guide (#333 by mvertes)
  • [doc] doc: add community badge. (#299 by ldez)
  • [goexports] cmd/goexports: add -license flag to goexports (#311 by sbinet)
  • [goexports] goexports: allow to generate mapping for devel, beta, and rc. (#305 by ldez)
  • Update stdlib for go1.13 (#351 by ldez)

v0.0.4

27 Jul 16:51
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changelog

4c877cc fix: correct assign to binary interface value (#291)

v0.0.3

25 Jul 02:16
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changelog

24db786 fix: exclude syslog for windows, nacl, and plan9.

v0.0.2

25 Jul 01:11
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changelog

aa98e2c feat: support yaegi in go playground
f203481 fix: blank identifier cause panic (#255)

v0.0.1

24 Jul 11:00
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First alpha version