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

fix: False positives #86

Merged
merged 205 commits into from
Oct 15, 2020
Merged

fix: False positives #86

merged 205 commits into from
Oct 15, 2020

Conversation

asmelko
Copy link
Contributor

@asmelko asmelko commented Sep 15, 2020

  • Moved evaluation of ordinary symbols to the end of the assembly. Also, added default values to the undefined symbols to prevent unnecessary chained diagnostics.
  • Changed resolution of space dependant (got rid of address listeners).
  • Fixed another bunch of false positives.

@slavek-kucera
Copy link
Contributor

2d1ba17 reverted the JC alias.

…hod, changed signature of helper clear_chain method in varialbe_symbol.cpp
This reverts commit d99f51e.
@asmelko
Copy link
Contributor Author

asmelko commented Oct 9, 2020

Launched fuzzer several times. Added handling of empty smart pointers in grammar rules so now the handling code is not distributed over the whole project.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 2 Code Smells

96.1% 96.1% Coverage
0.0% 0.0% Duplication

@asmelko asmelko merged commit 34f3a5e into development Oct 15, 2020
@asmelko asmelko deleted the diagnostics-suppress branch October 15, 2020 09:40
@github-actions
Copy link

🎉 This PR is included in version 0.12.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 0.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

SWETAS04 pushed a commit to SWETAS04/che-che4z-lsp-for-hlasm that referenced this pull request Feb 17, 2021
commit 44cda8448db20e366d558e54525e17d9cbfe24f2
Author: Marcel Hruska <marcel.hruska@broadcom.com>
Date:   Tue Feb 4 20:55:48 2020 +0100

    Dynamic ports (eclipse-che4z#86)

    * small updates to package.json
    * added license
    * extension updates for version 0.9.0
    * dynamic ports
    * debug configurations now instance-specific
    * filename fix
    * implementation without get-port package
    * pull request suggestions

commit d783853d535c673eb0aa9a2db0524608494d9d38
Author: Michal Bali <michal.bali@broadcom.com>
Date:   Thu Jan 30 17:05:26 2020 +0100

    Language server comments (eclipse-che4z#81)

    * location counter in address fix
    * UB fix
    * language server tests for linux
    * comments
    * nullopt fix
    * alpine segfault fix
    * refactoring
SWETAS04 pushed a commit to SWETAS04/che-che4z-lsp-for-hlasm that referenced this pull request Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JC instruction not found Machine instruction checker range fix
4 participants