tarantool / try

try.tarantool.org scripts
Other
3 stars 4 forks source link

Allow loading extra modules via require #10

Closed lenkis closed 8 years ago

lenkis commented 8 years ago

Currently, the usage of "require" command is disabled on Try due to security issues. This ruins most examples from Tutorial, e.g.: 1) we cannot set custom delimiters and, subsequently, all multi-line examples in the Tutorial don't work (Ctrl+Enter for line breaks doesn't work on Try either, so there's no known work-around) 2) we cannot load sockets, etc Please enable the usage of "require".