stripe / skycfg

Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.
Apache License 2.0
648 stars 54 forks source link

Move assert.go, fail.go to separate assertmodule #87

Closed seena-stripe closed 3 years ago

seena-stripe commented 3 years ago

This is a pure refactor with no behavior change to separate the assertion/fail logic for skycfg tests from the legacy protobuf v1 implementation to make removing the package later cleaner.

I also