dcli_common 4.0.1-beta.4 copy "dcli_common: ^4.0.1-beta.4" to clipboard
dcli_common: ^4.0.1-beta.4 copied to clipboard

Common code used by multiple dcli packages.

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.3 #

  • failed release

4.0.1-beta.2 #

  • upgraded to the latest version of dart_console.
  • migrated back to dart_console as I'm now the maintainer.
  • downgraded 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

4.0.1-alpha.4 #

  • first synchronised release.

1.0.0 #

  • Initial version.
0
likes
0
pub points
45%
popularity

Publisher

unverified uploader

Common code used by multiple dcli packages.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, path, scope

More

Packages that depend on dcli_common