Zhong Junjie
Results
2
issues of
Zhong Junjie
https://github.com/cmu-db/15445-bootcamp/blob/main/src/namespaces.cpp#L48-L62 The comment in the code snippet suggests that calling spam without qualifying it as ABC::spam would result in a compilation error, which is not accurate in this context. The...
### Feature Request The current implementation in fory-go use RegisterTagType for registration is a legacy api. Should be replaced by ``` func (r *typeResolver) registerNamedType( type_ reflect.Type, namespace string, typeName...