Skip to content

Viash 0.8.4 (2024-01-15): Bug fix

Compare
Choose a tag to compare
@rcannood rcannood released this 24 Jan 16:37
· 286 commits to main since this release
0ae11b9

Fix building components with dependencies that have symlinks in their paths.

BUG FIXES

  • dependencies: Fix dependencies with paths using symlinks (PR #621). The resolution for the .build.vsh was changed to use the toRealPath previously, so dependency resolution must take account possible resolved symlinks too.