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: resolve user mappings correctly when reference handling is enabled #1162

Merged

Commits on Mar 11, 2024

  1. fix: resolve user mappings correctly when reference handling is enabled

    * Removes the BuildPriority of a Mapping, all mappings are built with the same priority.
      This is not needed anymore as user defined mappings with reference handling enabled but no reference handler parameter
      just delegate to the a generated version of the mapping with a reference handler parameter.
    * Removes CallableByOthers of a Mapping, all mappings are now considered callable by others
      For runtime target type mappings there is no type match anyway.
      And user defined mappings with reference handling enabled but no reference handler parameter
      just delegate to the version with a reference handler parameter now.
    latonz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ad1699 View commit details
    Browse the repository at this point in the history