terror_gen

command
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

README

Terror check tool

Principle

  • gen.go: read and parse the ast of error_list file to generate current error information, and generate checker_generated.go
  • checker_template.go: code template for checker
  • checker_generated.go: check whether current errors have conflict with the previous version, checklist as follows:
    • check each error that is not newly added in develop version has the same error code with the release version
    • check each error in develop version has a unique error code
  • errors_release.txt: generated error information list

Run

Run check.sh will automatically check the valid of error list, if no conflict is detected, errors_release.txt will be updated with latest error list. Each time we change errors definition in error_list, we must run make terror_check, which will call check.sh directly.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL