Skip to content
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

io: Allow implicit conversion from vector<pair<A<B> > to map<A,B> #17591

Merged
merged 5 commits into from
Feb 8, 2025

Conversation

pcanal
Copy link
Member

@pcanal pcanal commented Feb 1, 2025

The roottest companion PR is root-project/roottest#1255

Copy link

github-actions bot commented Feb 1, 2025

Test Results

    18 files      18 suites   4d 21h 26m 29s ⏱️
 2 715 tests  2 715 ✅ 0 💤 0 ❌
47 172 runs  47 172 ✅ 0 💤 0 ❌

Results for commit 4d6101a.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@jblomer jblomer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Regarding the roottest PR: shouldn't it just test this conversion?

@pcanal
Copy link
Member Author

pcanal commented Feb 3, 2025

Regarding the roottest PR: shouldn't it just test this conversion?

For once, it was the reverse and this PR is fixing an issue that was (re)discovered by the test reorganization and subsequent enabling of a test that had been forgotten.

@pcanal
Copy link
Member Author

pcanal commented Feb 3, 2025

The Windows failure is 'real' and was not noticed before as the test was not run on Windows (due to being part of a gmake tests)

@pcanal pcanal force-pushed the master-split-roottest-make branch from ba9c270 to dde6d28 Compare February 6, 2025 21:33
@pcanal pcanal force-pushed the master-split-roottest-make branch from dde6d28 to 9f64056 Compare February 6, 2025 21:35
io/io/src/TBufferJSON.cxx Show resolved Hide resolved
Both this function expect the value of a data member which is a pointer
rather than its address:

```
TString TBufferJSON::JsonWriteMember(const void *ptr, TDataMember *member, TClass *memberClass, Int_t arraylen)
TString TBufferJSON::ConvertToJSON(const void *ptr, TDataMember *member, Int_t compact, Int_t arraylen)
```
@pcanal
Copy link
Member Author

pcanal commented Feb 8, 2025

There was a timeout in 1735:roottest-python-distrdf-backends-test_all which is unrelated/pre-existing on Mac14. The problem is transient.

@pcanal pcanal merged commit dd82fba into root-project:master Feb 8, 2025
20 of 21 checks passed
@pcanal pcanal deleted the master-split-roottest-make branch February 8, 2025 23:02
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.

3 participants