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

JSpecify: add another bailout check for raw types #1021

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

msridhar
Copy link
Collaborator

Fixes #1019

@msridhar msridhar enabled auto-merge (squash) August 17, 2024 14:52
@msridhar msridhar added the jspecify Related to support for jspecify standard (see jspecify.dev) label Aug 17, 2024
Copy link

codecov bot commented Aug 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.00%. Comparing base (ab10020) to head (06bc018).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1021   +/-   ##
=========================================
  Coverage     86.00%   86.00%           
- Complexity     2086     2087    +1     
=========================================
  Files            83       83           
  Lines          6901     6903    +2     
  Branches       1329     1330    +1     
=========================================
+ Hits           5935     5937    +2     
  Misses          551      551           
  Partials        415      415           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@msridhar msridhar merged commit fcd3495 into uber:master Aug 19, 2024
11 checks passed
@msridhar msridhar deleted the issue-1019 branch August 19, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jspecify Related to support for jspecify standard (see jspecify.dev)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash When Casting Raw Type to Parameterized Type
3 participants