zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

add signature checking to sys_processes #71

Open zippy opened 8 years ago

zippy commented 8 years ago

Currently params are checked against the signatures of of user created processes. That's not happening for sys_processes. This could be done explicitly for all calls (once we finish adding signatures to all sys process defs) or checked by the processes themselves (which we do a little of now)

zippy commented 8 years ago

now that structure optionality is implemented and TREE & LIST placeholders have been removed from defs this is more possible.

zippy commented 8 years ago

193a9ceda7bf4c2a90 some wip on this ticket

zippy commented 8 years ago

143 means that signature checking will now have to be the same as structure matching which should be a semtrex generated from the structure definition.