Build: #103 failed Changes by André Offringa <offringa@gmail.com>

Stages & jobs

  1. Tag

  2. Default Stage

  3. Create Test Plan Branch

Code commits

GitHub Casacore

  • André Offringa <offringa@gmail.com>

    André Offringa <offringa@gmail.com> c9a3af452fbf4263243dbf7a31f7b1aa57dd476c

    Make Block movable and deprecate PtrBlock (#1471)
    * Make Block movable and deprecate PtrBlock

    The deprecation of PtrBlock causes many changes. The motivation for PtrBlock is however confusing and based on old compiler behaviour.

    If Casa still uses PtrBlock, this change will cause deprecation warnings there, which can be solved using a find-replace of PtrBlock with Block.

    * Remove final usage of PtrBlock

    * Remove unnecessary friend statement

    * Fix on more PtrBlock occurrence

    * Remove unused code from Block

    * Fix deprecated test

    * Update casa/Containers/Block.h

    Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>

    * Update casa/Containers/Block.h

    Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>

    * Add a test for moving a Block

    * Add changes to changelog

    ---------

    Co-authored-by: Maik Nijhuis <66728267+mnijhuis-tos@users.noreply.github.com>

    • CHANGES.md (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Containers/Block.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Containers/RecordDescRep.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Containers/RecordFieldWriter.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Containers/test/tBlock.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/IO/BucketCache.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Utilities/DynBuffer.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Utilities/Sort.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • casa/Utilities/test/tCopy.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • coordinates/Coordinates/CoordinateSystem.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • coordinates/Coordinates/CoordinateSystem.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • fits/FITS/CopyRecord.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • fits/FITS/FITSTable.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Images/ImageExprParse.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Images/ImageExprParse.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Images/ImageOpener.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Images/test/tImageExpr2Gram.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Images/test/tImageExprGram.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/RegionManager.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/RegionManager.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCComplement.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCComplement.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCCompound.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCCompound.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCConcatenation.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCConcatenation.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCDifference.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCDifference.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCExtension.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCExtension.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCIntersection.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCIntersection.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCUnion.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • images/Regions/WCUnion.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCComplement.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCComplement.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCConcatenation.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCConcatenation.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCDifference.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCDifference.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCIntersection.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCIntersection.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCRegionMulti.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCRegionMulti.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCUnion.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/LCUnion.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LRegions/test/tLCConcatenation.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/LatticeApply.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/LatticeApply.tcc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/LatticeCleaner.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/MultiTermLatticeCleaner.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/test/tLatticeApply.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/LatticeMath/test/tLatticeApply2.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/Lattices/LatticeConcat.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • lattices/Lattices/TiledShape.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • measures/apps/measuresdata/measuresdata.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • ms/MeasurementSets/MSIter.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Fitting/GenericL2Fit.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/CombiParam.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/CombiParam.tcc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/CompoundParam.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/CompoundParam.tcc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/FunctionOrder.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Functionals/FunctionOrder.tcc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Mathematics/InterpolateArray1D.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • scimath/Mathematics/InterpolateArray1D.tcc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/Adios2StManImpl.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/ForwardCol.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/ForwardColRow.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/ISMBase.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/ISMBucket.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/MSMBase.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/SSMBase.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/TSMCube.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/TSMCube.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/TiledDataStMan.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/TiledStMan.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/DataMan/TiledStMan.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/TaQL/test/tTableGram.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/BaseTabIter.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/BaseTable.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/BaseTable.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/NullTable.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/NullTable.h (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/Tables/RowCopier.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)
    • tables/apps/taql.cc (version c9a3af452fbf4263243dbf7a31f7b1aa57dd476c)