cli icon indicating copy to clipboard operation
cli copied to clipboard

feat(pkg): improve xgenny dry run

Open Pantani opened this issue 1 year ago • 1 comments

close #2565

Description

Improve the xgenny package by creating a custom runner to salve all modifications into a temporary folder and only apply and copy all files to the target directory later.

Changes

This PR removes the default dry and wet runners, avoiding running two generators. If everything works fine, only one will run into a temporary folder and be copied to the target folder.

Pantani avatar Mar 05 '24 03:03 Pantani

@Pantani the changes from #4057 might be the cause for the failing tests here. CI reported failing tests after merging the changes from the mentioned PR.

Maybe we should remove the -race until further investigation.

cc @julienrbrt

jeronimoalbi avatar Mar 27 '24 08:03 jeronimoalbi