-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💥 breaking: fix, cleanup, and rename non-API function #47
Commits on Feb 10, 2024
-
docs: cleanup docs and fix bad function naming
This introduces a few breaking changes by renaming some of the exported functions. Affected functions are not considered a part of WATER API. Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cab7506 - Browse repository at this point
Copy the full SHA cab7506View commit details -
Add CODEOWNERS to automatically request code review on new pull requests. Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9574b67 - Browse repository at this point
Copy the full SHA 9574b67View commit details -
update: bump go version used by GitHub Actions
Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 610ba56 - Browse repository at this point
Copy the full SHA 610ba56View commit details -
example: formalize WATM examples
Use optimized Rust/Go-based WATM. Replacing WATMs under testdata with TinyGo-based ones. Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbd37ed - Browse repository at this point
Copy the full SHA bbd37edView commit details -
fix: ECANCELED returned by worker considered error
Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1f7190 - Browse repository at this point
Copy the full SHA d1f7190View commit details -
💥 breaking: UnimplementedConn is not Conn
UnimplementedConn does not need to implement `net.Conn`, since it is the most basic type instead of an extension introduced by WATER. Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5449df3 - Browse repository at this point
Copy the full SHA 5449df3View commit details -
💥 breaking: UnimplementedListener
UnimplementedListener does not need to implement `net.Listener` since it is a basic type. The goal is to cover the extension added by WATER, so it should only implement non-standard library interfaces. Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0405766 - Browse repository at this point
Copy the full SHA 0405766View commit details -
lint: mustEmbedUnimplemented nolint unused
Signed-off-by: Gaukas Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cfb4e3 - Browse repository at this point
Copy the full SHA 8cfb4e3View commit details