github traefik/yaegi v0.6.0

latest releases: v0.16.1, v0.16.0, v0.15.1...
pre-release5 years ago

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)

Don't miss a new yaegi release

NewReleases is sending notifications on new releases.