obsidiansystems / obelisk

Functional reactive web and mobile applications, with batteries included.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
954 stars 104 forks source link

Deploy path given to deployPush func gets indeterminately confused by old temp folder #1069

Open augyg opened 6 months ago

augyg commented 6 months ago

Very low priority bug / very easy to fix for the user but I kept receiving the error that

'src-ba29225b8893dd3a/' does not have a commit checked out

Which I believe to be a temp dir from Obelisk that never got cleaned up. Weird part is that I had another temp directory 'src-355ad1892cc46de4/' that had existed for much longer and has definitely existed for past commits.

alexfmpe commented 6 months ago

Quite possibly https://github.com/obsidiansystems/obelisk/issues/923

augyg commented 6 months ago

If I understand correctly then my bet is the same

I also see more temp directories have been left behind from yesterdays unpacking/ packing