conduit_isolate_exec 2.0.0-b8 copy "conduit_isolate_exec: ^2.0.0-b8" to clipboard
conduit_isolate_exec: ^2.0.0-b8 copied to clipboard

outdated

This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.

2.0.0-b8 #

3rd attempt at first release.

2.0.0-b6 #

test_harness tests in parallel fixed the dbname argument on psql command. fixed the dependency overrides. check if docker-composed is installed before trying to stop it. corrected docker package name. test to diagnose problems converting columns Added check that we found conduit in the pub cache. Fix: #44 Updated the message when a user trys to re-purpose an existing column as a inverse relationship. Renamed cli_helper createProject to createTestProject to make its usage more obvious. Switch to using the critical_test package to run unit tests. used the paths package to simplify directory manipulation operations. Fixed issues with create_test.dart not running under vs-code. Primary change was to move the test projects out of the conduit project structure into /tmp Replaced all occurances of 'an conduit' with 'a conduit' Fixed a bug in the orElse handling of decodeOptional and added a unit test to excersise the failing path. Renamed private members to use _ prefix to facilitate human static analysis in serve.dart Updated the decode command so it works correctly with nnbd. The conduit command are reliant on testing for null on an optional command. The decode method had been changed to never return null so the tests could no longer function. We now have two decode version, decode and decodeOptional. The decode version does not return null the docodeOptional will return null. This structure also has the advantage of not deplicating the default values of @options which was previously required. The changes also improve the exception handling. We now throw a singular CmdCIException rather than the two or three different exceptions that were previously been thrown. I also took the opportunity to improve the error messages for some of the common paths. Updated to latest version of open_api and fixed nnbd issues as a result of changes in the open_api lib.

Changelog #

1.0.0-b1 #

  • Initial release
2
likes
0
pub points
30%
popularity

Publisher

verified publishertheconduit.dev

This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, glob

More

Packages that depend on conduit_isolate_exec