File: errors-warnings-included-expected.echo

package info (click to toggle)
openscad 2021.01-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,096 kB
  • sloc: cpp: 53,199; sh: 4,384; ansic: 4,382; python: 1,813; yacc: 853; javascript: 762; lex: 417; lisp: 163; xml: 127; makefile: 118
file content (112 lines) | stat: -rw-r--r-- 7,689 bytes parent folder | download | duplicates (4)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
WARNING: Ignoring unknown function 'test' in file errors-warnings.scad, line 19
WARNING: dxf_cross(..., origin=[inf, nan]) could not be converted in file errors-warnings.scad, line 79
WARNING: Can't open DXF file 'doesNotExist.dxf'! in file errors-warnings.scad, line 79
WARNING: dxf_dim(..., origin=[1, 2, 3]) could not be converted in file errors-warnings.scad, line 84
WARNING: Can't open DXF file 'doesNotExist.dxf'! in file errors-warnings.scad, line 84
WARNING: dxf_cross(..., origin=[inf, 0]) could not be converted in file errors-warnings.scad, line 92
WARNING: dxf_cross(..., notSupported=...) is not supported in file errors-warnings.scad, line 92
WARNING: Can't find cross in 'dim-all.dxf', layer 'SCAD.Origin'! in file errors-warnings.scad, line 92
WARNING: dxf_dim(..., notSupported=...) is not supported in file errors-warnings.scad, line 98
WARNING: Can't find dimension 'TotalWidth' in 'dim-all.dxf', layer 'SCAD.Origin'! in file errors-warnings.scad, line 98
ECHO: "include"
WARNING: Ignoring unknown variable 'a' in file errors-warnings.scad, line 1
ECHO: undef
WARNING: linear_extrude(..., origin="string") could not be converted in file errors-warnings.scad, line 15
WARNING: Ignoring unknown module 'hello' in file errors-warnings.scad, line 17
WARNING: Ignoring radius variable 'r' as diameter 'd' is defined too. in file errors-warnings.scad, line 21
WARNING: Ignoring radius variable 'r1' as diameter 'd1' is defined too. in file errors-warnings.scad, line 22
WARNING: Problem converting rotate(a=inf) parameter in file errors-warnings.scad, line 24
WARNING: Problem converting rotate(a=[inf, inf]) parameter in file errors-warnings.scad, line 25
WARNING: Problem converting rotate(a=nan) parameter in file errors-warnings.scad, line 26
WARNING: variable rad not specified as parameter in file errors-warnings.scad, line 29
WARNING: Too many unnamed arguments supplied in file errors-warnings.scad, line 31
WARNING: Cylinder parameters ambiguous in file errors-warnings.scad, line 33
WARNING: Cylinder parameters ambiguous in file errors-warnings.scad, line 34
WARNING: Cylinder parameters ambiguous in file errors-warnings.scad, line 35
WARNING: color() expects numbers between 0.0 and 1.0. Value of -1.0 is out of range in file errors-warnings.scad, line 42
WARNING: color() expects numbers between 0.0 and 1.0. Value of 2.0 is out of range in file errors-warnings.scad, line 42
WARNING: Unable to parse color "notaname" in file errors-warnings.scad, line 43
Please see https://en.wikipedia.org/wiki/Web_colors
WARNING: Ignoring unknown module 'box' in file errors-warnings.scad, line 44
WARNING: $fs too small - clamping to 0.010000 in file errors-warnings.scad, line 46
WARNING: $fa too small - clamping to 0.010000 in file errors-warnings.scad, line 47
WARNING: $fs too small - clamping to 0.010000 in file errors-warnings.scad, line 54
WARNING: $fa too small - clamping to 0.010000 in file errors-warnings.scad, line 55
WARNING: argument center supplied more than once in file errors-warnings.scad, line 58
WARNING: argument r supplied more than once in file errors-warnings.scad, line 59
WARNING: rotate_extrude(..., origin="test") could not be converted in file errors-warnings.scad, line 61
WARNING: linear_extrude(..., origin="test") could not be converted in file errors-warnings.scad, line 65
WARNING: linear_extrude(..., scale=inf) could not be converted in file errors-warnings.scad, line 65
ECHO: 10
ECHO: 15
ECHO: 20
WARNING: lookup("test", ...) first argument is not a number in file errors-warnings.scad, line 73
ECHO: undef
WARNING: lookup() number of parameters does not match in file errors-warnings.scad, line 74
ECHO: undef
WARNING: lookup() number of parameters does not match in file errors-warnings.scad, line 75
ECHO: undef
ECHO: "dim-all.dxf"
WARNING: module cube() does not support child modules in file errors-warnings.scad, line 104
WARNING: module sphere() does not support child modules in file errors-warnings.scad, line 107
DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated in file ../3D/features/for-tests.scad, line 19
DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated in file ../3D/features/for-tests.scad, line 31
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 35
WARNING: begin is smaller than the end, but step is negative in file ../3D/features/for-tests.scad, line 38
ECHO: "a"
ECHO: "↑"
ECHO: "b"
ECHO: "😀"
ECHO: nan
ECHO: inf
ECHO: -inf
ECHO: "INF", 0
ECHO: "-INF", 0
ECHO: "INF", 0
ECHO: "-INF", 1
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 72
DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated in file ../3D/features/for-tests.scad, line 73
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 73
DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated in file ../3D/features/for-tests.scad, line 74
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 74
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 75
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 77
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 80
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 84
ECHO: "[0:1:4294967296] end capped"
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 90
ECHO: "[0:1:8589934592] end capped"
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 95
ECHO: "[0:1:4294967295] end capped"
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 100
ECHO: "[0:1:4294967294] end capped"
WARNING: Bad range parameter in for statement: too many elements (4294967295) in file ../3D/features/for-tests.scad, line 106
ECHO: "[0:1:5000] end capped"
ECHO: 0
ECHO: 1
ECHO: 4999
ECHO: 5000
ECHO: "[0:1:5000] difference from 1, 5000"
ECHO: "diff=", 0, ", i==1"
ECHO: "diff=", 0, ", i==5000"
ECHO: "[0:1:5000] difference from 1, 5000"
ECHO: "diff=", 0, ", i==1"
ECHO: "diff=", 0, ", i==5000"
ECHO: "[0:1] difference from 1"
ECHO: "diff=", 0, ", i==1"
ECHO: "mainfile"
WARNING: Ignoring unknown variable 'notDefinedVariable' in file errors-warnings-included.scad, line 5
ECHO: undef
ECHO: "use"
WARNING: Ignoring unknown variable 'a' in file errors-warnings-use.scad, line 2
ECHO: undef
WARNING: Ignoring unknown module 'unknown' in file sub2/useuse.scad, line 3
WARNING: Ignoring unknown variable 'a' in file errors-warnings-use.scad, line 2
ECHO: undef
WARNING: Ignoring unknown module 'unknownIncuse' in file sub2/incuse.scad, line 2
WARNING: Ignoring unknown variable 'xyz' in file sub1/errors-warnings-incuse.scad, line 2
ECHO: undef
WARNING: Ignoring unknown function 'test' in file sub1/errors-warnings-incuse.scad, line 3
WARNING: Unable to convert $vpr="[1,2,3]" to a vec3 or vec2 of numbers
WARNING: Unable to convert $vpt=[1, 2, 3, 4] to a vec3 or vec2 of numbers
WARNING: Unable to convert $vpd=[1] to a number