feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

Use a platform-independent name for the default database name #3036

Open chisandrei opened 1 year ago

chisandrei commented 1 year ago

The current database name defaults to the <parent parent>/<parent>/<lepiter folder>. However, it uses backslashes or slashes depending on the platform. We should make it use / on all platfforms.

seandenigris commented 1 year ago

Yes, given that images are supposed to be portable between any OS with a VM, there needs to be a way to specify a location that will be valid on eg Windows and Mac

onierstrasz commented 1 year ago

BTW, the workaround is to give an explicit name to the lepiter db (like "GT Book"). But it is better not to require this.