-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add more context to errors - mesh/ files #2450
Merged
Merged
Changes from 114 commits
Commits
Show all changes
119 commits
Select commit
Hold shift + click to select a range
7601706
Adding context to errors when reading wrapper from xml
MelReyCG 622f8d6
added XML hierarchy to the wrapper parsing error
MelReyCG a5fb1fe
Modified testXmlWrapper so it expect exceptions
MelReyCG 4524704
Changed the regexs so the schema detects more errors
MelReyCG c36a052
updating LvArray submodule
MelReyCG 081939c
Adding documentation
MelReyCG a123a15
added C++17 string_view comments
MelReyCG 0b1cd21
- Added the ability to know the line of xml nodes & attributes
MelReyCG 7a7331f
merge branch "feature/rey/error-xml-line-2" with PR branch "bugfix/re…
MelReyCG d56087e
Merge remote-tracking branch 'origin/bugfix/rey/2320-xml-errors-feedb…
MelReyCG fb418c8
Indentation, code style, naming
MelReyCG e995b0c
Renaming SourceContext to DataContext
MelReyCG 7b793c9
comment update in Logger.hpp
jeannepellerin e1af0c6
- Added xml line to messages from PR 2341 & 2357
MelReyCG 3e95803
Added getWrapperDataContext()
MelReyCG cbfa507
uncrustify + documentation corrections
MelReyCG c69a98d
added compatibility with GEOS_FMT
MelReyCG 552ae0c
Added more context in various mesh/ error messages
MelReyCG 703d88b
Adapted getGroupByPath test with new error message
MelReyCG 7a7e053
error message improvements + bugfixes + removed unused header
MelReyCG 9445618
Group::printDataHierarchy : wrapper type fix + layout
MelReyCG e289be9
Merge branch 'feature/rey/error-xml-line-2' into feature/rey/error-xm…
MelReyCG 10fef50
perforation error message improvement
MelReyCG 197ae38
made "cellBlocks" attribute a required one
MelReyCG e644d86
Error messages slight improvements + uncrustify
MelReyCG f25415e
Merge branch 'develop' into feature/rey/error-xml-line-2
MelReyCG 8f26f6d
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 7d08ddc
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 0267860
uncrustify
MelReyCG 40aae17
code style
MelReyCG f5f1276
update LvArray version
MelReyCG faa7358
update LvArray version
MelReyCG be91af3
improved messages with group/wrapper path
MelReyCG 5fae7b6
rewrited WrapperContext message
MelReyCG e2a14be
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG 585d59d
Documentation
MelReyCG 3df8ced
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG e5e91b6
submodule develop sync
MelReyCG 6c39256
face error message improvement
MelReyCG d79b0c9
code style / factorization + constness
MelReyCG 7ab5641
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 226a5fa
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG a3639cd
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG f7217ee
docs fixes
MelReyCG df9a495
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG 186d212
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 0df6f02
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG b3afd5c
error message fix
MelReyCG b8fb6bf
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG a6b495c
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG 17759eb
code cleaning / refactoring, docs improvements
MelReyCG 4045ce2
removing circular dependency:
MelReyCG b7b756e
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 041d4a7
Docs fixes & params names
MelReyCG d4851bd
Message review
MelReyCG 1a5c02a
Refactorization: removing "isDataFileContext()"
MelReyCG 1508b00
memleak fix
MelReyCG 8db1cc3
Refactorization: removed getWrapperSeparator()
MelReyCG e416cdf
getTargetNameInPath() docs
MelReyCG 5750d12
removed virtual destructors
MelReyCG 8f35760
Refactorings
MelReyCG b96630b
Added a test for DataContext string formatting
MelReyCG f5e823f
improved getAttributeLine() robustness
MelReyCG 729df9f
Refactoring: hide xml_document implementation
MelReyCG 4864a30
xmlDocument refactorings
MelReyCG d5ab61a
WIP: more wrapping (xmlNode+xmlAttribute)
MelReyCG d463a93
Revert "WIP: more wrapping (xmlNode+xmlAttribute)"
MelReyCG c03e81f
Merge commit '08ba8f7e2c04af6ad07ff7d3ddc54f091b8e8564' into feature/…
MelReyCG dad53ce
wrong method name
MelReyCG 39a0cdc
DataContext architecture refactorization
MelReyCG ee76f62
GroupContext / WrapperContext fixes
MelReyCG b627575
Extended test for WrapperContext::toString()
MelReyCG 1a69a92
Merge branch 'develop' into feature/rey/error-xml-line-2
MelReyCG 374223d
docs fixes
MelReyCG 3b188ae
improving testGroupPath with more implicit groups & wrapper
MelReyCG e1ffd1d
GroupContext::toString() rewrite
MelReyCG 630efc7
compilation bugfix
MelReyCG 8cc3e8f
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 7bdf50f
compilation warning fix
MelReyCG a7fb525
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG fa4f7f2
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 971ea0f
Merge branch 'develop' into feature/rey/error-xml-line-2
MelReyCG 6eae848
Merge branch 'develop' into feature/rey/error-xml-line-2
TotoGaz 9bcee6a
removed loadBuffer in favor of loadString
MelReyCG 60599e5
missing a pugi::node_declaration wrapping
MelReyCG 290285f
Merge branch 'feature/rey/error-xml-line-2' of https://github.com/GEO…
MelReyCG ebffe3f
changed to /** doxygen syntax
MelReyCG 9795f54
Refactorings
MelReyCG 5262422
Added a dedicated WrapperContext cpp & hpp file
MelReyCG 83c5116
refactoring
MelReyCG 9640797
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 4501dc4
uncrustify
MelReyCG 44f4fed
Docs fixes
MelReyCG 40879dd
reverse iterator bugfix
MelReyCG b792974
DataContext format options fix
MelReyCG 212e611
DataContext toString bugfix when no DataFileContext exist
MelReyCG 42f53b5
Added docs for xmlWrapper attribute line search
MelReyCG 0bc5032
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 38d33d7
removed Group::forAllDataContext in profit of a private function in t…
MelReyCG 1bcf5ba
refactoring DataContext::ToStringInfo
MelReyCG 919830b
a few refactorings
MelReyCG e47099f
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 071b10c
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 474a8e3
Merge remote-tracking branch 'origin/feature/rey/error-xml-line-2' in…
MelReyCG bd78678
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 1005dee
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG b3ffe3a
merge mistake fix
MelReyCG c85cc91
GroupContext::toString(): showing file-name instead of file-path
MelReyCG fa57ee3
Show InternalWell name instead of region name
MelReyCG 642d444
InternalWell error message refactoring
MelReyCG 37103ea
error message factorization
MelReyCG 5dc1dbf
compilation fixes
MelReyCG 0620854
Merge remote-tracking branch 'origin/develop' into feature/rey/error-…
MelReyCG 1ef175c
Merge branch 'develop' into feature/rey/error-xml-line-mesh
rrsettgast 6652854
A few more message edits
MelReyCG b97246a
compil fix + doc
MelReyCG 61949b6
Merge branch 'develop' into feature/rey/error-xml-line-mesh
rrsettgast 80670af
Merge branch 'develop' into feature/rey/error-xml-line-mesh
rrsettgast 6728e89
Merge branch 'develop' into feature/rey/error-xml-line-mesh
CusiniM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change the
rst
file. And maybe will require a rebaseline.