add TODOs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2023-11-19 19:52:46 +01:00
parent 55ebc2e3d7
commit 886c47bc24
3 changed files with 27 additions and 8 deletions

24
TODO Normal file
View file

@ -0,0 +1,24 @@
include/operation/op_types.cc.h@173: "build and execute assign expression forwarding outer index" [long]
include/operation/op_types.cc.h@446: "TODO: implement ifor with func arg" [long]
include/array/array_base.cc.h@35: "TODO: check if container format is trivial" [check]
include/array/array_base.cc.h@120: "TODO: check if container format is trivial" [check]
include/array/array_base.cc.h@164: "check further compatibility of index/range format" [check]
include/array/array_base.cc.h@319: "check further compatibility of index/range format" [check]
include/base/dtype.cc.h@23: "for tuple use vector<DType>" [comment]
include/memory/allocator.h@27: "get from environment" [urgent]
include/ranges/index_base.cc.h@110: "if this assert never applies, remove mPtrId (-> Defaults)" [long]
include/ranges/mrange.cc.h@633: "TODO: ZRange (meta and index pos static!)" [long]
include/ranges/urange.cc.h@366: "else general transform using DType (better than nothing), to be implemented" [urgent]
include/ranges/urange.cc.h@430: "else general transform using DType (better than nothing), to be implemented" [urgent]
include/ranges/prange.cc.h@193: "implement" [urgent]
include/ranges/prange.cc.h@325: "implement" [urgent]
include/ranges/xindex.cc.h@183: "IMPLEMENT" [urgent]
include/xpr/for.cc.h@314: "check for write access" [check]
include/ranges/srange.cc.h@292: "TODO: check for selected static sizes of SRange -> return SRange" [long]
lib/ranges/crange.cc@114: "preliminary solution (TODO: implement xpr that simply returns PosT value)" [long]
lib/ranges/yrange.cc@348: "IMPLEMENT" [urgent]
opt/hdf5/lib/h5_group.cc@166: "IMPLEMENT" [urgent]
opt/hdf5/include/h5_group.cc.h@34: "not implemented" [urgent]
opt/hdf5/lib/h5_table.cc@127: "not implemented" [urgent]

View file

@ -99,8 +99,8 @@ namespace CNORXZ
Sptr<YRange> mRange;
DPack mIs;
YFormat mFormat; // dim() elements only!!!
YFormat mLexFormat; // dim() elements only!!!
YFormat mFormat; // dim() elements only!
YFormat mLexFormat; // dim() elements only!
SizeT mLex = 0;
UPos mPMax = 0;
UPos mLMax = 0;

View file

@ -186,12 +186,7 @@ namespace CNORXZ
{
return true;
}
/*
DXpr<None> DIndex::ifor(const DXpr<None>& xpr, NoF&& f) const
{
return mI->ifor(xpr, std::forward<NoF>(f));
}
*/
const XIndexPtr& DIndex::xptr() const
{
return mI;