Jiang Yi
Jiang Yi
@phsft-bot build
@Axel-Naumann , @eguiraud Could anyone help reviewing this patch?
cling startup scripts are different from rootlogon.C and rootrc . rootrc is a config file while .clingrc is a regular cling script. cling startup scripts are executed also in invocation...
Hi @vgvassilev, `cling/test/StratupFile.C` is added. However it only covers usage of `.cling_profile.C`. To proceed further, I would like to clerify the above decisions first. Let me summarize again here: 1....
@Axel-Naumann , @vgvassilev Could you provide some feedback?
My use case is to `#include ` some standard headers I often use. e.g. filesystem and thread. I will also put `namespace fs = std::filesystem;` in my startup file. cling...
> How about a `~/.cling.d` folder where we glob all files and execute? Sounds good to me too. I will enumerate `.C` files in `.cling.d/` (if dir exists) with `llvm::vfs::directory_iterator`...
For reference, https://github.com/root-project/root/pull/11262 has a commit to support entry function not identical to filename. If the file is a hidden file that name starts with a dot, cling executes the...
Unnamed macro is a root feature. standalone cling does not support it. In a cling test case `root/interpreter/cling/test/Prompt/MetaProcessor/Macros.C`, it is stated that "This test should test the unnamed macro support...
Do you meaning this patch? [[clang-repl] Support statements on global scope in incremental mode](https://reviews.llvm.org/D127284) It looks almost identical to unnamed macro support. So I assumed clang-repl (and later cling) will...