-
Notifications
You must be signed in to change notification settings - Fork 11
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
PB-1120: Remove error key when the extent is valid. #1115
Conversation
web-mapviewer Run #3786
Run Properties:
|
Project |
web-mapviewer
|
Branch Review |
pb-1120-layer-error-are-not-emptied
|
Run status |
Passed #3786
|
Run duration | 05m 17s |
Commit |
e2f6721bb3: PB-1120: Remove only related error message.
|
Committer | Ismail Sunni |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
21
|
Skipped |
0
|
Passing |
211
|
View all changes introduced in this branch ↗︎ |
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.
@pakb just merged a monster of a pull request in which all error keys are replaced with error message. This looks correct, but it would be good to rebase and adapt to the new way of handling errors :)
4aedfc1
to
0023e10
Compare
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.
The reason why we need to change the way we remove error messages is because within the set, the reference to the object won't be the same (we create a new object each time we update the layers). Another way to solve this would be to have the error messages be instanced only once, but I like your approach, as we won't always be sure in the future that we receive the exact same instance of a message.
looks good to me :)
4da7852
to
e2f6721
Compare
Test link