Vassil Vassilev

Results 292 comments of Vassil Vassilev

Hi! This test is flaky and I'd expect it to fail. It seems your build is fine.

This is very interesting idea. I like it. What is the expected behavior of `trace`. Does it set invoke the debugger, set a breakpoint in `max` and run the process?

Hm, did you switch to r274612 the clang repository, too?

Could you clone it from source instead?

`cling-patches` is the current one and it shouldn't be used with v0.3. You should use the tag `cling-patches-r274612`

Ah, I see. This is a problem with our release procedure. We do not tag the clang and the llvm repos when we tag cling... Thanks for pointing that out...

You should be able to do `make help`. I believe there is a target `make check-cling` or something like that.

I am not aware of any other way to do it. I think redirecting to `cling::outs()` and `cling::errs()` makes sense. Could you submit a PR once you have it?

Thanks for the report. We will look into it.