Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions README/ReleaseNotes/v640/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ As part of this migration, the following build options are deprecated. From ROOT
ROOT dropped support for Python 3.9, meaning ROOT now requires at least Python 3.10.
## ROOT executable
- Removed stray linebreak when running `root -q` with input files or commands passed with `-e`.
This ensures that there is no superfluous output when running `root`.
Note that ROOT 6.38 already removed a spurious newline when starting `root` **without** input files or commands.
## Command-line utilities
## JavaScript ROOT
Expand Down
5 changes: 4 additions & 1 deletion core/rint/src/TRint.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,10 @@ void TRint::Run(Bool_t retrn)
}
TObjString *file = (TObjString *)fileObj;
char cmd[kMAXPATHLEN+50];
if (!fNcmd)
// First print a newline before going over the inputs to separate
// printouts from the initial "root [0]" prompt. If root is run
// with "-q", there is no prompt and we don't need the newline.
if (!fNcmd && !QuitOpt())
printf("\n");
Bool_t rootfile = kFALSE;

Expand Down
1 change: 0 additions & 1 deletion roottest/cling/array/array1test.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runarray1test.C...
a1 is
a2 is
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/bytecode/arrayhist.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runarrayhist.C...
1 change: 0 additions & 1 deletion roottest/cling/bytecode/complex.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runcomplex.C...
x = -1
x = -1
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/bytecode/henry.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runhenry.C...
initial chi2/Ndf: 528.202
Chi2/Ndf 528.202
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/const/good1.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runConst.C...
with const MyClass4*
with MyClass4*
1 change: 0 additions & 1 deletion roottest/cling/const/good2.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runConst.C+...
with const MyClass4*
with MyClass4*
1 change: 0 additions & 1 deletion roottest/cling/controls/Loopbreak.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runLoopbreak.C...
in loop, i=1
after loop, i=1
1 change: 0 additions & 1 deletion roottest/cling/dict/ROOT-8096/load.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing /Users/pcanal/root_working/roottest/cling/dict/ROOT-8096/load.C...
(int) 0
1 change: 0 additions & 1 deletion roottest/cling/dict/ROOT-8739/NextTest.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing /Users/pcanal/root_working/roottest/cling/dict/ROOT-8739/execNextTest.C...
(int) 0
1 change: 0 additions & 1 deletion roottest/cling/dict/algebra.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runalgebra.C+...
1 change: 0 additions & 1 deletion roottest/cling/dict/defaultargs_compiled.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing rundefaultargs.C+...
-1
1.01
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/dict/defaultargs_interpreted.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing rundefaultargs.C...
-1
1.01
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/dict/exectemplatetemplateTest.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing exectemplatetemplateTest.cxx+...
(int) 0
1 change: 0 additions & 1 deletion roottest/cling/dict/operators.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runoperators.C...
1 change: 0 additions & 1 deletion roottest/cling/dict/templateAutodict.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runtemplateAutodict.C...
5
0
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/defaultParams.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing rundefaultParams.C...
Interpeted code:
interpreted: Base::FunctionX(int b=0, int c=5)
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/execrefDefaultParams.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing execrefDefaultParams.C...
Direct loading
creating a yy with def-xx
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/longArgTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing /home/axel/build/root/master/src/roottest/cling/function/runlongArgTest.C...
name
1023
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/overloadResolution.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runoverloadResolution.C...
11654121
11654121
1 change: 0 additions & 1 deletion roottest/cling/function/privateConstructor.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runprivateConstructor.C...
Error: can not call private or protected function runprivateConstructor.C:15:
runprivateConstructor.C 11 bottom bottom::bottom();
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/staticfunc.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runstaticfunc.C...
test
Error: cannot call member function without object staticfunc.C:--:
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/staticfunc.ref-cling
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runstaticfunc.C...
staticfunc.C:--:9: error: call to non-static member function without an object argument
Top::Run();
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/function/trybody.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

