Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kas_macros: depend on impl_tools_lib #300

Merged
merged 6 commits into from
Mar 31, 2022
Merged

kas_macros: depend on impl_tools_lib #300

merged 6 commits into from
Mar 31, 2022

Conversation

dhardy
Copy link
Collaborator

@dhardy dhardy commented Mar 31, 2022

impl-tools is a development of some of the kas_macros capabilities, with cleaner code and extensibility. This PR revises kas_macros to use that.

Breaking change to other parts of KAS:

  • widget! as a macro was replaced with #[widget] as an attribute, applied within impl_scope!
  • #[handler(msg = ...)] was used as configuration for widget!; the msg argument is moved into #[widget] and #[handler] is removed

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