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

Disable hp analysis #2391

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Conversation

ap891843
Copy link
Contributor

@ap891843 ap891843 commented Jul 19, 2024

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test ENDIF is colored in below code for HP-COBOL languageID
*BLANK
?SAVE ALL
?SAVEABEND
?SYMBOLS
?HEADING "DUMMY MODULE TO SHOW USE of DOLLAR ZERO"

 IDENTIFICATION DIVISION.


    PROGRAM-ID.                  TESTAB.

/
 ENVIRONMENT DIVISION.
**********************

 CONFIGURATION SECTION.

 SOURCE-COMPUTER.                TANDEM.
 OBJECT-COMPUTER.                TANDEM.

?IF 1
 SPECIAL-NAMES.
     FIL COBOLLIB IS COBOLLIB
 .
?ENDIF 1  
  • Test no analysis/diagnostics are returned for HP-COBOL. Server side analysis for HP-COBOL is disabled
  • Test HP-COBOL file association for .hpcbl, .hpcobol, .hp , ecobol are no more available.
  • Test auto detection of HP-COBOL is removed

Checklist:

  • Each of my commits contains one meaningful change
  • I have performed rebase of my branch on top of the development
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

Signed-off-by: ap891843 <aman.prashant@broadcom.com>
Signed-off-by: ap891843 <aman.prashant@broadcom.com>
…tcher

firstline matcher is removed for HP-COBOL, to make sure under no circumstances should we consider a COBOL file as HP_COBOL.
This is a temporary solution until we decide to fully support HP-COBOL

Signed-off-by: ap891843 <aman.prashant@broadcom.com>
@ap891843 ap891843 merged commit 814e1eb into eclipse-che4z:development Jul 19, 2024
17 checks passed
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.

3 participants