f()
caught integer!
1 change: 0 additions & 1 deletion roottest/cling/functionTemplate/cintrun.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing cintrun.C...
get() const
get<double>() const
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/functionTemplate/cintrun.ref-cling
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing cintrun.C...
getfloat() const
operator=(const t&)
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/functionTemplate/referenceUse.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runreferenceUse.C...
Hello from GetScalar(Test)
1 change: 0 additions & 1 deletion roottest/cling/functionTemplate/reflexrun.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing reflexrun.C...
IsA()
ShowMembers(TMemberInspector&)
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/offset/vbase-c.out.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing /Users/mato/Development/ROOT/root.git/roottest/cling/offset/runvbase.C+...
derived Basement -> base Top: Compiler and interpreter say the same value.
derived Basement -> base Top: Compiler and interpreter say the same value.
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/offset/vbase-i.out.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing /Users/mato/Development/ROOT/root.git/roottest/cling/offset/runvbase.C...
derived Basement -> base Top: Compiler and interpreter say the same value.
derived Basement -> base Top: Compiler and interpreter say the same value.
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/operator/EqualTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runEqualTest.C...
===========================================================================
class privateOp2
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/operator/EqualTest.ref-cling
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runEqualTest.C...
===========================================================================
class privateOp2
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/operator/t01.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing t01.C...
(int)0
1 change: 0 additions & 1 deletion roottest/cling/other/checkMissingSymbolExitCode.oref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing checkMissingSymbolExitCode.C...
1 change: 0 additions & 1 deletion roottest/cling/other/execValuePrint.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing execValuePrint.C...
(TObject &) Name: TObject Title: Basic ROOT object
(TNamed &) Name: a Title: b
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/other/fileClose.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runfileClose.C...
1 change: 0 additions & 1 deletion roottest/cling/other/missingXFunc.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runmissingXFunc.C(12)...
input_line_:2:2: error: no matching function for call to 'runmissingXFunc'
runmissingXFunc(12) /* invoking function corresponding to '.x' */
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/other/savannah54662.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runsavannah54662.C...
1 change: 0 additions & 1 deletion roottest/cling/other/snprintfselect.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runsnprintfselect.C...
(5-0.500000)<filterNumber && filterNumber<(0+0.500000)
1 change: 0 additions & 1 deletion roottest/cling/other/staticConstTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing staticConst.C...
Print static const int member:
0 1
1 change: 0 additions & 1 deletion roottest/cling/parsing/Readbool.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runReadbool.C...
(int)0
1 change: 0 additions & 1 deletion roottest/cling/parsing/TTestClass.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runTTestClass.C...
1 change: 0 additions & 1 deletion roottest/cling/parsing/execROOT6625.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing execROOT6625.C...
1 change: 0 additions & 1 deletion roottest/cling/parsing/lessThan.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runlessThan.C...
Hola
1 change: 0 additions & 1 deletion roottest/cling/parsing/operatorLessThanTemplate.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runoperatorLessThanTemplate.C...
===========================================================================
namespace genie
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/parsing/ptrconst.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing ptrconst.C+...
(int)0
1 change: 0 additions & 1 deletion roottest/cling/parsing/semicolon.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing semicolon.C("abc ; xyz")...
abc ; xyz
1 change: 0 additions & 1 deletion roottest/cling/preproc/AutoParsePragma.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing roottest/cling/preproc/AutoParsePragma.C...
(int) 0
1 change: 0 additions & 1 deletion roottest/cling/preproc/CPPComments.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runCPPComments.C...
a
1 change: 0 additions & 1 deletion roottest/cling/printf/star.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runstar.C...
Hi mom!
Hi mom!
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/reflex/classVersion_rflx.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

tWithClassVersion: ok.

CLASS WithClassVersion, version 42, isATObject=0
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/reflex/iotype_rflx.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

t: ok.

data member 'vd'
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/reflex/properties_rflx.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

