dylan-lang / deft

The Dylan CLI
MIT License
2 stars 2 forks source link

Multi-platform support #27

Open cgay opened 3 years ago

cgay commented 3 years ago

Workspaces should support multi-platform development. For example using a shared NFS mount for sources and a different _build directory on each platform.

It might be the case that if the user sets OPEN_DYLAN_USER_ROOT everything will Just Work, but this should be tested. Leaving this bug here as a reminder.

Registry generation always writes to a platform specific directory so as long as dylan update is run on each platform the registry part should work.