Merge remote-tracking branch 'origin/master' into nophead-issue_1928

This commit is contained in:
Marius Kintel 2017-02-07 20:43:35 -05:00
commit 809c4663d2
7 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1 @@
ERROR: Experimental feature not enabled: 'lc-else'. Please check preferences.

View file

@ -0,0 +1,6 @@
WARNING: Invalid number of parameters for cross()
WARNING: Parent module index (1) greater than the number of modules on the stack
WARNING: Can't open DXF file ''.
WARNING: Can't find dimension '' in '', layer ''!
WARNING: Can't open DXF file ''.
WARNING: Can't find cross in '', layer ''!

View file

@ -0,0 +1,8 @@
DEPRECATED: child() will be removed in future releases. Use children() instead.
ECHO:
DEPRECATED: The assign() module will be removed in future releases. Use a regular assignment instead.
DEPRECATED: The dxf_linear_extrude() module will be removed in future releases. Use linear_extrude() instead.
DEPRECATED: The dxf_rotate_extrude() module will be removed in future releases. Use rotate_extrude() instead.
DEPRECATED: The import_stl() module will be removed in future releases. Use import() instead.
DEPRECATED: The import_off() module will be removed in future releases. Use import() instead.
DEPRECATED: The import_dxf() module will be removed in future releases. Use import() instead.

View file

@ -0,0 +1,3 @@
ECHO: 1, 2, 3
ECHO: 5, 13, 18
ECHO: 5, 10, 20

View file

@ -0,0 +1,4 @@
DEPRECATED: Imported file (localfile.dxf) found in document root instead of relative to the importing module. This behavior is deprecated
DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead.
DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead.
DEPRECATED: Imported file (localfile.dat) found in document root instead of relative to the importing module. This behavior is deprecated

View file

@ -0,0 +1,2 @@
DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead.
DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead.

View file

@ -0,0 +1,7 @@
WARNING: Can't open library ''.
WARNING: Can't open library 'non/existent/path/non-file'.
WARNING: Can't open library 'test/'.
WARNING: Can't open library '/'.
WARNING: Ignoring unknown module 'test3'.
WARNING: Ignoring unknown module 'test4'.
WARNING: Ignoring unknown variable 'test2_variable'.