!props->HasKey("Doesn't Exist"): ok.
props->HasKey("id"): ok.
props->GetPropertyAsString("id") == string("MyID"): ok.
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/reload/reloadvector.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runreloadvector.C...
1 change: 0 additions & 1 deletion roottest/cling/return/barna.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing barna.C...
(int)0
1 change: 0 additions & 1 deletion roottest/cling/return/exitcode.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing exitcode.C...
(int) 12
1 change: 0 additions & 1 deletion roottest/cling/specialobj/f02.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runf02.C...
input_line_FILTERED:2:3: error: use of undeclared identifier 'UNKNOWN'
(UNKNOWN(42))
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/specialobj/stlProxies.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runstlProxies.C...
1 change: 0 additions & 1 deletion roottest/cling/stack/tbox.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing runtbox.C...
all box were created without a crash
1 change: 0 additions & 1 deletion roottest/cling/staticinit/ROOT-10426/execROOT10426.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing execROOT10426.C...
Recursing!
(int)17
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/staticinit/execROOT-7775.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing execROOT-7775.C...
Creating Marker from first.1 part
Creating Marker from first.2 part
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/default/VectorSort.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing VectorSort.C...
elem0: 0
4294967295 1 2 0 4 0 0 0
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/map/badOperatorTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing badOperator.C...
calling operator[] with index 33
calling operator[] with index 33
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/map/badstringMapTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing badstringMap.cxx...
3.14149
3.14159
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/map/simpleTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing /uscms_data/d2/pcanal/eaf_root_working/code/quick-devel/roottest/cling/stl/map/testing.C...

StreamerInfo for class: test, checksum=0x4da0284e
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/map/stringMapTest.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing stringMap.cxx...
3.14159
1 change: 0 additions & 1 deletion roottest/cling/stl/string/passing.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing run.C...
t01 received --test string--
t01 received --test string--
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/stl/string/passingcint.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runcint.C...
t01 received --test string--
t01 received --test string--
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/template/execdefaultTemplateParam.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Processing execdefaultTemplateParam.cxx+...
(int) 0
1 change: 0 additions & 1 deletion roottest/cling/template/longlong.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runlonglong.C...
1 change: 0 additions & 1 deletion roottest/cling/template/separateDict/sepDictLibs.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing run.C...
===========================================================================
class Name::MyClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing run.C...
===========================================================================
class Master::Container
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/template/templateSingleton.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runtemplateSingleton.C...
1 change: 0 additions & 1 deletion roottest/cling/template/templatefriend.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runtemplatefriend.C...
Automatic building of dictionaries now off
my_shared_ptr<Child>::c'tor(T)
Expand Down
1 change: 0 additions & 1 deletion roottest/cling/template/usingtemplate.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runusingtemplate.C...
1 change: 0 additions & 1 deletion roottest/cling/templateMembers/duplicate.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing runduplicate.C...
1 change: 0 additions & 1 deletion roottest/cling/templateMembers/operatorEqual.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runoperatorEqual.C...
===========================================================================
class StThreeVector<double>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runConstructor.C...
doit taking TemplateArgument
c'tor taking TemplateArgument
2 changes: 1 addition & 1 deletion roottest/cling/typedef/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ROOTTEST_ADD_TEST(runptrptr
ROOTTEST_ADD_TEST(testclass
MACRO -e "gSystem->Load(\"testclass_h\")"
OUTREF typedefAndScope.ref
OUTCNVCMD grep -v \(int\)\ 0
OUTCNVCMD sed -e "/(int) 0/d"
DEPENDS testclass.h
LABELS roottest regression cling)

Expand Down
1 change: 0 additions & 1 deletion roottest/cling/typedef/typedefAndScope.ref
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion roottest/cling/typedef_global/output.ref-cling
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

mycl.C N/A typedef ConstLink<Toy> MyClass<Toy>::value_type
1 change: 0 additions & 1 deletion roottest/main/ROOT_8197.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing /Users/mato/Development/ROOT/roottest.git/python/cmdLineUtils/ROOT_8197.C...
** first file **
TFile** myfile1.root
Expand Down
1 change: 0 additions & 1 deletion roottest/python/cling/PyAPITest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runPyAPITest.C...
OBC: should be true: 1
OBCE: should be false: 0
Expand Down
1 change: 0 additions & 1 deletion roottest/python/cling/PyClassTest.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Processing runPyClassTest.C...
creating class MyPyClass ...
in MyPyClass.__init__
Expand Down
1 change: 0 additions & 1 deletion roottest/root/aclic/load/execautoload.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing execautoload.C...
1 change: 0 additions & 1 deletion roottest/root/aclic/load/execautoloadNamespace.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

Processing execautoloadNamespace.C...
Loading
Loading