Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / couchbaselabs/gojsonsm issues and pull requests

#119 - MB-36088 - implement NaN float comparisons

Pull Request - State: closed - Opened by nelio2k about 5 years ago - 5 comments

#118 - MB-35091 - AND/OR parsing EBNF reorg

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 4 comments

#117 - Fixes #116:

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 3 comments

#116 - reword error for "runtime error: index out of range"

Issue - State: closed - Opened by nelio2k over 5 years ago - 3 comments
Labels: enhancement

#115 - MB-34861 - Allow key to be first operand in a simple math expr

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 2 comments

#114 - Fixes #113 - negative numbers were not parsed correctly as values

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#113 - neg number parsing seems broken

Issue - State: closed - Opened by nelio2k over 5 years ago
Labels: bug

#112 - Fixes #111: Reorganize FilterExpressionParser grammar to allow recurs…

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 1 comment

#111 - Extra Parenthesis leads to incorrect logic

Issue - State: closed - Opened by nelio2k over 5 years ago
Labels: bug, question

#110 - Clarify parenthesis errors

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 1 comment

#109 - Fixes #106:

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#108 - Fixes #107:

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#107 - Potentially seg fault when comparing invalid dates

Issue - State: closed - Opened by nelio2k over 5 years ago
Labels: bug

#106 - Parenthese parsing issues

Issue - State: closed - Opened by nelio2k over 5 years ago
Labels: bug

#105 - Fixes #90: Perform operations on the key of an object or array

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 12 comments

#104 - MB-33850 - add missing operators

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#103 - Add alternative equal and not equal operators to list of operators

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 1 comment

#102 - Added some unicode unit tests

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#101 - Fix FilterExprParser comments

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 1 comment

#100 - Fixes #99 - int comparison to a large float that overflows an int64 s…

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#99 - fastLitParser should parse number into float64 if int64 overflows

Issue - State: closed - Opened by nelio2k over 5 years ago
Labels: bug

#98 - Add some operators and fix IS NOT MISSING

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#97 - MB-33618 - change EXISTS syntax to match that of N1QL

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#96 - Optimize by minimizing len() calls

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#95 - Fixes #94: Remove redundant recursion that leads to stack overflow

Pull Request - State: closed - Opened by nelio2k over 5 years ago

#93 - Fixes #73 - (MB-33014) Support arithmetic operations

Pull Request - State: closed - Opened by nelio2k over 5 years ago - 1 comment

#92 - MB-33028 - do not run match on empty data slice

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 1 comment

#91 - MB-32987 - Fix handling of nested arrays of various objs and types, a…

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#90 - Matcher doesn't perform EXIST correctly on key with value of embedded map

Issue - State: closed - Opened by nelio2k almost 6 years ago
Labels: bug

#88 - Add perf tags for benchmark tests

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#87 - Some minor improvements to fastVal and fastMatcher usage

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#86 - Rename matcher to FastMatcher and added a matcher interface

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#85 - Fixes #84: Output NullValue to non-zero numeric values

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#84 - Null Fastval should not output as 0 when used as numeric values

Issue - State: closed - Opened by nelio2k almost 6 years ago - 3 comments
Labels: bug

#83 - Fixes #20: N1QL-like parser using participle

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 1 comment

#82 - Matcher to support negative array index

Issue - State: closed - Opened by nelio2k almost 6 years ago - 1 comment
Labels: enhancement, question

#81 - Fixes #79: Transform not equals to use not

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 2 comments

#80 - Fixes #79: Resolve() to validate unresolved op before marking them to…

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 1 comment

#79 - NotEquals transformation should use NOT expression

Issue - State: closed - Opened by nelio2k almost 6 years ago - 3 comments

#78 - Fixes #77: Fix bug where After was not being executed

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 1 comment

#77 - Matcher does not execute the Afters in the top root node

Issue - State: closed - Opened by nelio2k almost 6 years ago - 4 comments
Labels: bug

#76 - Fixes #20: N1QL-like parser using participle - pre-integration

Pull Request - State: closed - Opened by nelio2k almost 6 years ago - 2 comments

#75 - Add a few more math functions

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#74 - Matcher (and parser) to support XOR

Issue - State: open - Opened by nelio2k almost 6 years ago
Labels: enhancement

#73 - Matcher to support simple arithmetic

Issue - State: closed - Opened by nelio2k almost 6 years ago
Labels: enhancement

#72 - Fix white space parsing for fields

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#71 - Touch up PCRE unit test

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#70 - Fixes #68 - add matcher support for time and date comparison

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#69 - Time

Pull Request - State: closed - Opened by nelio2k almost 6 years ago

#68 - Matcher and simpleParser to support Time based comparison

Issue - State: closed - Opened by nelio2k almost 6 years ago - 1 comment
Labels: enhancement

#67 - Fixes #65: Parser to parse expressions without use of white spaces

Pull Request - State: closed - Opened by nelio2k about 6 years ago - 1 comment

#66 - parser to handle multi-token fields using escape literal

Issue - State: closed - Opened by nelio2k about 6 years ago - 1 comment
Labels: bug

#65 - parser to handle parsing of expressions without spaces

Issue - State: closed - Opened by nelio2k about 6 years ago

#64 - Fixes #58: Allow recursive function calls, and other fx additions

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#63 - Addresses #61: More resilient parsing of multiword values

