-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thoughts on how to divvy-up validators #4
Comments
This is less of an issue and more of something I wanted documented. Basically just my plan of attack, and I wanted to share it with you guys in case anyone had a better idea or saw a problem. |
Let's discuss this at the meeting. Tim On Fri, Jun 22, 2012 at 1:09 PM, mcueno2
|
mike@sisl-ibm-lt: =========== Non-custom validations breakdown ============ =========== Custom defined validations breakdown =========== =========== Breakdown of custom validator types =============
=========== Most common S-Expression failures ============= =========== Most common Keyword failures ============= =========== Most common Function failures ============= |
Cool stuff, Mike. Here's a brain dump of what I think we agreed was the information we
Additionally, there are some meta properties we want to collect about Conceptually, we want to think about the data we collect as being a Tim On Thu, Jul 5, 2012 at 2:31 PM, mcueno2
|
Types of Validations (Let me know if I'm missing something)
-Contain a loop
-Thoses using nil?
-Anything else
These will be broken into categories for sexp* keyword* or function*, each of which will have as many columns as new unknowns found and will be listed in order of frequency
*A keyword being anything in the first argument of a :call
*A function being anything in the second argument of a :call
Example AST: s(call, s(Keyword, Keyword), function, arglist)
*An sexp would be the :call in the above example
Order of Ops (Assuming we have all apps in a single directory) This will be automated in a script
o For each app
*divvy is what I'm calling the external program to parse the log files and create some human readable data (Piecharts!)
The text was updated successfully, but these errors were encountered: