Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shapes: Add deprecation warning #41

Merged
merged 3 commits into from
Oct 8, 2018

Conversation

rockstorm101
Copy link

No description provided.

shapes.scad Outdated
@@ -28,13 +28,23 @@

//----------------------

echoDeprecation();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a very generic function name. OpenSCAD has no namespaces and has no control over which modules are imported into your scope when you use use <MCAD/shapes.scad>, so this can potentially conflict with something else in the future. Please pick a more module-specific name.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, you are absolutely right. Thanks for looking at it. What about "echo_deprecated_shapes_library"?

@hyperair hyperair merged commit 2989901 into openscad:master Oct 8, 2018
@rockstorm101 rockstorm101 deleted the deprecate-shapes branch August 20, 2019 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants