Skip to content
Snippets Groups Projects
Unverified Commit e3efc617 authored by fengttt's avatar fengttt Committed by GitHub
Browse files

Remove tae types. (#4500)

* Remove tae types.

One type system for all.

Removed tae types.   Moved encoding into types to reduce a cyclic
dependencies.

Most the changes are like
find . -type f -exec sed -i 's/Type_BOOL/T_bool/g' {} \;

Some mock code in tae types are moved to container types. I don't think
those clock related actually belongs to types, but kept within types so
that the rest of the code refactoring is automatic.

* go fmt.
parent ab8687d1
No related branches found
No related tags found
No related merge requests found
Showing
with 1312 additions and 1164 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment