-
-
Notifications
You must be signed in to change notification settings - Fork 578
Enhancement for evaluating expressions #444
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cheton
added a commit
that referenced
this pull request
Apr 3, 2019
* Enhancement for evaluating expressions * Centralize global objects in one place * Rename context to vars * eslint fixes * Update variables * Update package.json
cheton
added a commit
that referenced
this pull request
Apr 3, 2019
* Enhancement for evaluating expressions * Centralize global objects in one place * Rename context to vars * eslint fixes * Update variables * Update package.json
cheton
added a commit
that referenced
this pull request
Apr 3, 2019
* Enhancement for evaluating expressions * Centralize global objects in one place * Rename context to vars * eslint fixes * Update variables * Update package.json Conflicts: package.json src/package.json test/evaluate-expression.js
1 similar comment
cheton
added a commit
that referenced
this pull request
Apr 22, 2019
… executable (#440) * Avoid relative path hell * Folder restructure * Work in progress * Fix incorrect route of user accounts * Enhances the evaluate expression library that enables full support for assignment and sequence expressions (#442) * Enables full support for assignment expression and sequence expression * eslint fixes * [Feeder][Sender] Add global variables support (#443) * [Macro][Sender] Add global variables support * Returns global variables with populateContext() * Update macro variables usage * Update macro variables usage * Supports primitive types and global variables * Enhancement for evaluating expressions (#444) * Enhancement for evaluating expressions * Centralize global objects in one place * Rename context to vars * eslint fixes * Update variables * Update package.json * Update dependencies * Rename cnc to cncjs * Upgrade Three.js from 0.94 to 0.103 * Update resource.json * Fix a warning that the shading option is removed from MeshMaterial * Change the render order * Render cutting tool and cutting pointer in the 3D visualizer * Fix for Marlin controller first-move bug (issue #312) (#449) * Fix eslint errors in 4a4b67b * Update resource.json * [Marlin] Fixed a bug of calling a controller initialization method that has been removed * Fix an issue that dropdown menu gets clipped by container with overflow:hidden property (#445) * Fix a overflow bug in the console widget (#452) * [g2core] Address an issue that spindle will restart after stopping program execution (#428) (#451) [g2core] Address an issue that spindle will restart after stopping program execution (#428) * Add support for specifying mount points in the .cncrc file (#459) (#461) * Add a new event that is triggered when the controller is ready to start (#437) (#460) * Update translation keys * Add a new event that is triggered when the controller is ready to start (#437) * Fix for the bug @cheton found in #454 (comment) (#462) * Rename bin/legacy-cli to bin/cnc * Update .cncrc * Update dependencies * Update dependencies * Update resource.json * Update Dockerfile * Turn into full screen web app on mobile devices (#402) * Update supported Node.js versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #442 and #443