root-project / root

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
https://root.cern
Other
2.64k stars 1.26k forks source link

CINT still around #10058

Open ferdymercury opened 2 years ago

ferdymercury commented 2 years ago

Explain what you would like to see improved

grep on the source code still shows many places where CINT is mentioned.

Optional: share how it could be improved

Change to equivalent variables in Cling, or remove if no longer needed.

For example:

__CINT__ --> __CLING__

To Reproduce

grep -r CINT root-src

Setup

   ------------------------------------------------------------------
  | Welcome to ROOT 6.27/01                        https://root.cern |
  | (c) 1995-2021, The ROOT Team; conception: R. Brun, F. Rademakers |
  | Built for linuxx8664gcc on Jan 12 2022, 10:17:19                 |
  | From heads/master@v6-25-01-2870-gdac9b6398d                      |
  | With c++ (Ubuntu 8.4.0-1ubuntu1~18.04) 8.4.0                     |
  | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q'       |
   ------------------------------------------------------------------
ferdymercury commented 6 months ago

@vgvassilev just addressed part of this issue with a couple of commits