-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cxxmodules] Backport D39416 #1257
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
Conversation
|
Starting build on |
aa68abf to
258f800
Compare
See https://reviews.llvm.org/D39416 for more details. Original commit message: The MultiplexExternalSemaSource doesn't correctly overload the getModule function, causing the multiplexer to not forward this call as intended.
|
Starting build on |
1 similar comment
|
Starting build on |
vgvassilev
left a comment
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.
LGTM!
|
Depends on PR #1218 . |
Fixes test failures on 32 bit intel ix86. The following tests FAILED: 62 - pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-makenumpy (Failed) python python_runtime_deps 1257 - tutorial-analysis-dataframe-df032_RDFFromNumpy-py (Failed) python_runtime_deps tutorial 1259/1470 Test root-project#1257: tutorial-analysis-dataframe-df032_RDFFromNumpy-py .............................................***Failed 1.14 sec Traceback (most recent call last): File ".../tutorials/analysis/dataframe/df032_RDFFromNumpy.py", line 23, in <module> df = ROOT.RDF.FromNumpy({'x': x, 'y': y}) File ".../redhat-linux-build/lib/ROOT/_facade.py", line 349, in MakeNumpyDataFrameCopy return _MakeNumpyDataFrame(np_dict) File ".../redhat-linux-build/lib/ROOT/_pythonization/_rdataframe.py", line 601, in _MakeNumpyDataFrame return ROOT.Internal.RDF.MakeRVecDataFrame(ROOT.__ROOT_Internal.MakePyDeleter(key), *args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ OverflowError: Python int too large to convert to C long
Fixes test failures on 32 bit intel ix86. The following tests FAILED: 62 - pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-makenumpy (Failed) python python_runtime_deps 1257 - tutorial-analysis-dataframe-df032_RDFFromNumpy-py (Failed) python_runtime_deps tutorial 1259/1470 Test #1257: tutorial-analysis-dataframe-df032_RDFFromNumpy-py .............................................***Failed 1.14 sec Traceback (most recent call last): File ".../tutorials/analysis/dataframe/df032_RDFFromNumpy.py", line 23, in <module> df = ROOT.RDF.FromNumpy({'x': x, 'y': y}) File ".../redhat-linux-build/lib/ROOT/_facade.py", line 349, in MakeNumpyDataFrameCopy return _MakeNumpyDataFrame(np_dict) File ".../redhat-linux-build/lib/ROOT/_pythonization/_rdataframe.py", line 601, in _MakeNumpyDataFrame return ROOT.Internal.RDF.MakeRVecDataFrame(ROOT.__ROOT_Internal.MakePyDeleter(key), *args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^ OverflowError: Python int too large to convert to C long
See https://reviews.llvm.org/D39416 for more details. Original commit message:
The MultiplexExternalSemaSource doesn't correctly overload the getModule function,
causing the multiplexer to not forward this call as intended.