Vassil Vassilev

Results 292 comments of Vassil Vassilev

Is this still an issue? Can I close this?

Can you run the same input by prefixing it: ``` .rawInput 1 // code... .rawInput 0 ``` Do you still see the same behavior?

Thanks for the report. Yes we are working on this. We have a packaging tool that makes them considerably smaller. We consider uploading binary releases along with each tag. Some...

We have uploaded smaller binaries [here](https://github.com/vgvassilev/cling/releases).

Currently we are looking into this. I am not quite sure we can succeed, because we are using travis ci public service, running on ubuntu. I've been thinking to add...

Can you download the latest binary and try? I don't think we depend on libtinfo and libc++ at least for the current nightly builds.

We need tinfo for colored diagnostics.

We provide our own terminal library, because we don't want to depend on ncurses. Maybe we could have a static/fat binary build.

Yes, it comes from llvm. It is used by clang to produce colored diagnostics.

Q1: Could you find out. The LLVM cmake config flag for this is `LLVM_ENABLE_TERMINFO`. I think it should be possible with minimal changes to our build system to do it....