User Details
- User Since
- Nov 16 2018, 9:41 AM (263 w, 1 d)
Feb 13 2020
ping
ping
Jan 27 2020
Jan 20 2020
The first parameter of pubsetbuf method is also a pointer, so zero is changed to` nullptr`. Missed this in the original patch.
Jan 13 2020
Detected one more file missing this header. Diff is updated.
Jan 10 2020
Jan 9 2020
Dec 27 2019
I have no commit access to Monorepo. Somebody should commit this revision. Thanks.
Dec 26 2019
ping
Jun 3 2019
I don't understand the request. Please, clarify. Also, it would help if you use the terms from the comments in the suggested test.
May 22 2019
Thanks for suggestion. I'll consider it.
More simplifications accepted and committed in D56498 are implemented here: common function moved to a separate header file. Now this patch can also be accepted and committed.
Yet another personal ping for @EricWF. Let's finish up with this finally and proceed with the project.
May 20 2019
May 17 2019
Would somebody commit this, please?
Another personal ping for @EricWF. If you have any questions, please ask. If not, please accept and commit.
May 6 2019
Ping for @EricWF: project must go on.
Apr 29 2019
If there are still questions/suggestions, please ask/post.
Apr 26 2019
We are now very close to the end here. Let's finish this up.
Yes, please.
Apr 23 2019
Suggestions implemented. Common functions moved to a separate header file. This header will also be used to simplify code in patch D56500 after this one is accepted and committed.
Apr 22 2019
Suggested simplification implemented. It also implemented for the associated patch D56498.
Simplification suggested by Marshall Clow implemented.
Apr 18 2019
If you have any further questions, please ask. If not, please accept and commit.
Mar 11 2019
ping
Feb 27 2019
Feb 21 2019
ping
Feb 15 2019
Feb 13 2019
Agree. Patch modified as suggested.
Feb 12 2019
Feb 11 2019
Your change list looks incomplete. Consider using grep:
Feb 7 2019
Is the patch rejected due to being "difficult to follow"?
Feb 5 2019
Patch is rebased as requested.
Feb 4 2019
Oops, seems like a "commit race" happened. :-)
Jan 31 2019
// UNSUPPORTED: libcpp-no-exceptions added. I ran the new test against libc++ in c++98 and c++03 modes once again to make sure it passes. It means that // UNSUPPORTED: c++98, c++03; is not needed for the reason I mentioned in my previous comment.
Jan 30 2019
Jan 29 2019
Jan 28 2019
The answer is here. If you don't agree with it, please, suggest simpler patch with the same test coverage.
Wouldn't it be enough (and simpler) to do something like this
Jan 24 2019
ping
ping
Yes, I am. The same is true for all other my patches awaiting review.
ping
Jan 22 2019
For complete consistency with this request, two more tests were patched. Calls to strcmp() replaced with std::strcmp() and <cstring> header added according to the requirement of the standard. The test std/depr/depr.c.headers/string_h.pass.cpp remains untouched since it checks the requirements to <string.h> header.
Jan 21 2019
ping
Jan 14 2019
Jan 10 2019
Jan 9 2019
Dec 19 2018
With respect to this particular patch, I would rather wait for the final verdict on the Clang bug Marshall reported recently. If it is a real bug in compiler, than the patch should be considered as both a portability fix and a bug catcher.
Dec 18 2018
I don't use clang. The log of running tests including poisoned_hash_helper.hpp is attached.
The requested changes applied. I can't commit the patch myself: I don't have rights to do this.
Dec 17 2018
Dec 10 2018
Is this patch rejected? BTW, since git repository is used to store tests, the copy of any previous version of the patched tests can be made any time after the patch is applied.
Dec 6 2018
It is also true for GNU libstdc++.
Sorry. Fixed.
In libc++ these array iterators declared as follows:
Dec 4 2018
ping
Nov 27 2018
Initializer-list construction replaced with insert() throughout the tests.
I would suggest someone from libc++ test suite developers/maintainers team to do this, if it is necessary for them, before the patch is applied to test/std/<...> tests. I'm not a member of this team, but just yet another external user of test/std/<...> tests. So, I'd like to avoid intervening into another expert team's job by trying to solve their internal tasks having no sufficient expertize to do this.
Nov 26 2018
Hmm, I'm confused by this change request. All the tests I patched are intended to test unordered_multimap container, which was introduced in C++11. So, they won't compile in C++03 mode in any case. Please, clarify the reason for the patch change.
Nov 22 2018
Nov 21 2018
Missing space restored. Type name changed according to the coding standard (sorry, I prefer readable identifiers by default).
BTW, which tests in the test suite are meant to check for SCARY iterators?
typedef added throughout the test to avoid confusion whether the implemented test actions are meant to check for SCARY iterators.
My intention was to be consistent with the #if TEST_STD_VER >= 11 segment of the test, which does not introduce any typedef in the similar context. Should I change both?
Nov 19 2018
Look also at this revision.
Nov 16 2018
No, I don't.