forked from dsldevkit/dsl-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Xtext214 #3
Open
rmitin
wants to merge
91
commits into
rmitin:test
Choose a base branch
from
dsldevkit:xtext214
base: test
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Xtext214 #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rebase to master
-make language attribute of validator extension point optional -change check generator to handle absence of reference to grammar
Realigns FixedHighlightingReconciler with Xtext's HighlightingReconciler to benefit from performance improvements made there. In particular it puts the computation of highlighting into the background, which can help improve the time to open an editor quite dramatically in some cases. See commit eclipse/xtext-eclipse@9726754.
Make grammar reference in check language optional
Performance: Improve opening of editor
Fixes compiler warning in DirectLinkingEObjectOutputStream.
Cleanup: Remove unused import
- De-release the check language with construct and associated tests, validations, quick-fixes, generator code - Clean up use of '==' when comparing with null in touched xtend sources - Change the check genmodel compliance to java 8, and commit the associated javadoc changes
#97: De-release check 'with' construct
This unnecessary newline was recently introduced with commit 614ec85 and causes lots of unwanted changes to generated code in projects using DDK.
Remove unnecessary empty line in doSetup of generated check code
Rebase pull request
Remove newline in generator introduced with commit 614ec85
ExtendableInferredModelAssociator#installDerivedState() will now catch and log any RuntimeExceptions thrown by the IModelInferrerFeatureExtensionService. Otherwise these will never be seen when a resource is demand-loaded as EcoreUtil#resolve() swallows them. This is also how it works in the InferredModelAssociator class.
rebase on master
Add logging to ExtendableInferredModelAssociator
This allows to use DefaultCheckValidator without having a grammar.
Make IGrammarAccess optional in check
Xtext and Xtend 2.13.0.v20171020-0920 Do mechanical adjustments. Remove fixed serializer as the problem of duplicate methods seems to be fixed in 2.13. If new problems occur, we'll have to customize SerializerFragment2 instead of AbstractFixedSemanticSequencer.xtend
Also remove an unnecessary package export
Point to 201705151400
Change target file Minor adjustments (rename) Regenerate everything Tests pass, but with lots of exceptions
that has preserve format.
Fix generation for Xtend isInstance() operation in Export DSL
com.avaloq.tools.ddk.test.core now re-exports org.eclipse.xtext.junit4 so dependent projects do not have to require it directly.
Utility method for combining trace configurations enables tracing for trace events if the event type is enabled in any of the contributing configurations.
com.avaloq.tools.ddk.test.core now re-exports org.eclipse.xtext.junit4
Add utility for combining trace configurations.
QualifiedNameSegmentTreeLookup#get(QualifiedNamePattern, boolean) delivered unmatched results when given a name pattern where any of the leading name segments (i.e. not the last segment with the prefix pattern) didn't match any element in the lookup. Internal issue: DSL-1964
Fix bug in pattern matching of QualifiedNameSegmentTreeLookup
There is a difference in how DSL-internal checks and external SCA checks are registered and written. Also internal checks typically have no useful documentation (i.e. compiler errors are self-explaining) when SCA checks (coding conventions) do usually need a help page (explaining why the rule is useful). In this change we add a project preference so we can tell generator whether it's now doing an SCA plugin or is generating a check for a DSL. For internal checks docu generation is then disabled.
Reintegrate head development to xtext 2.14 branch
plugin. .AbstractProjectAwareResourceDescriptionsProvider.getResourceDescriptions is filtering resource out of the same plugin, so they fail to link. If ecore grammar is defined in the same plugin as xtext and then format we do have a problem sometimes.
take the latest from the master
Also commit autogenerated changes to an autogenerated file.
fully reparse on errors.
Update utility method for detecting linking diagnostics to work under multiple diagnostic message providers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.