Skip to content

Conversation

@KristianAN
Copy link

Toolkit is great when building CLI applications as it adds pretty much all the functionality you might need. Native image is great for building CLI applications because of the quick startup. It does however not work with CE without the --no-fallback option. To stop users being confused by the image not working with a not obvious error message I figure it would be good to add a quick little info at the bottom here. Can probably be moved to a separate page when the docs are more fleshed out. The text i stolen from the CE documentation https://typelevel.org/cats-effect/docs/core/native-image

Kristian Nedrevold added 2 commits March 10, 2023 19:11
Toolkit will be great when building CLI applications as it adds pretty much all the functionality you might need. Native image is great for building CLI applications because of the quick startup. It does however not work with CE without the --no-fallback flag. To stop users being confused by the image not working with a not obvious error message I figure it would be good to add a quick little info at the bottom here. Can probably be moved to a separate page when the docs are more fleshed out. The text i stolen from the CE documentation https://typelevel.org/cats-effect/docs/core/native-image
Toolkit will be great when building CLI applications as it adds pretty much all the functionality you might need. Native image is great for building CLI applications because of the quick startup. It does however not work with CE without the --no-fallback flag. To stop users being confused by the image not working with a not obvious error message I figure it would be good to add a quick little info at the bottom here. Can probably be moved to a separate page when the docs are more fleshed out. The text i stolen from the CE documentation https://typelevel.org/cats-effect/docs/core/native-image

Fixed text position in index.md
@TonioGela
Copy link
Member

Thank you @krined-dev! You're right, it's totally worth adding this info for native image users. Fun fact: I added that box in the CE documentation a while ago :D

@TonioGela TonioGela merged commit 94bc2bb into typelevel:main Mar 11, 2023
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