source: git/tests/badunits.out

walls-data-hanging-as-warning
Last change on this file was 11e22a89, checked in by Olly Betts <olly@…>, 6 weeks ago

Only warn for junk after #prefix command

Walls seems to quietly ignore the rest of the line, just like with
the #date command.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[5a45706]1./badunits.svx:3:15: error: Unknown units "FURLONGS"
[9f55538]2 *units length FURLONGS
3               ^~~~~~~~
[5a45706]4./badunits.svx:4:29: error: Unknown units "Radians"
[9f55538]5 *units compass 0.0174532925 Radians
6                             ^~~~~~~
[5a45706]7./badunits.svx:5:16: error: Invalid units "METRES" for quantity
[9f55538]8 *units compass METRES
9                ^~~~~~
[5a45706]10./badunits.svx:6:19: error: Invalid units "Degrees" for quantity
[9f55538]11 *units tape clino Degrees
12                   ^~~~~~~
[5a45706]13./badunits.svx:7:23: error: Invalid units "Metres" for quantity
[9f55538]14 *units tape clino 0.1 Metres
15                       ^~~~~~
[5a45706]16./badunits.svx:8:8: error: Unknown quantity "Anemometer"
[9f55538]17 *units Anemometer Knots
18        ^~~~~~~~~~
[5a45706]19./badunits.svx:10:16: error: End of line not blank
[9f55538]20 *units DEFault MeterS
[11e22a89]21                ^~~~~~
[5a45706]22./badunits.svx:11:16: error: End of line not blank
[9f55538]23 *units DEFault 1.0 MeterS
[11e22a89]24                ^~~~~~~~~~
[5a45706]25./badunits.svx:12:13: error: Unknown units "DEFault"
[9f55538]26 *units Tape DEFault MeterS
27             ^~~~~~~
[5a45706]28./badunits.svx:13:13: error: Unknown units "DEFault"
[9f55538]29 *units Tape DEFault
30             ^~~~~~~
[5a45706]31./badunits.svx:14:16: error: End of line not blank
[9f55538]32 *units DEFault Tape
[11e22a89]33                ^~~~
[5a45706]34./badunits.svx:15:16: error: End of line not blank
[9f55538]35 *units DEFault Tape Feet
[11e22a89]36                ^~~~~~~~~
[9dc51ae]37./badunits.svx:17:13: error: Invalid units "degrees" for quantity
38 *units left degrees
39             ^~~~~~~
[da96015]40
41Removing trailing traverses...
42
[c20d521]43Concatenating traverses...
[da96015]44
45Simplifying network...
46
47Calculating network...
48
[c20d521]49Calculating traverses...
[da96015]50
51Calculating trailing traverses...
52
53Calculating statistics...
54
55Survey contains 1 survey station, joined by 0 legs.
56There are 0 loops.
[85c0078]57Total length of survey legs =    0.00ft (   0.00ft adjusted)
58Total plan length of survey legs =    0.00ft
59Total vertical length of survey legs =    0.00ft
[da96015]60   1 0-node.
[9dc51ae]61There were 0 warning(s) and 13 error(s) - no output files produced.
Note: See TracBrowser for help on using the repository browser.