Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

whitenoise:2.1 fails to recognize a subroutine call made from a report writer section. #12

Closed
feckertson opened this issue Feb 5, 2019 · 1 comment

Comments

@feckertson
Copy link
Contributor

No description provided.

@feckertson
Copy link
Contributor Author

var0 is flagged as unused in the following script

drop program sample_script go
create program sample_script
    declare var0 = i4 with protect, noconstant(0)
    subroutine(sub0(null) = null)
        call echo(var0)
    end
    select into noforms from dual detail call sub0(null) with nocounter

feckertson pushed a commit that referenced this issue Feb 8, 2019
…t match object name. fix integration tests to honor configured osPromptPattern
feckertson added a commit that referenced this issue Feb 12, 2019
* fix #12: whitenoise fails to recognize subroutine calls in a report writer section.
* fail script upload if file name is not lower case or does not match object name. 
* fix integration tests to honor configured osPromptPattern
* change the default os prompt pattern
* improve whitenoise to recognize previously unrecognized declare scopes. 
* improve cdoc to not bomb on some record declarations. update doc.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant