Skip to content

Add recover DSL alias for exception handlers#263

Merged
hkusu merged 4 commits into
mainfrom
codex/recover-dsl-alias
May 26, 2026
Merged

Add recover DSL alias for exception handlers#263
hkusu merged 4 commits into
mainfrom
codex/recover-dsl-alias

Conversation

@hkusu
Copy link
Copy Markdown
Member

@hkusu hkusu commented May 25, 2026

Summary

  • add recover<T> as the preferred Store DSL for exception recovery
  • keep error<T> as a deprecated alias for compatibility and document the new naming
  • update README, guidance, and tests to use recover, and add a compatibility test for the deprecated alias

Why

  • make the DSL name better match the recovery path semantics without breaking existing users immediately

Validation

  • JAVA_HOME=/Users/h_kusu/Library/Java/JavaVirtualMachines/AndroidStudio/Contents/Home ANDROID_HOME=/Users/h_kusu/Library/Android/sdk ./gradlew :koma-core:jvmTest

@hkusu hkusu force-pushed the codex/recover-dsl-alias branch from 77c5b99 to 15ea295 Compare May 25, 2026 13:43
@hkusu hkusu marked this pull request as ready for review May 25, 2026 15:07
@hkusu hkusu merged commit b3e1d02 into main May 26, 2026
5 checks passed
@hkusu hkusu deleted the codex/recover-dsl-alias branch May 26, 2026 02:20
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.

1 participant