Branch: refs/heads/master
Revision: 56a16e6
Author: mppf
Log Message:
Merge pull request #17873 from mppf/next-tracing-docs
compiler/next: add enableDebugTracing for tracing and fix docs build
This PR takes two steps:
- adds enableDebugTracing to control query tracing output
- makes minor adjustments to fix the compiler/next docs build
- [x] full local testing
Reviewed by @dlongnecke-cray - thanks!
Modified Files:
M compiler/next/doc/CMakeLists.txt
M compiler/next/include/chpl/queries/Context.h
M compiler/next/include/chpl/queries/query-impl.h
M compiler/next/include/chpl/uast/ASTClassesList.h
M compiler/next/lib/queries/Context.cpp
M doc/templates/compiler-internals-doxygen/index.rst
M doc/util/nitpick_ignore
Compare: https://github.com/chapel-lang/chapel/compare/73ce4d064e7d...56a16e6e4970