commit | 5507c83f88248f214ad05d194846da0b3af6dbbf | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Fri May 15 22:59:23 2015 -0700 |
committer | Todd Wang <toddw@google.com> | Fri May 15 22:59:25 2015 -0700 |
tree | 8dab5b4066bfc9af077c54e9ef675d2d4c964a13 | |
parent | c46c0c710a2f383bf42290b3d2e60dcbb7dbfe96 [diff] |
ref: First cleanup of test/modules, removing RegisterFunction. This started as a minor CL to clean up the execHandle.envelope TODO introduced in https://v.io/c/11474, where we noticed that external commands don't behave correctly. After speaking with Cos, I've also removed RegisterFunction, since it's no longer used anywhere. That lets us remove some of the interfaces that were presumably added to inject support for local function calls. I've also cleaned up the package documentation, so that it shows up reasonably in godoc. In addition it would be nice to remove the external command support completely. That'll occur separately; it's only used by the integration test framework, and we may be able to accomplish that through better factoring of the implementation. Change-Id: Id70e967a21457f3639106b834d5034c486d96bbc
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.