[Chapel Merge] dyno: rename flags and internal vars with dyno pre

Branch: refs/heads/main
Revision: dd7cccb
Author: arezaii
Link: dyno: rename flags and internal vars with dyno prefix by arezaii · Pull Request #19225 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19225 from arezaii/dyno-flags

dyno: rename flags and internal vars with dyno prefix

This PR adds the dyno prefix to some compiler flags and replaces
the compiler-library-parser flag with the dyno flag to indicate
that the compiler should use the dyno project code when compiling.

Flags changed:

  • --compiler-library-parser -> --dyno
  • --debug-trace -> --dyno-debug-trace
  • --break-on-query-hash -> --dyno-break-on-hash

TESTING:

  • [x] paratest

Reviewed by @mppf - thanks!

Signed-off-by: arezaii ahmad.rezaii@hpe.com

Modified Files:
M compiler/include/driver.h

M compiler/main/driver.cpp
M compiler/parser/parser.cpp
M test/dyno/primers/COMPOPTS
M test/dyno/primers/cClient/cClient.precomp
M util/chpl-completion.bash

Compare: https://github.com/chapel-lang/chapel/compare/38374786d734...dd7cccb972a6