Skip to content

Commit

Permalink
Improved examples and documentation
Browse files Browse the repository at this point in the history
- Per-request parallelism and persistent data REST/Web example
- Protect against failed JSON decoding
- Protect against implied casting in EMS type checks
- Remove unnecessary diagnostic message from EMS on "old" memory attach
- TODO: Python Packaging in dire need of a PR
- Force typecasting in pyEMS error messages
- Restrict inter-language example to Node v6 and later
- Make JS and Py inter-language examples use different EMS namespaces
- Add missing options to EMS new for proper F/E and value initialization
  • Loading branch information
Jace A Mogill committed Sep 10, 2017
1 parent d47bd98 commit 6bb2330
Show file tree
Hide file tree
Showing 21 changed files with 5,940 additions and 351 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ os:
dist: trusty

node_js:
- "8.1"
- "7.1"
- "6.1"
- "5.1"
- "4.1"
Expand Down

0 comments on commit 6bb2330

Please sign in to comment.