[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/814 ---

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-11-21 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r152456690 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -254,6 +259,7 @@ identifier_operand :

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-11-05 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r148965731 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming primitiv

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-30 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147785631 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -272,4 +278,30 @@

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-30 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147784210 --- Diff: metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/common/StellarCompiler.java --- @@ -105,59 +107,77 @@ public Object

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568147 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568117 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568099 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568088 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568062 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -272,4 +278,30 @@

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147568002 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -67,6 +67,10 @@ ELSE : 'ELSE' |

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147567984 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147567887 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147557283 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming primitiv

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147556465 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming primitiv

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147544977 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147543792 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -67,6 +67,10 @@ ELSE : 'ELSE' |

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147555077 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147543426 --- Diff: metron-stellar/stellar-common/README.md --- @@ -100,6 +102,28 @@ In the core language functions, we support basic functional programming primitiv

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147544129 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/MatchTest.java --- @@ -0,0 +1,202 @@ +/* + *

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147556583 --- Diff: metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/common/StellarCompiler.java --- @@ -105,59 +107,77 @@ public Object

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-28 Thread jjmeyer0
Github user jjmeyer0 commented on a diff in the pull request: https://github.com/apache/metron/pull/814#discussion_r147556836 --- Diff: metron-stellar/stellar-common/src/main/antlr4/org/apache/metron/stellar/common/generated/Stellar.g4 --- @@ -272,4 +278,30 @@ lambda_variable:

[GitHub] metron pull request #814: METRON-1277 Add match statement to Stellar languag...

2017-10-24 Thread ottobackwards
GitHub user ottobackwards opened a pull request: https://github.com/apache/metron/pull/814 METRON-1277 Add match statement to Stellar language as discussed on the dev list: [Stellar support for switch/case style