[Chapel Merge] Rename a few factory functions in dyno

Branch: refs/heads/main
Revision: d66d261
Author: mppf
Link: Unavailable
Log Message:

Merge pull request #20144 from mppf/dyno-renamings

Rename a few factory functions in dyno

Based on discussion among those of us working with dyno, we would like to
use createFor at the beginning of factory functions that need a special
name; e.g. Resolver::createForFunction. This PR makes that change and
also removes a few build functions that have a better name now.

Reviewed by @DanilaFe and @arezaii - thanks!

  • full local testing

    Modified Files:
    M compiler/dyno/include/chpl/parsing/Parser.h
    M compiler/dyno/include/chpl/uast/Builder.h
    M compiler/dyno/lib/parsing/Parser.cpp
    M compiler/dyno/lib/parsing/parsing-queries.cpp
    M compiler/dyno/lib/resolution/Resolver.cpp
    M compiler/dyno/lib/resolution/Resolver.h
    M compiler/dyno/lib/resolution/resolution-queries.cpp
    M compiler/dyno/lib/uast/Builder.cpp
    M compiler/dyno/test/parsing/testParse.cpp
    M compiler/dyno/test/parsing/testParseAggregate.cpp
    M compiler/dyno/test/parsing/testParseArrayDomainRange.cpp
    M compiler/dyno/test/parsing/testParseAttributes.cpp
    M compiler/dyno/test/parsing/testParseBegin.cpp
    M compiler/dyno/test/parsing/testParseBracketLoop.cpp
    M compiler/dyno/test/parsing/testParseCobegin.cpp
    M compiler/dyno/test/parsing/testParseCoforall.cpp
    M compiler/dyno/test/parsing/testParseComments.cpp
    M compiler/dyno/test/parsing/testParseConditional.cpp
    M compiler/dyno/test/parsing/testParseDefer.cpp
    M compiler/dyno/test/parsing/testParseDelete.cpp
    M compiler/dyno/test/parsing/testParseDoWhile.cpp
    M compiler/dyno/test/parsing/testParseEmptyStmt.cpp
    M compiler/dyno/test/parsing/testParseEnums.cpp
    M compiler/dyno/test/parsing/testParseFor.cpp
    M compiler/dyno/test/parsing/testParseForall.cpp
    M compiler/dyno/test/parsing/testParseForeach.cpp
    M compiler/dyno/test/parsing/testParseForwardingDecl.cpp
    M compiler/dyno/test/parsing/testParseFunctions.cpp
    M compiler/dyno/test/parsing/testParseImport.cpp
    M compiler/dyno/test/parsing/testParseInclude.cpp
    M compiler/dyno/test/parsing/testParseInterface.cpp
    M compiler/dyno/test/parsing/testParseLabelContinueBreak.cpp
    M compiler/dyno/test/parsing/testParseLocal.cpp
    M compiler/dyno/test/parsing/testParseModules.cpp
    M compiler/dyno/test/parsing/testParseMultiVar.cpp
    M compiler/dyno/test/parsing/testParseNew.cpp
    M compiler/dyno/test/parsing/testParseNumericLiterals.cpp
    M compiler/dyno/test/parsing/testParseOn.cpp
    M compiler/dyno/test/parsing/testParseReturn.cpp
    M compiler/dyno/test/parsing/testParseSelect.cpp
    M compiler/dyno/test/parsing/testParseSerial.cpp
    M compiler/dyno/test/parsing/testParseStringBytesLiterals.cpp
    M compiler/dyno/test/parsing/testParseSync.cpp
    M compiler/dyno/test/parsing/testParseTryCatchThrow.cpp
    M compiler/dyno/test/parsing/testParseTupleVar.cpp
    M compiler/dyno/test/parsing/testParseUse.cpp
    M compiler/dyno/test/parsing/testParseVariables.cpp
    M compiler/dyno/test/parsing/testParseWhile.cpp
    M compiler/dyno/test/parsing/testParseYield.cpp
    M compiler/dyno/test/uast/testBuildIDs.cpp
    M compiler/dyno/test/uast/testStringify.cpp
    M compiler/dyno/test/uast/testVisit.cpp

    Compare: Comparing 75e47b09e925...d66d261f0c8f · chapel-lang/chapel · GitHub