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

Update from eclipse/n4js (#2) #104

Closed
wants to merge 1 commit into from
Closed

Update from eclipse/n4js (#2) #104

wants to merge 1 commit into from

Conversation

bsmith-n4
Copy link
Contributor

commit 1e5d59a
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Wed Jul 12 11:11:25 2017 +0200

Refactored tests

commit afc166e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:46:21 2017 +0200

Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:45:37 2017 +0200

Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:44:18 2017 +0200

Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:42:49 2017 +0200

Fixed computation of the elements that should be parsed

This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:39:45 2017 +0200

Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:35:07 2017 +0200

Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 10:42:28 2017 +0200

Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:42 2017 +0200

Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:11 2017 +0200

Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Added comments according to review comments

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Added clarifying comment to CustomN4JSParser

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Fixed IllegalArgumentExceptions in Guice module

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

commit a3c70cf
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Wed Jul 12 11:18:07 2017 +0200

Minor reformatting

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

commit 1e5d59a
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Wed Jul 12 11:11:25 2017 +0200

Refactored tests

commit afc166e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:46:21 2017 +0200

Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:45:37 2017 +0200

Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:44:18 2017 +0200

Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:42:49 2017 +0200

Fixed computation of the elements that should be parsed

This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:39:45 2017 +0200

Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:35:07 2017 +0200

Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 10:42:28 2017 +0200

Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:42 2017 +0200

Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:11 2017 +0200

Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Added comments according to review comments

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Added clarifying comment to CustomN4JSParser

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Fixed IllegalArgumentExceptions in Guice module

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Squashed commit of the following:

commit a3c70cf
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Wed Jul 12 11:18:07 2017 +0200

Minor reformatting

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

commit 1e5d59a
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Wed Jul 12 11:11:25 2017 +0200

Refactored tests

commit afc166e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:46:21 2017 +0200

Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:45:37 2017 +0200

Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:44:18 2017 +0200

Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:42:49 2017 +0200

Fixed computation of the elements that should be parsed

This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:39:45 2017 +0200

Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 15:35:07 2017 +0200

Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Tue Jul 11 10:42:28 2017 +0200

Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:42 2017 +0200

Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de
Date: Mon Jul 10 14:18:11 2017 +0200

Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Proposed changes in grammars

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Regenerated languages

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Updated GreedyPredicateTest after refactoring

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Fixed regression

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Updated test expectation - error recovery is better now

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Be more specific with return types of parser fragments

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

  • Regenerated languages

Signed-off-by: Sebastian Zarnekow Sebastian.Zarnekow@itemis.de

* Fixed problems with content assist (#65)
* Squashed commit of the following:
commit a3c70cf
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:18:07 2017 +0200

    Minor reformatting

    Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

commit 1e5d59a
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:11:25 2017 +0200

    Refactored tests

commit afc166e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:46:21 2017 +0200

    Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:45:37 2017 +0200

    Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:44:18 2017 +0200

    Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:42:49 2017 +0200

    Fixed computation of the elements that should be parsed

    This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:39:45 2017 +0200

    Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:35:07 2017 +0200

    Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 10:42:28 2017 +0200

    Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:42 2017 +0200

    Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:11 2017 +0200

    Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Added comments according to review comments

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Added clarifying comment to CustomN4JSParser

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Fixed IllegalArgumentExceptions in Guice module

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* #25: As a smith I need to migrate from org.eclipse.xtext.junit4 to org.eclipse.xtext.testing (#78)

* #25: placed/removed xtext.junit4 and xtext.junit4.ui by testing package

* #25: restricted Xsemantics version to 1.12.0

* #81: fixed comment syntax of copyright headers

* #77: First round of grammar review results (#77)

* Squashed commit of the following:

commit a3c70cf
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:18:07 2017 +0200

    Minor reformatting

    Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

commit 1e5d59a
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:11:25 2017 +0200

    Refactored tests

commit afc166e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:46:21 2017 +0200

    Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:45:37 2017 +0200

    Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:44:18 2017 +0200

    Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:42:49 2017 +0200

    Fixed computation of the elements that should be parsed

    This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:39:45 2017 +0200

    Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:35:07 2017 +0200

    Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 10:42:28 2017 +0200

    Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:42 2017 +0200

    Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:11 2017 +0200

    Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Added comments according to review comments

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Added clarifying comment to CustomN4JSParser

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Fixed IllegalArgumentExceptions in Guice module

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Squashed commit of the following:

commit a3c70cf
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:18:07 2017 +0200

    Minor reformatting

    Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

commit 1e5d59a
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Wed Jul 12 11:11:25 2017 +0200

    Refactored tests

commit afc166e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:46:21 2017 +0200

    Added more unit tests

commit 71cea9e
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:45:37 2017 +0200

    Fixed bug in template for parser

commit ba47ac8
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:44:18 2017 +0200

    Add an option that allows to shrink the content assist parser

commit 1ec8a2d
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:42:49 2017 +0200

    Fixed computation of the elements that should be parsed

    This helps to get rid of the NoSuchMethodExceptions when CA is invoked.

commit 8485c5b
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:39:45 2017 +0200

    Fixed bug in the computation of method names for CA

commit be7a786
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 15:35:07 2017 +0200

    Remove unnecessarily overridden method

commit ca1ec21
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Tue Jul 11 10:42:28 2017 +0200

    Refined content assist parser sanity test

commit dabb3ac
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:42 2017 +0200

    Added sanity check for generated code

commit cdcf877
Author: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
Date:   Mon Jul 10 14:18:11 2017 +0200

    Fixed typo in Javadoc

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Proposed changes in grammars

- Regenerated Unicode.xtext (GH-59)
- Extracted a few fragments to allow reuse
- Removed unused rules

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Regenerated languages

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Updated GreedyPredicateTest after refactoring

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Fixed regression

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Updated test expectation - error recovery is better now

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Be more specific with return types of parser fragments

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* Regenerated languages

Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>

* #84: restrict version of Xsemantics to 1.12.0
* #80: Adapt FileChecker for Xsemantics and Xpect (#89)
* #90: add syntax highlighting (#91)
* #92 / #10: Add N4JS Tasks Example sources (CQ-13814) to repository and enable test (#94)
* #92: added zips from CQ13814
* #92: removed placeholder file
* #85: Update (prepared) download section of N4JS webpage (#86)
* #85: Modify styles, update documentation, regenerate Eclipse Help
* #85 remove custom HTML from src repo
* #85 remove eclipse resources, modify build scripts, unset web fonts in generated content
* #85 add search function to specification
* #85 update Releases information, organize documentation index
* #85 update IDE setup guide to link to project downloads page
* #85 fix footer information on generated pages
* #85 remove unwanted javascript
* #85 remove github and jira images, fix numbered list items
* #85 remove pdf cover
* GH-85 reduce cover image size
* GH-85 remove references to versions
* #85 modify page resize width to display TOC on smaller screens
* #85 update README
* #85 clean Eclipse dist folder and regenerate Eclipse Help
* #85 minor URL fix to point to Language Spec
Signed-off-by: <brian.smith@numberfour.eu>
* #83: As a smith I want synchronized Maven and local builds: Enable useProjectSettings in Tycho (#88)
* #83: trigger reference build to get time and output LOCs
* #83: enabled project specific settings globally, expecting many warnings
* #83: disable warnings globally
* #83: changed poms to reduce maven warnings
* #83: swapped generation of xtend and xtext to reduce warnings
* #83: replaced mwe2 generator entries in poms
* #83: replaced mwe2 generator entry in pom
* #83: removed comment
* #83: added explanation to pom adjustments
* #83: duplicated the mwe2 workflow to use it in the maven pom
* #99: As a user I want to see inherited members in the outline view (#101)
* #99: added support for showing inherited, consumed, polyfilled members
* #99: improved doc
* #99: added test and improved documentation
* #99: show inherited in case of empty class
* #99: incorporated review comments
* #99: undone change in targetplatform file
@bsmith-n4 bsmith-n4 closed this Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant