-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBUGS.txt
42 lines (32 loc) · 1.61 KB
/
BUGS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Please report any bugs or problems with NiCad in the TXL Forum,
http://www.txl.ca/forum/viewforum.php?f=28
Known Issues:
-------------
1. Syntax Errors
-------------
In order to do its work, NiCad parses all source files.
Most systems will have some files with real syntax errors in them,
so do not be alarmed by a small number of "failed to parse"
files, that is normal and expected.
However, if you get a large number of parse errors (more than 1%),
please report details of the problem in the NiCad section of
the TXL Forum so that the grammars can be improved.
2. Directory and File Names with Strange Characters
------------------------------------------------
Some systems allow directories with strange characters in them.
These can present a problem for the NiCad scripts, which use find(1)
to navigate large directories of source.
To process systems like this, first run the "fixfilenames" command
in the NiCad home directory on the system source. For example:
fixfilenames systems/c/thesystem
3. Output is not pure XML
----------------------
The output of NiCad is in its own simple markup format based on XML,
but is not pure XML. In particular, it is missing the XML schema
header line. However, it is close enough that it should be acceptable
to any XML editor.
When source is included in the results (the "withsource" output
produced by the "report=yes" configuration option), source fragments
may cause problems for XML editors. However, the HTML format of the
results is pure XHTML and should be acceptable to any web browser.
Rev 1.10.18