Vassil Vassilev

Results 292 comments of Vassil Vassilev

Yes you could disable it, but you won't see colored output on error. I don't think we can afford that in mainline.

No. I think this is a bug. Does clang have colored diagnostics on fedora? Eg. `echo "error" | clang++ -xc++ -` returns non color error message?

So we need to figure out what's wrong in our version...

On github I use [cpt](/vgvassilev/cling/tree/master/tools/packaging). For the others it is an internal custom post build procedure.

Look at `https://root.cern.ch/gitweb/?p=rootspi.git;a=tree;f=jenkins;h=fee15867baf9244d6ed003110c5fa3c133584557;hb=HEAD`. cling-\* are the builders there. I don't understand why we don't build with colors. Maybe the machine doesn't have tinfo installed.

Short term no (we lack manpower) long term: yes once we get rid of the 100 patches we have on top of llvm and clang.

@ustcscgy: I don't think it's llvm/clang job to prepare our patches for a review. I have this in my todo list (as I said before) but not with very high...

@ustcscgy: on the original issue, we have a PR #108 which is adds a fedora based cpt build. Once we have this integrated we could provide smaller nightlies. If you...

@SylvainCorlay: for packaging you may want to look at [cpt](https://github.com/vgvassilev/cling/tree/master/tools/packaging). And our 'nightlies' [here](https://github.com/vgvassilev/cling/releases/tag/cling-nightlies).

@SylvainCorlay cool! Could you open an ticket about the linker issue?