Commit Graph

4 Commits (9c25f4c2b2c63c4c56a4c9f44bcc4c3e73d4b2bc)

Author SHA1 Message Date
Daniel Martí e8074d4665 support building ad-hoc plugin packages
That is, plugin packages by source file names, not by package path.

Fixes #19.
5 years ago
Daniel Martí e4b58b1452 reduce unnecessary std imports in tests
Since we have to recompile all dependencies, this reduces a substantial
amount of work, reducing 'go test -short' time from ~16s to ~12s on my
laptop.
5 years ago
Daniel Martí 3c97725ccc skip plugin test case on Windows
Spotted by CI.
5 years ago
Daniel Martí 7321b29efe first version of plugins working
Add a caveat about -trimpath too.

Fixes #18.
5 years ago