10000 Release 12.31 · ChatScript/ChatScript · GitHub
[go: up one dir, main page]

Skip to content

12.31

Compare
Choose a tag to compare
4F37
@chatscriptnlp chatscriptnlp released this 23 Oct 17:41
· 9 commits to master since this release
  1. Any nonjson loop limit given as a positive number will locally override whatever limits normally would
    exist for a std non-json loop. eg Loop (20000) will make the limit be 20000 whereas Loop(^length(...))
    would limit to whatever the current limit it even if ^length returned a greater value.
  2. ^jsonopen optionally takes 2 additional arguments. First is the name of a concept whose
    members are names of fields which if seen should be discarded. Second is the name of a
    concept whose members are names of fields which are presumed to be string values, and
    all blanks in the string should be converted to underscores.
  3. ^jsonparse optionally takes 2 additional arguments. (see #2)
  4. %httpresponse has been extended with additional negative code values specific to curl failing to connect.
  5. New void rule kind v: LABEL () which is faster and clearer than writing s: LABEL (?).
    It is used as the target of ^reuse or ^refine.
0