Giter VIP home page Giter VIP logo

Comments (2)

dennis-behm avatar dennis-behm commented on August 13, 2024

@M-DLB , isn't this something which we should better catch here:

/*
* saveStaticLinkDependencies - Scan the load module to determine LINK dependencies. Impact resolver can use
* these to determine that this file gets rebuilt if a LINK dependency changes.
*/
def saveStaticLinkDependencies(String buildFile, String loadPDS, LogicalFile logicalFile) {
MetadataStore metadataStore = MetadataStoreFactory.getMetadataStore()
if (metadataStore && !props.error) {
LinkEditScanner scanner = new LinkEditScanner()
if (props.verbose) println "*** Scanning load module for $buildFile"
LogicalFile scannerLogicalFile = scanner.scan(buildUtils.relativizePath(buildFile), loadPDS)
if (props.verbose) println "*** Logical file = \n$scannerLogicalFile"

Do we need to consider updating the dependency information for source as well?

}
}
// save logical files in batches of 500 to avoid running out of heap space
if (logicalFiles.size() == 500) {
if (props.verbose)
println "** Storing ${logicalFiles.size()} logical files in MetadataStore collection '$props.applicationCollectionName'"
metadataStore.getCollection(props.applicationCollectionName).addLogicalFiles(logicalFiles)
logicalFiles.clear()
}
}
}
// save logical files
if (props.verbose)
println "** Storing ${logicalFiles.size()} logical files in MetadataStore collection '$props.applicationCollectionName'"
metadataStore.getCollection(props.applicationCollectionName).addLogicalFiles(logicalFiles)
}
/*

from dbb-zappbuild.

dennis-behm avatar dennis-behm commented on August 13, 2024

Delivered in zAppBuild Release 3.3.0

from dbb-zappbuild.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.