Skip to content

Fix "Index too big"-messages when toggling filtered-view modes#223

Open
gin-ahirsch wants to merge 3 commits intonickbnf:masterfrom
gin-ahirsch:fix-filteredlogdata-index-too-big
Open

Fix "Index too big"-messages when toggling filtered-view modes#223
gin-ahirsch wants to merge 3 commits intonickbnf:masterfrom
gin-ahirsch:fix-filteredlogdata-index-too-big

Conversation

@gin-ahirsch
Copy link
Copy Markdown
Contributor

I got "Index too big in LogFilteredData" warnings when switching between the filtered-view modes (marks/matches).
These changes should prevent the situation from occurring.

The function returns an index, but returned the line-number instead.

If there is no lower-bound we return 0, since the first element is
already greater (if we have any).
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
danberindei pushed a commit to danberindei/glogg that referenced this pull request Apr 21, 2021
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.

1 participant