| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* src/symtable/symbols.xsl (preproc:symtable)[lv:param]: Remove @keep.
* test/symtable/symbols.xspec: Remove @keep.
|
|
|
|
|
|
|
|
|
|
|
| |
Shame on me!
* test/graph-test.xsl (foo:graph-vtwo-vthree): Swap `a' and `c' nodes. This
ordering seems to have changed after a Saxon upgrade, and this ordering
makes much more sense.
* test/symtable/symbols.xspec: Add missing `@default' and
`@pollute'. Remove extra `@keep'. All keeps should be gone by now, but
it looks like I missed some; that will be handled in a separate commit.
|
|
|
|
|
|
| |
* src/symtable.xsl (symtable:find-duplicates):
Update description. Find duplicates in same package.
* test/symtable.xspec: Update test case accordingly.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The `preproc:param-dim' template must remain for now, as it is used by
others.
* src/current/include/preproc/symtable.xsl
(preproc:symtable)[lv:param]: Extracted template.
* src/symtable/symbols.xsl
(preproc:symtable)[lv:param]: Added template.
* test/symtable/symbols.xsl
(lv:param): Scenario added.
|
|
|
|
|
|
|
|
|
|
|
| |
* src/current/include/preproc/symtable.xsl
(preproc:symtable)[lv:meta]: Extracted template.
* src/symtable/symbols.xsl
(preproc:symtable)[lv:meta]: Added template.
* test/symtable/symbols.xsl
(lv:meta): Scenario added
|
|
|
|
|
|
|
|
|
|
| |
* src/current/include/preproc/symtable.xsl
(preproc:symtable)[lv:template]: Extracted template.
* src/symtable/symbols.xsl:
(preproc:symtable)[lv:template]: Added template.
test/symtable/symbols.xsl: Added test case.
|
|
|
|
|
|
|
| |
* doc/tame.texi: Include `Symbol Table'.
* src/symtable.xsl: Added.
* test/symtable.xspec: Added, testing `find-symbol'.
|
|
|
|
|
|
|
| |
* src/graph.xsl (graph:lookup-from-doc): Added
* test/graph-doc.xml: Added
* test/graph-test.xsl: Associated test data
* test/graph.xspec: Associated tests added
|
|
|
|
|
| |
* src/graph.xsl (graph:make-from-deps): Added with documentation.
* test/graph{-test.xsl,.xspec}: Updated accordingly.
|
|
|
|
|
| |
* src/graph.xsl (graph:dep-lookup): Re-order arguments
* test/graph.xspec: Updated accordingly
|
|
|
|
|
|
| |
* src/graph.xsl (graph:make-from-vertices): Added
* test/graph-test.xsl (foo:graph-with-dupes): Added duplicate edges
* test/graph.xspec: Added tests
|
|
|
|
|
|
|
|
|
| |
This was already happening, but formally test and document it, since
it's a very useful property.
* src/graph.xsl (graph:union): Document dedupe behavior
* test/graph-test.xsl: Add test data
* test/graph.xspec: Add dedupe test for graph:union
|
|
|
|
|
| |
* src/graph.xsl (graph:dep-lookup): Moved into subsection with
introductory paragraph.
|
|
|
|
|
|
| |
* src/graph.xsl (graph:union): Added
* test/graph-test.xsl: Test data added
* test/graph.xspec: Tests added
|
|
|
|
|
|
| |
* src/graph.xsl: Added graph:reverse
* test/graph.xspec: Associated tests
* test/graph-test.xsl: Added test data
|
|
|
|
|
|
|
| |
* doc/tame.texi: Add graph include.
* src/graph.xsl: Added.
* test/graph-test.xsl: Added.
* test/graph.xspec: Added.
|
| |
|
|
|