dcli_sdk 4.0.0 dcli_sdk: ^4.0.0 copied to clipboard
Dart console SDK - write console (cli) apps/scripts using dart.
4.0.0 #
- Merge pull request #246 from tsavo-at-pieces/master
- Added NamedLock.guard to dcli compile commmand
- Update run_specific_unit_tests.yml
- Dedicated workflow for Specific Isolated Testing
- Fail Fast -> False
- Put failing tests at the end
- Bump NamedLocks Package
- Tests Passing
- Reduce Default Lock Name Length
- Refactored NamedLock.withLock
- Update named_lock.dart
- Update to unit_testing_path in CI/CD
- Update run_unit_tests.yml
- Update Full Template to not require flutter
- Update run_unit_tests.yml
- Update run_unit_tests.yml
- Update run_unit_tests.yml
- Update run_unit_tests.yml
- Remove awaits from DartProject.warmup() in dart_test
- Updating Unit Testing in CI
- Isolate Specific Tests
- Updated dart_project.dart
- Testing Named Locks
- Update runtime_named_lock usage
- Initial NamedLocks Sandbox (Unix Only)
- Merge branch 'master' of github.com:onepub-dev/dcli
- updated deps.
- remove pipe tests as we are deprecating it.
- added test for availableSpace
- lint cleanups
- fixed a bug in the windows wmic line parser.
- Merge branch 'master' of https://github.com/onepub-dev/dcli
- fixed regGetExpandedString as it appears that we were passing the wrong flags for the data we were trying to get back.
- removed sink and process as we are replacing these with halfpipe.
- removed pipeTo as we are moving to use halfpipe.
- Merge branch 'master' of github.com:onepub-dev/dcli
- commented out the Pipe class. We are going to replace it with halfpipe.
- Made the ProgressiveLineSplitter public.
- removed waitForStart as its no longer being used.
- add todo re-unused code
- Fixed a bug in DartSdk that was causing it to hang as it was unnecessarily calling processUntilExit.
- updated printerr to take an Object? as does print as it makes it more flexible.
- Fixed a bug in dart_project which resulted in an incorrect path to the project when running in a unit test.
- updated test script beta.4
- fixed the compile test as it wasn't correctly matching the exception.
- removed unused code
- removed redundant code
- corrected the path to the dcli_unit_tester package.
- added catch block into isInstalled so that it would throw if an invalid package name was installed. instead it just returns false.
- grammer
- removed unused method runv2
4.0.1-beta.4 #
- added back in the missing nothrow arg to start method.
- Fixed running of detached processes. We were trying to get the exit code which would never work.
- Added some missing async statements when using named locks. Fixed a bug in dart_project when running in a unit test. It was getting the platformComfig which was a uri of the form file:// but then trying to process it as a simple path.
- moved message_response to its own file. Added a processor for exceptions as we were dumping exceptions generated in the isolate on the ground. Fixed a bug when we call start in with mode terminal. We were still trying to attach to the stdio stream when the don't actually exist. The same goes for detached. added json encoding to DCliException and RunException so we can pass them over the isolate boundary via a mailbox.
- changed namedLock to async until tsavoc has a chance to merge in his sync version. We may need a sync and async version to allow for async callbacks.
- still no action on async validation methods for 'ask'.
Most unit tests are now working and most of the common process execution paths appear to be working.
4.0.1-beta.2 #
- upgraded to the latest version of dart_console.
- migrated back to dart_console as I'm now the maintainer.
- down graded max win32 version to 5.3 to avoid deprecation notices.
- renabled support for terminal mode on the start command. Still needs more testing.
- minor code refactor.
- Reverted the use of win32 to constansts deprecated from 5.4.0 to improve our compatability window.
4.0.1-beta.1 #
Breaking #
- fetch/fetchMulti are now async.
Still a chunk more to do but the core 'good' paths seem to be mostly working when running processes. Optimistically this will get most people over the hump whilst we clean up the few remaining problems.
There are still some concerns around running a process in 'terminal' or 'detached' mode and I've not done any testing (and there is a path missing) of getting stdin attached to the process. This is probably the remaining 'big' issue but I think I can see a path through this.
Take it for a spin and let us know how you go. I will try to priorities the issues that are burning people the most.
4.0.1-alpha.11 #
- merged #234 from tsavo-at-pieces which provides windows support for synchronous process calls. Big thanks for the work on this Tsavo!!!
- migrated away from custom implementation of mailboxes to the native_synchronization package. Big thanks to @mraleph for his massive contributions and trial conversion of dcli to dart 3.x which most of my work is based off.
4.0.1-alpha.8 #
- fixed the sdk range for dcli_common
- switch to activating dcli_sdk instead of dcli.
4.0.1-alpha.7 #
- upgrade settings_yaml version.
4.0.1-alpha.6 #
- failed released - so did it again
4.0.1-alpha.5 #
- upgraded to latest version of pubspec_manager.
- removed conflict for Platform definition.
- Added support ot the Ask function to validate urls.
- Fixed a null check in the new inDocker method.
- updated the DockerShell to use /proc/1/cgroup to determine if we are in a docker container as the test for .dockerenv no longer
1.0.0 #
- ignored .failed_tracker
- dry run of dcli_sdk release.
- moved buid_templates in the dcli_sdk package as that is where they are now used.
- created a basic readme for the dcli_sdk package.
- Fixed up classes names from the pubspec_manager package as they had changed.
- removed a binary
- updated package deps
- added required repository statement.
- updated the description.
4.0.1-alpha.6 #
- removed a binary
- updated package deps
- added required repository statement.
- updated the description.
4.0.1-alpha.3 #
- Fixed the move function as well. It now also falls back to copy/delete on any error.
- added new projects to the replease process.