Skip to content

Replace calls to result.then with result.try (fix deprecation warnings)#50

Merged
massivefermion merged 1 commit intomassivefermion:mainfrom
cGuille:fix-result-then-deprecations
Nov 5, 2025
Merged

Replace calls to result.then with result.try (fix deprecation warnings)#50
massivefermion merged 1 commit intomassivefermion:mainfrom
cGuille:fix-result-then-deprecations

Conversation

@cGuille
Copy link
Contributor

@cGuille cGuille commented Nov 4, 2025

result.then has been deprecated in favour of result.try, as stated in the docs: https://hexdocs.pm/gleam_stdlib/gleam/result.html#then

@cGuille cGuille marked this pull request as ready for review November 4, 2025 17:33
result.then has been deprecated in favour of result.try, as stated in the docs:
https://hexdocs.pm/gleam_stdlib/gleam/result.html#then
@cGuille cGuille force-pushed the fix-result-then-deprecations branch from 6298fc6 to 7272659 Compare November 5, 2025 08:12
@massivefermion
Copy link
Owner

Thanks

@massivefermion massivefermion merged commit 1cf7c03 into massivefermion:main Nov 5, 2025
1 check passed
@cGuille
Copy link
Contributor Author

cGuille commented Nov 5, 2025

Thank you!

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.

2 participants