timoni icon indicating copy to clipboard operation
timoni copied to clipboard

submodules

Open errordeveloper opened this issue 2 years ago • 1 comments

When working with an existing CUE project, Timoni doesn't recognise the top-most cue.mod dir as it just copies the module directory to a /tmp, and thereby isolates it from the parent project.

errordeveloper avatar Apr 18 '23 15:04 errordeveloper

To work around this, one can place Timoni configs in the top-level dir and import what needs importing from the existing subpackage(s). But that means you cannot have multiple Timoni modules in a repo that re-use some packages in that repo.

errordeveloper avatar Apr 18 '23 15:04 errordeveloper