[pooma-dev] Patch: Test Files

Julian C. Cummings cummings at linkline.com
Wed Mar 21 17:06:47 UTC 2001


Jeffrey,

I'm a bit concerned about your changes to 
prepend std:: to uses of iostream.  Jim 
raised the point that this may not yet be
supported by all compilers in use.  Also,
this sort of change needs to be done in a 
universal way across the entire Pooma code
base.  Finally, as Jim noted, it might be 
better to go with specific using declarations 
at the top of .cpp files, rather than writing
std:: everywhere.  Did you ever address these
points that Jim raised?  I tend to agree with
him on these things.

Julian C.


-----Original Message-----
From: Jeffrey Oldham [mailto:oldham at codesourcery.com]
Sent: Tuesday, March 20, 2001 9:47 PM
To: pooma-dev at pooma.codesourcery.com
Subject: [pooma-dev] Patch: Test Files


Previously proposed changes to Array/Test/ArrayTest.cpp,
Shared/dclock.cpp, and
Utilities/RefCounting/RefCountedBlockPtr/RefCountedBlockPtrTest.cpp
were omitted.  (Did we reach any consensus on portable dclock.cpp
code?)

Domain/Loc/Characteristics/LocCharacteristics.cpp:

	* Creating a Loc<1> from a scalar does not seem to be supported.

Domain/NewDomain/Constructors/NewDomainConstructor.cpp:

	* Prepend iostream functions with "std::".

Domain/Range/Constructors/RangeConstructor.cpp:

	* Prepend iostream functions with "std::".

Domain/Range/Constructors/makefile:

	* Fix typo in main target from creating this makefile by copying.

Engine/BrickEngine/BrickEngine/BrickEngineTest.cpp:

	* s/BaseDomain_t/Base_t/

Review by:	Jim Crotinger
Tested on	sequential Linux with gcc mainline

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com



More information about the pooma-dev mailing list