-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ROOTR fixed event loop #446
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
|
@phsft-bot build! but something is wrong with travis ci, can I merge it anyway? |
|
@omazapa, it seems you are not following ROOT's coding conventions and this is why travis is unhappy. I'd strongly recommend fixing it first. |
|
@omazapa the quickest fix is copy-pasting the diff from the output of the travis bot to a new file in your local root repo, and running a |
|
|
|
Perhaps you will need to rebase this PR because we changed a little the clang-format policy today. |
avoid segfault in scientific linux.
|
Thanks @vgvassilev and @bluehood My bests! |
* ROOTR: check if R interface is running in the thread of event loop, to avoid segfault in scientific linux. * ROOTR: checked with git-clang-format
Hi Guys,
Cheers,
Omar.