-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Literal args comma fix #1577
Literal args comma fix #1577
Commits on May 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for be559b1 - Browse repository at this point
Copy the full SHA be559b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for db27411 - Browse repository at this point
Copy the full SHA db27411View commit details -
require method expressions to use
,
as argument delimeter, trim whi……te space from arguments, support literal arguments described as JSON
Configuration menu - View commit details
-
Copy full SHA for 69c472f - Browse repository at this point
Copy the full SHA 69c472fView commit details -
basic test for computed expression containing literal args (must also…
… contain at least one push dependency at this time)
Configuration menu - View commit details
-
Copy full SHA for 3fd8fbb - Browse repository at this point
Copy the full SHA 3fd8fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89650a1 - Browse repository at this point
Copy the full SHA 89650a1View commit details -
* do not treat literal arguments as effect triggers
* detect when an annotated computation has only literal arguments, flag it a `static` effect * when adding a static effect, add it only to the effect list for the __static__ pseudo-property * expose _executeStaticEffects method to process static effects on demand
Configuration menu - View commit details
-
Copy full SHA for ab6ce1e - Browse repository at this point
Copy the full SHA ab6ce1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd5ef8 - Browse repository at this point
Copy the full SHA 6fd5ef8View commit details -
rudimentary test for a static effect (annotated computation with only…
… literal arguments)
Configuration menu - View commit details
-
Copy full SHA for 0fe9fe7 - Browse repository at this point
Copy the full SHA 0fe9fe7View commit details -
* remove bogus support for arbitrary JSON in literal arguments, liter…
…al arguments must now be either String or Number * support using escaped-commas in literal-string arguments: `compute("foo\,bar", zot, 3)` * support other character escaping which is naturally broken by HTML parser `compute('foo\'bar')` * test for literal argument _before_ looking for structured args
Configuration menu - View commit details
-
Copy full SHA for 42eaedd - Browse repository at this point
Copy the full SHA 42eaeddView commit details
Commits on May 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c001344 - Browse repository at this point
Copy the full SHA c001344View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5cba7 - Browse repository at this point
Copy the full SHA cf5cba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc361c - Browse repository at this point
Copy the full SHA ffc361cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6859b6 - Browse repository at this point
Copy the full SHA e6859b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a9578 - Browse repository at this point
Copy the full SHA 40a9578View commit details