crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 275 forks source link

Checkconfig is complete and covers code #410

Open oberstet opened 9 years ago

oberstet commented 9 years ago

checkconfig.py and it's functions are used in worker functions to verify sanity of input arguments, and then rely on that. check that everything that we rely on inside those worker functions is covered in checkconfig.py, and that the latter is fully implemented

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26220169-checkconfig-is-complete-and-covers-code?utm_campaign=plugin&utm_content=tracker%2F462544&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F462544&utm_medium=issues&utm_source=github).
oberstet commented 8 years ago

I think this is "almost complete" .. but as the node configuration file is a core piece of the "public API" of CB, I'll escalate this to "bug level". Must be addressed.