Skip to content

Releases: taylorchu/generic

v2.0-beta

04 Dec 05:12
Compare
Choose a tag to compare
v2.0-beta Pre-release
Pre-release
  • specify rewrite rules in RewriteFile #9
  • bulk rewrite with RewriteFile #10

v0.3

21 Jan 18:09
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Type-check entire go files with dependencies
  • Remove all methods associated with type placeholders

v0.2

03 Dec 19:12
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Refactor the main rewrite function so that more transformations can be added easily.

First beta release

19 Aug 04:31
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release
  • source-based types.Importer (TODO: types.ImporterFrom)

See golang/go#11415.
Many applications use the gcimporter package to read type information from compiled object files.
There's no guarantee that those files are even remotely recent.

  • support the blank identifier
var _ = fmt.Printf