summaryrefslogtreecommitdiff
path: root/test_plugin/tests/integration_tests.rs
AgeCommit message (Collapse)Author
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-09-21chore: add copyright (#7593)tokiedokie
2020-07-08BREAKING(core): Remove control slice from ops (#6048)Valentin Anger
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-11Change plugin interface to prevent segfaults when unloading plugin (#5210)Bert Belder
Fixes: #3473 Closes: #5193
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
This PR removes the hack in CLI that allows to run scripts with shorthand: deno script.ts. Removing this functionality because it hacks around short-comings of clap our CLI parser. We agree that this shorthand syntax is desirable, but it needs to be rethinked and reimplemented. For 1.0 we should go with conservative approach that is correct.
2020-04-25introduce unstable flag, make a few things unstable (#4892)Ryan Dahl
2020-04-20Remove core/plugin.rs (#4824)Ryan Dahl
This simplifies the plugin interface in order to deliver op crates with a similar API
2020-03-03assert build success for test plugin (#4223)João Souto
2020-01-17Fix warnings on windows build (#3697)Ry Dahl
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2019-12-10Disable flaky plugin test on windows (#3474)Ry Dahl
2019-12-05feat: first pass at native plugins (#3372)Andy Finch