Skip to content

fix: use Path and PathBuf by default in all configs and args

Егор Ивков requested to merge eivkov/fix-admin-sock into master

Summary

  • fix: use Path and PathBuf by default in all configs and args

this fixes the following bug:

picodata run --data-dir tmp/i1/
C> invalid socket path: tmp/i1//admin.sock
[supervisor:214288] no ipc message from child
[supervisor:214288] subprocess 214289 exited with code 1

  • Close #634 (closed)
  • Cherry-pick to: 24.2, 24.3
  • Docs follow-up: not necessary
Edited by Егор Ивков

Merge request reports