Pull Request - State: closed - Opened by nelio2k about 6 years ago - 1 comment

#62 - Fixes #61: SimpleParser to handle multiple words value tokens

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#61 - simpleParser to handle multi-word values

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: bug

#60 - Fixes #59: FastVal IsUint() should check for IsUint types

Pull Request - State: closed - Opened by nelio2k about 6 years ago - 1 comment

#59 - FastVal IsUint() should check for uint types

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: bug

#58 - SimpleParser to allow outputting of recursive functions

Issue - State: closed - Opened by nelio2k about 6 years ago

#57 - Fixes #55: Implement math functions

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#56 - Should we support embedded functions?

Issue - State: closed - Opened by nelio2k about 6 years ago - 1 comment
Labels: question

#55 - Implement misc math functions

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: enhancement

#54 - Fixes #53: Implement ROUND function in simpleParser

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#53 - Implement mathRound function in parser

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: enhancement

#52 - Fixes #51: Add pcre support to allow lookahead/lookbehind matching

Pull Request - State: closed - Opened by nelio2k about 6 years ago - 1 comment

#51 - Support for (negative) lookahead/lookbehind using pcre

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: enhancement

#50 - Fixes #49: FastVal to support JsonStringValue - and some minor trivia…

Pull Request - State: closed - Opened by nelio2k about 6 years ago - 1 comment

#49 - FastVal need methods for dealing with JsonStringValue

Issue - State: closed - Opened by nelio2k about 6 years ago - 2 comments
Labels: bug

#48 - Fixes #47: Fix regex for detecting floating point numbers

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#47 - SimpleParser to parse floating point as Values

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: bug

#46 - Fixes #45 - simpleParser to parse actual JSON true and false values c…

Pull Request - State: closed - Opened by nelio2k about 6 years ago

#45 - simpleParser not parsing true and false values as the correct JSON type

Issue - State: closed - Opened by nelio2k about 6 years ago
Labels: bug

#44 - Fixes #24: Adds array indexing support

Pull Request - State: closed - Opened by nelio2k over 6 years ago
Labels: enhancement

#43 - Implements (not) NULL/EXISTS and fix a multi token bug

Pull Request - State: closed - Opened by nelio2k over 6 years ago - 1 comment
Labels: bug, enhancement

#42 - Multi-token parser loop bug

Issue - State: closed - Opened by nelio2k over 6 years ago
Labels: bug

#41 - Expression JSON format readers do not do proper input validation

Issue - State: open - Opened by brett19 over 6 years ago
Labels: bug

#40 - Fixes #30: allows field values to be enclosed by backticks, and ad…

Pull Request - State: closed - Opened by nelio2k over 6 years ago - 1 comment

#39 - Fix a significant number of open issues.

Pull Request - State: closed - Opened by brett19 over 6 years ago - 1 comment

#38 - Matcher finds slot start/end via odd means

Issue - State: open - Opened by brett19 over 6 years ago
Labels: enhancement

#37 - Short loop expression will incorrectly become resolved

Issue - State: closed - Opened by brett19 over 6 years ago - 2 comments
Labels: bug

#36 - loops don't exit early if they are resolved by another segment of the binary tree

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: enhancement

#35 - FastVal IsString function is called IsStringLike

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: enhancement

#34 - Fix ambiguous use of 'Variables' between expressions and compiler

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: enhancement

#33 - Add support for `EXISTS`, `IS MISSING` and `IS NULL` to the grammar

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: enhancement

#32 - Matcher does not support variables on the RHS of an operation

Issue - State: open - Opened by brett19 over 6 years ago - 1 comment
Labels: bug

#30 - simpleParser field and value

Issue - State: closed - Opened by nelio2k over 6 years ago
Labels: enhancement

#28 - support for full object/array comparisons?

Issue - State: open - Opened by brett19 over 6 years ago
Labels: enhancement, question

#25 - Support looping over objects rather than just arrays

Issue - State: open - Opened by brett19 over 6 years ago - 1 comment
Labels: enhancement

#24 - support direct array indexing in expressions

Issue - State: closed - Opened by brett19 over 6 years ago - 1 comment
Labels: enhancement

#23 - bintree allocation check test fails spontaneously

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: bug

#22 - Add support for functions as part of filter expressions

Issue - State: closed - Opened by brett19 over 6 years ago - 1 comment
Labels: enhancement

#21 - Add support for multiple roots.

Issue - State: closed - Opened by brett19 over 6 years ago - 3 comments
Labels: enhancement, question

#20 - Rewrite parser using BNF or other grammar grammar

Issue - State: open - Opened by brett19 over 6 years ago - 3 comments
Labels: enhancement, help wanted

#12 - Fixes #6: Update mergeExpr's to match all expressions.

Pull Request - State: closed - Opened by brett19 over 6 years ago - 4 comments

#9 - Failure when inner loop references not-yet-parsed field from outer loop

Issue - State: closed - Opened by dnault over 6 years ago - 1 comment
Labels: bug, duplicate

#6 - Add support for merged expressions

Issue - State: closed - Opened by brett19 over 6 years ago - 1 comment

#5 - After blocks get misplaced in the match tree

Issue - State: closed - Opened by brett19 over 6 years ago
Labels: bug