Aaron Friel
2d90969b58
feat(ci): Enable fully offline codegen tests with versioned plugins
...
Commit 1 of 2: this makes the changes to every file except the schemas,
for ease of review.
2022-10-11 05:16:23 -07:00
aq17
575c2549aa
Fix codegen for __apply functions
2022-09-28 10:32:33 -07:00
Eng Zer Jun
57b25b45d1
refactor: use `os.ReadDir` for lightweight directory reading
...
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.
Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-24 15:20:43 +08:00
Ian Wahbe
633d586aeb
Handle long traversals in a nicer way ( #9726 )
...
* Handle long traversals in a nicer way
* CL
* assert no error
* Update tests
2022-06-02 09:36:33 -07:00
Ian Wahbe
a1e18dae4d
export codegen tests for internal use ( #8928 )
...
* Export Codegen test modules
* Document pkg stability guarantee
* Expose programgen
* Recommendation: Improve wording
* Move `internal` to `testing`
* Re-rout references to codegen/internal
* Fix some other "internal" references
2022-02-07 12:10:04 +01:00