Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of hard coded library name in Assembler.groovy #237

Conversation

dennis-behm
Copy link
Member

The assembler.groovy language script contained a hard coded library name, which was used to pull in a macro from a sample library for one of our Assembler test programs.

The section was removed + commented out. Users should rather use the assembler_assemblySyslibConcatenation to provide a custom syslib concatenation.

I am not aware (and have not found) that a specific library needs to be passed to the assembler compiler for asm/db2 programs.

@dennis-behm dennis-behm merged commit 8455b17 into IBM:develop Aug 17, 2022
drbruce-git added a commit that referenced this pull request Oct 17, 2022
* Fix NPE when using dependency file (#230)

* move logical file creation after call to copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* setting logical file in copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* adding check for dependency resolver

Signed-off-by: Luke Burgess <[email protected]>

Co-authored-by: Luke Burgess <[email protected]>

* Assembler.groovy removal of hard coded library name (#237)

Signed-off-by: Dennis Behm <[email protected]>

* Skip unnecessary impact calculation on created full build list (#236)

* skip unnecessary impact calculation on generated full build list

Signed-off-by: Dennis Behm <[email protected]>

* Revised implementation of reporting of external impacts feature (#239)

* Revised implementation of reporting of external impacts

Signed-off-by: Dennis Behm <[email protected]>

* Revisions to Function Overview of Report External Impacts

Signed-off-by: Lauren Li <[email protected]>

* Handle case with back-level DBB server

Signed-off-by: Dennis Behm <[email protected]>

Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Lauren Li <[email protected]>
Co-authored-by: Lauren Li <[email protected]>

Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Lauren Li <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Dennis Behm <[email protected]>
Co-authored-by: Lauren Li <[email protected]>
drbruce-git added a commit that referenced this pull request Oct 17, 2022
* Fix NPE when using dependency file (#230) (#231)

* move logical file creation after call to copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* setting logical file in copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* adding check for dependency resolver

Signed-off-by: Luke Burgess <[email protected]>

Co-authored-by: Luke Burgess <[email protected]>

Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>

* Merge Develop into main for zAppBuild v2.5.2 release (#252)

* Fix NPE when using dependency file (#230)

* move logical file creation after call to copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* setting logical file in copySourceFiles

Signed-off-by: Luke Burgess <[email protected]>

* adding check for dependency resolver

Signed-off-by: Luke Burgess <[email protected]>

Co-authored-by: Luke Burgess <[email protected]>

* Assembler.groovy removal of hard coded library name (#237)

Signed-off-by: Dennis Behm <[email protected]>

* Skip unnecessary impact calculation on created full build list (#236)

* skip unnecessary impact calculation on generated full build list

Signed-off-by: Dennis Behm <[email protected]>

* Revised implementation of reporting of external impacts feature (#239)

* Revised implementation of reporting of external impacts

Signed-off-by: Dennis Behm <[email protected]>

* Revisions to Function Overview of Report External Impacts

Signed-off-by: Lauren Li <[email protected]>

* Handle case with back-level DBB server

Signed-off-by: Dennis Behm <[email protected]>

Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Lauren Li <[email protected]>
Co-authored-by: Lauren Li <[email protected]>

Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Lauren Li <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Dennis Behm <[email protected]>
Co-authored-by: Lauren Li <[email protected]>

* remove another merge conflict

* remove leftover RepositoryClient references after merge

Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Lauren Li <[email protected]>
Co-authored-by: Dennis Behm <[email protected]>
Co-authored-by: Dan Bruce <[email protected]>
Co-authored-by: Luke Burgess <[email protected]>
Co-authored-by: Lauren Li <[email protected]>
@dennis-behm dennis-behm deleted the 227-hard_coded_library_name_in_assembler_language_script branch October 19, 2022 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants