This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY-8258
in repository https://gitbox.apache.org/repos/asf/groovy.git.
discard 189c37e GROOVY-8258: add more test cases
discard 7debbb0 GROOVY-8258: trivial refactoring
discard eaf593b GROOVY-8258: Implement inner join
discard 2e38c1e GROOVY-8258: Add 1 more error test
discard b1650bb GROOVY-8258: Add node positions and error tests
discard 2dc31d2 GROOVY-8258: Use `in` instead of `of` for better readability
discard 3cd8edd GROOVY-8258: make field `final`
discard 0b14276 GROOVY-8258: Rename class name
discard aa0f0b1 GROOVY-8258: add javadoc and rename linq to ginq
discard a6d4c4e GROOVY-8258: build AST for ginq and generate target method
calls
discard 843a0e2 GROOVY-8258: rename linq to ginq
discard 4095e46 GROOVY-8258: enable STC
discard 84c51fc GROOVY-8258: use lambda instead
discard 3d37138 GROOVY-8258: rename test names
discard 606c5d9 GROOVY-8258: Add 2 test cases
discard 9d300b1 GROOVY-8258: minor refactor
discard fcb8590 GROOVY-8258: Implement the very basic LINQ
discard a950f51 GROOVY-8258: mark backend classes as internal
discard 85879be GROOVY-8258: test `stream` method and tweak tests
discard 4e488cb GROOVY-8258: Add macro method LINQ
discard 40c6f79 GROOVY-8258: Add macro method LINQ entry
discard fed55e0 GROOVY-8258: Implement the built-in collection LINQ provider
add 7cf8724 GROOVY-9769: avoid unnecessary creation of UnionTypeClassNode
(closes #1394)
new ac92248 GROOVY-8258: Implement the built-in collection LINQ provider
new 3e39e70 GROOVY-8258: Add macro method LINQ entry
new e233f34 GROOVY-8258: Add macro method LINQ
new ffde533 GROOVY-8258: test `stream` method and tweak tests
new 2610bac GROOVY-8258: mark backend classes as internal
new 1ab90b5 GROOVY-8258: Implement the very basic LINQ
new 174b227 GROOVY-8258: minor refactor
new 9ff78df GROOVY-8258: Add 2 test cases
new 581ee95 GROOVY-8258: rename test names
new 0c7a6fe GROOVY-8258: use lambda instead
new 189c49d GROOVY-8258: enable STC
new d355e9c GROOVY-8258: rename linq to ginq
new 7273eed GROOVY-8258: build AST for ginq and generate target method
calls
new d413188 GROOVY-8258: add javadoc and rename linq to ginq
new 9f92fc8 GROOVY-8258: Rename class name
new b69bf21 GROOVY-8258: make field `final`
new 2318b69 GROOVY-8258: Use `in` instead of `of` for better readability
new b94d20f GROOVY-8258: Add node positions and error tests
new 0707349 GROOVY-8258: Add 1 more error test
new e8e95d8 GROOVY-8258: Implement inner join
new c7f0f4d GROOVY-8258: trivial refactoring
new fd4169e GROOVY-8258: add more test cases
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (189c37e)
\
N -- N -- N refs/heads/GROOVY-8258 (fd4169e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../transform/stc/StaticTypeCheckingVisitor.java | 27 +++++++-------
.../classgen/asm/sc/bugs/Groovy7333Bug.groovy | 43 +++++++++++++++++++---
2 files changed, 51 insertions(+), 19 deletions(-)