Skip to content

Fix fable clean command crash when output directory doesn't exist#4648

Closed
goswinr wants to merge 1 commit into
fable-compiler:mainfrom
goswinr:claude/update-main-upstream-bpntdx
Closed

Fix fable clean command crash when output directory doesn't exist#4648
goswinr wants to merge 1 commit into
fable-compiler:mainfrom
goswinr:claude/update-main-upstream-bpntdx

Conversation

@goswinr

@goswinr goswinr commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The clean command would crash with DirectoryNotFoundException if the specified output directory (via -o flag) didn't exist. Now it gracefully handles this case by checking if the directory exists before attempting to clean it.

The clean command would crash with DirectoryNotFoundException if the
specified output directory (via -o flag) didn't exist. Now it gracefully
handles this case by checking if the directory exists before attempting
to clean it.

https://claude.ai/code/session_01MzQatLncNRkW4JYhAAhJos
@goswinr goswinr closed this Jun 11, 2026
@goswinr goswinr deleted the claude/update-main-upstream-bpntdx branch June 11, 2026 19:53
@goswinr

goswinr commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

@MangelMaxime how to fix the lint issue ?

@MangelMaxime

MangelMaxime commented Jun 11, 2026

Copy link
Copy Markdown
Member

@goswinr You need to follow the commit convention from Shipit.

@goswinr

goswinr commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

in #4651 now @MangelMaxime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants