-
Notifications
You must be signed in to change notification settings - Fork 31
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
Interactive RawTextParser asks for excludes twice #3316
Labels
bug
Only issues that describe bugs.
difficulty:low
Solving this is likely not that difficult
good first issue
pr-analysis
Issues that touch the analysis pr(oject).
priority:high
Set by PO
Comments
moritz-suckow-mw
added
bug
Only issues that describe bugs.
pr-analysis
Issues that touch the analysis pr(oject).
difficulty:low
Solving this is likely not that difficult
labels
May 25, 2023
Nereboss
added a commit
that referenced
this issue
Nov 9, 2023
Adjusted the asked question as well as the functions returns to work in interactive mode
Nereboss
added a commit
that referenced
this issue
Nov 9, 2023
Specifically about the file extension option
Nereboss
added a commit
that referenced
this issue
Nov 10, 2023
Can handle multiple file extensions and file extensions starting with a dot
Nereboss
added a commit
that referenced
this issue
Nov 10, 2023
Does not produce an outout file when file extensions could not be found; also updated tests for this
Nereboss
added a commit
that referenced
this issue
Nov 10, 2023
Nereboss
added a commit
that referenced
this issue
Nov 13, 2023
Added warnings when a file extension was not found; also added multiple tests for that
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
fritschldwg
added a commit
that referenced
this issue
Nov 14, 2023
Nereboss
added a commit
that referenced
this issue
Nov 15, 2023
Nereboss
added a commit
that referenced
this issue
Nov 16, 2023
Nereboss
added a commit
that referenced
this issue
Nov 17, 2023
Also changed the assertion used to compare json files
Nereboss
added a commit
that referenced
this issue
Nov 17, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Adjusted the asked question as well as the functions returns to work in interactive mode
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Specifically about the file extension option
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Can handle multiple file extensions and file extensions starting with a dot
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Does not produce an outout file when file extensions could not be found; also updated tests for this
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Added warnings when a file extension was not found; also added multiple tests for that
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
pushed a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Also changed the assertion used to compare json files
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Nereboss
added a commit
that referenced
this issue
Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Only issues that describe bugs.
difficulty:low
Solving this is likely not that difficult
good first issue
pr-analysis
Issues that touch the analysis pr(oject).
priority:high
Set by PO
Bug
Expected Behavior
WHEN
using the interactive shell, selecting the RawTextParser and answering the questions
THEN
I get asked for every configuration option once.
Actual Behavior
I get asked
Do you want to exclude file/folder according to regex pattern?
twice.Notes
I looked into the code quickly and saw that the RawTextParser uses the same text for the parameters
excludes
andfileExtensions
. This was probably just forgotten to change after copy-pasting?The text was updated successfully, but these errors were encountered: