Replies: 2 comments 1 reply
-
This question's response is another victim of issue #8. Here's the raw log file:
and
The reason I asked this question is because I need this information to answer a comment, and it's a hard thing to search—the second time I have a real use for this functionality. |
Beta Was this translation helpful? Give feedback.
-
Here's a formatted version of what was supposed to be posted: Potentially useful sources13 December, 2022: GitHub issue scikit-hep/awkward#1988, Remove unused Score: 85 out of 100 The conversation mentions formatting and linting C++ code in the Awkward Array codebase, specifically awkward-cpp. While it doesn't provide specific clang-format and clang-lint settings, it indicates that these tools have been tried in the codebase. You can look for any specific examples of clang-format or clang-lint configurations that have been used in the codebase to help with your own formatting and linting needs. 23 March, 2022: GitHub issue scikit-hep/awkward#1382, Test failure with 1.8.0 (1300-awkward-to-cpp-converter-with-cling) Score: 80 out of 100 The conversation provides information on how to determine if 2 April, 2020: GitHub issue scikit-hep/awkward#158, Strategy for documentation Score: 70 out of 100 The conversation provides information about using Doxygen for C++ documentation in the Awkward Array codebase. While it doesn't directly address clang-format and clang-lint settings, it does mention tools like Doxygen and Sphinx for documentation, which could be indicative of the development practices in the project. Look for references to Doxygen and C++ documentation tools in the conversation to gather insights into the project's code formatting and linting practices. 4 October, 2022: GitHub issue scikit-hep/awkward#1767, Pickling of Score: 60 out of 100 The conversation mentions the Awkward Array codebase, particularly awkward-cpp, which indicates that it may contain information about the code formatting and linting settings used in the project. Look for specific examples of clang-format and clang-lint settings that have been tried in the codebase. While it doesn't directly address your question, it provides a starting point for understanding the formatting and linting practices in the Awkward Array project. 15 February, 2023: GitHub issue scikit-hep/awkward#503, Move libawkward.so (etc) into its own package Score: 60 out of 100 The conversation discusses the organization of C++ code in the Awkward Array codebase, particularly the idea of splitting the C++ code into a separate package called 15 December, 2022: GitHub issue scikit-hep/awkward#2008, Score: 45 out of 100 The conversation does not directly address the specific clang-format and clang-lint settings used in the Awkward Array codebase. However, it provides insight into the error handling and type recognition in Awkward Array, which can be helpful in understanding the codebase structure. Look for examples of error handling and type recognition to gain a better understanding of the codebase, which may indirectly lead to information about formatting and linting settings. |
Beta Was this translation helpful? Give feedback.
-
What code clang-format and clang-lint settings have been tried for formatting and linting C++ code in the Awkward Array codebase, particularly awkward-cpp?
Beta Was this translation helpful? Give feedback.
All reactions