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

GLSP-1398: Properly configure default types #245

Merged
merged 2 commits into from
Aug 30, 2024
Merged

GLSP-1398: Properly configure default types #245

merged 2 commits into from
Aug 30, 2024

Commits on Aug 28, 2024

  1. GLSP-1398: Properly configure default types

    - Update graph model to add missing `GForeignObjectElement` and corresponding builder
    - Add empty default constructor to `GPreRenderedElementBuilder`
    - Update default type mapping configuration
      - Add missing configuration for foreign and shaped prerendered elements
      - Remove redundant registration of subtypes with the same eclass as the parent type
      - Extend deserialization test cases to ensure that all default types are properly deserialized
    
    Fixes eclipse-glsp/glsp#1398
    tortmayr committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    468de1b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Address review feedback

    tortmayr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e5b99d7 View commit details
    Browse the repository at this point in the history