summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Add some tests for Content-DispositionGravatar Adam Chlipala2016-05-05
|
* At runtime, catch when we exceed 'limit inputs'Gravatar Adam Chlipala2016-03-30
|
* More consistent formatting for new List functionsGravatar Adam Chlipala2016-02-26
|
* Finish removing PWild; only load a library once, even if referenced multiple ↵Gravatar Adam Chlipala2016-02-07
| | | | times in a .urp tree
* Merge PVar and PWild, to get more reasonable type-class resolutionGravatar Adam Chlipala2016-02-07
|
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
* | Fix tricky case of functor signature subsumptionGravatar Adam Chlipala2015-11-27
| |
| * Fix condition for installing new cache entriesGravatar Adam Chlipala2015-11-19
|/
* Proper error message for excessively fancy FFI signaturesGravatar Adam Chlipala2015-08-27
|
* Add a simple 'make test' targetGravatar Adam Chlipala2015-07-29
|
* Add HTML 'align' attributeGravatar Adam Chlipala2015-07-02
|
* Allow mouse and key events for <body>Gravatar Adam Chlipala2015-07-02
|
* Apply syntax sugar for 'class' attribute to <form> as wellGravatar Adam Chlipala2015-06-08
|
* Fix .sql generation to honor 'noMangleSql' in column namesGravatar Adam Chlipala2015-05-10
|
* New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
|
* Fix interpretation of 'file' argument pathsGravatar Adam Chlipala2015-03-08
|
* Support 'dynClass' and 'dynStyle' for <body>Gravatar Adam Chlipala2015-03-03
|
* Fix XML syntax for closing <input> tagsGravatar Adam Chlipala2014-12-18
|
* More HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Textual HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Some more HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* More simple textual HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* Remove 'value' attribute of <checkbox>Gravatar Adam Chlipala2014-11-16
|
* Make 'required' and 'autofocus' attributes Boolean; add a syntax extension ↵Gravatar Adam Chlipala2014-11-16
| | | | for parsing their usual HTML syntax
* Default to parsing time strings with the application-configured formatGravatar Adam Chlipala2014-09-20
|
* Extend ScriptCheck to take RPCs into accountGravatar Adam Chlipala2014-08-24
|
* A new test for <button>Gravatar Adam Chlipala2014-08-17
|
* Add tests/dbupload2.* filesGravatar Sergey Mironov2014-08-15
| | | | | tests/dbupload2.sh is a shell script which run the test scenario On my machine the executable segfaults after curl request
* MonoReduce bug involving 'error'Gravatar Adam Chlipala2014-08-06
|
* When unifying constructor-level unification variables, also unify their kindsGravatar Adam Chlipala2014-08-01
|
* 'aria-*' attributesGravatar Adam Chlipala2014-08-01
|
* New .urp directive: fileGravatar Adam Chlipala2014-07-31
|
* Small tweak to ordering of unification rules, to support better record matchingGravatar Adam Chlipala2014-07-29
|
* Default 'jsFunc' for less-safe FFIGravatar Adam Chlipala2014-07-16
|
* Fix off-by-one error in less-safe FFI wrapper generationGravatar Adam Chlipala2014-07-13
|
* Finish exampleGravatar Adam Chlipala2014-06-25
|
* New syntactic shorthand for antiquoting subqueriesGravatar Adam Chlipala2014-06-25
|
* 'sql_injectable_prim' instance for 'url'Gravatar Adam Chlipala2014-06-15
|
* let..where..endGravatar Adam Chlipala2014-06-11
|
* Align to sizeof(void *) instead of fixed 4Gravatar Adam Chlipala2014-05-28
|
* Fix dynClass for non-<body> contextsGravatar Adam Chlipala2014-05-04
|
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
|
* Monadic bind supports patternsGravatar Adam Chlipala2014-05-02
|
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
|
* <thead>, <tbody>, <tfoot>Gravatar Adam Chlipala2014-04-30
|
* Change <active> to avoid generating an empty <span> for empty contentGravatar Adam Chlipala2014-04-21
|
* getenv calls UNIX getenv() when no special alternative is setGravatar Adam Chlipala2014-03-07
|
* Change Basis.getenv to return None outside the context of a web requestGravatar Adam Chlipala2014-03-04
|
* Some more nested functor bug-fixing, including generating fresh internal ↵Gravatar Adam Chlipala2014-02-20
| | | | names at applications; still need to debug issues with datatype constructors