holepunchto / pear

combined Peer-to-Peer (P2P) Runtime, Development & Deployment tool
https://pears.com/
Apache License 2.0
85 stars 9 forks source link

Add pear terminal restart #183

Closed jkcdarunday closed 4 weeks ago

jkcdarunday commented 4 weeks ago

Requires https://github.com/holepunchto/pear-runtime-bare/pull/2 to be merged and released first for this to work

davidmarkclements commented 4 weeks ago

note: does not require pear-runtime-bare build to actually be merged, it just means we start with hard restart, exit 75, it's on user system to restart. This is valid. Once pear-runtime-build lands, it'll automatically restart in place, switching to a soft exit - with an option to specify hard exit for full process restart (this will lose I/O whereas soft restart won't).

first PR towards closing https://github.com/holepunchto/pear/issues/91

up next will be full platform restart support, both hard/soft