Florian Schanda

Results 72 issues of Florian Schanda

The worst offenders are for `tests-system/bulk` are: ``` ncalls tottime percall cumtime percall filename:lineno(function) 1 0.000 0.000 31.589 31.589 trlc/trlc.py:21() 1 0.000 0.000 31.571 31.571 trlc/trlc.py:490(main) 1 0.000 0.000 31.558...

topic: core

In the LRM we have something like this: ```trlc bnf = ''' foo ::= bar { wibble } ''' ``` This comes out as ```plain foo ::= bar { wibble...

topic: LRM
topic: core
good first issue

topic: API
good first issue

topic: API
good first issue

topic: analysis
good first issue

This requires #47 (the sound version of this). Use case: * provide include directories with new switch (e.g. -I) * provide _one_ file we're interested in * validate just this...

topic: core
large
topic: API

Allow e.g. `package foo.bar`

topic: LRM
topic: core
topic: API

Multiple check blocks for the same type are evaluated in unspecified order. Currently in vcg we assume the same order that TRLC has used; but we should not do that....

bug
topic: analysis

We could create a TRLC object with the values suggested by the CE to double-check it's correct, in which case we can remove the possible "incomplete" warning if it does...

topic: core
large
topic: analysis