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

Fix #148: better component automatic generation #149

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Fix #148: better component automatic generation #149

merged 2 commits into from
Dec 8, 2023

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    430568f View commit details
    Browse the repository at this point in the history
  2. Fix issue 148: When component impl methods was generated from the UI …

    …browser, the type is not already installed into the implementation class. The problem was that we considere the contract definition into the implementation class but in reality this is in the type class. The implementation should be not up to date regarding the type class definition and be edited with a risk of desync between the type contract trait and the implementation contract trait.
    labordep committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    08bdb40 View commit details
    Browse the repository at this point in the history