dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

support a mark that says a particular param is "secret" #70

Open dhh1128 opened 10 years ago

dhh1128 commented 10 years ago

... so that when logging or producing stack traces, the value of the param is not displayed

dhh1128 commented 10 years ago

Entire call trees might use it, too -- e.g., a set of calls that does cryptographic manipulation and that doesn't want to expose its internals.

A different but related mark might say, "this part of a stack trace is system plumbing, unlikely to be interesting"