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

build: Upgrade to Xtext 2.36 #987

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Commits on Aug 26, 2024

  1. feat: modify Check generator to not reference event Collector

    Have it leave out ResourceValidationRuleSummaryEvent.Collector from the
    generated 'validate' method signature so that the checkedTypeRef call to
    create a JvmTypeReference to the particular inner class cannot fail.
    
    That is something that apparently could in some situations happen.
    hasu authored and rubenporras committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    00effdc View commit details
    Browse the repository at this point in the history
  2. build: Upgrade to Xtext 2.36

    As part of the upgrade, delete the Xtext Spy, which has not been ported
    to LSP and was using some of the removed APIs in Xtext 2.36.
    rubenporras committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4ee183c View commit details
    Browse the repository at this point in the history