Elfie/Elfie/Serialization/LDFTabularReader.cs (2 lines): - line 236: // TODO: Decode ".0Z" time format - line 238: // TODO: Decode NT file time format XForm/XForm/Web/Index.jsx (2 lines): - line 9: // TODO: Run on leading edge AND trailing edge of last request. - line 161: // TODO: Inc only if not currently fetching Arriba/Arriba.Client/ArribaClient.cs (2 lines): - line 51: // TODO: Use composition to import Converters - line 205: // TODO: Other dynamic types Elfie/Elfie/Model/PackageDatabase.cs (2 lines): - line 260: // TODO: Handle '/' or '\' in ItemTree to avoid canonicalizing - line 281: // TODO: Handle '/' or '\' in ItemTree to avoid canonicalizing Arriba/Arriba/Serialization/FileIO.cs (2 lines): - line 11: // TODO: Revisit write and replace concept. - line 12: // TODO: Do we want to change exception model from "try to hide"? XForm/XForm/Types/TypeConverterFactory.cs (1 line): - line 177: // TODO: Use table failure logs. Log should track absolute row count to improve message because this is an IColumn and can't tell. XForm/XForm/Columns/RemappedColumn.cs (1 line): - line 22: // TODO: Re-add requesting more than the current desired count and paging through Elfie/Elfie.Indexer/Crawlers/RoslynSyntaxLocationExpander.cs (1 line): - line 39: // TODO: Should avoid keeping all Roslyn documents around, but doesn't - need to understand why. XForm/XForm.Native/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H XForm/XForm.Prices/Functions/LastRowValue.cs (1 line): - line 91: // // TODO: Compare each identity to the one from the last row. Arriba/Arriba.Communication/Server/RequestContext.cs (1 line): - line 61: // TODO: Consider making detail evaluation lazy. XForm/XForm.Prices/Functions/Math/Divide.cs (1 line): - line 24: // TODO: If numerator or denominator is a constant, make a SimpleTransformFunction Arriba/Tools/Arriba.TfsWorkItemCrawler/ItemProviders/TfsItemProvider.cs (1 line): - line 49: // TODO: Figure out Personal Access Tokens (may only work for REST APIs) XForm/XForm.Scanning/String8N.cpp (1 line): - line 9: // TODO: Fill only one vector (cells) and return rowCount. XForm/XForm.Native/stdafx.h (1 line): - line 21: // TODO: reference additional headers your program requires here Elfie/Elfie.Indexer/IndexCommand.cs (1 line): - line 62: // TODO: Make this configurable until SrmCrawler is all we want XForm/XForm.Native/String8N.cpp (1 line): - line 19: // TODO: Fill only one vector (cells) and return rowCount. Elfie/SourceIndex/Program.cs (1 line): - line 125: // TODO: With dependency free code to read DLL signature, we could write the corrected PDB into the local SymbolCache Arriba/Arriba/Structures/UniqueValueMerger.cs (1 line): - line 43: // TODO: do we need the values sorted before pulling top N? Elfie/SymbolSourceGet/Program.cs (1 line): - line 138: // TODO: Ping the symbol servers; don't write the "don't try again" if we couldn't reach the server at all Arriba/Arriba/Serialization/BinaryBlockSerializer.cs (1 line): - line 257: // TODO: There must be a better way; not sure how to do Buffer.BlockCopy for a single value Arriba/Arriba.Communication/Application/Route.cs (1 line): - line 17: // TODO: Complete member initialization Arriba/Arriba.Communication/Server/Application/ArribaApplication.cs (1 line): - line 36: // TODO: Need to make configurable by table. Arriba/Arriba/Model/Query/SelectQuery.cs (1 line): - line 517: // TODO: in the future, we can allow multiple columns for order by as well as place the ID column XForm/XForm/Types/ByteProvider.cs (1 line): - line 49: // TODO: Add primitive number conversions XForm/XForm.Web/Index.jsx (1 line): - line 14: // TODO: Run on leading edge AND trailing edge of last request. Arriba/Arriba.Communication/Server/Application/ArribaManagement.cs (1 line): - line 46: // GET /table/foo/save -- TODO: This is not ideal, think of a better pattern XForm/XForm.Prices/Functions/Math/Multiply.cs (1 line): - line 24: // TODO: If left or right is a constant, make a SimpleTransformFunction Arriba/Arriba/Model/Table.cs (1 line): - line 664: // TODO: [danny chen] it would be nice if I could get rid of this tunneling of GetColumn Arriba/Arriba/Serialization/CSV/CsvRow.cs (1 line): - line 117: // TODO: Hotspot Arriba/Arriba.IIS/IISArribaStartup.cs (1 line): - line 27: // TODO: this should be configurable. Arriba/Arriba.Client/Model/Security/SecurityPermissions.cs (1 line): - line 111: // TODO: Consider making a virtual hash set and calling contains (it'll be faster). Arriba/Arriba.Native/stdafx.h (1 line): - line 16: // TODO: reference additional headers your program requires here XForm/XForm/Core/Hashing.cs (1 line): - line 142: // TODO: Native Acceleration, with AVX if possible. [Compute K1|K2 and H1|H2 in parallel?] Arriba/Arriba.Native/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H Elfie/Elfie.Indexer/Crawlers/SrmCrawler.cs (1 line): - line 137: // TODO: Identify Extension Methods. Issue: Requires a lot of Blob reading. See http://source.roslyn.io/#q=PEMethodSymbol.IsExtensionMethod, http://source.roslyn.io/#q=PEModule.HasExtensionAttribute