eclipse-cdt-cloud / eclipse-cdt-cloud/tsp-python-client

Remove ColumnDescriptor structure and usage

未关闭
#39 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
6
派生
16
PR 合并指标
30 天内没有已合并 PR

描述

The ColumnDescriptor data structure (column_descriptor.py) was introduced to support the server-side equivalent data structure which has been serialized in the tree structure by the Trace Compass trace server. However, this was an undocumented and Trace Compass internal data structure. The serialization was removed to align with the TSP specification. After that it's no longer available on the client and cannot be acted on.

In implementation of option --get-tree, the column descriptor is used to print the header information of each column. Since it's not available anymore the header is not printed anymore.

When removing this data structure in the client, the print-out (TreeModel.print()) needs to be fixed as well to print the header information which is provided differently now.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。