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

add backwards compatibility aliases #478

Merged

Conversation

WebFreak001
Copy link
Member

@WebFreak001 WebFreak001 commented Dec 30, 2022

the generated opEquals now ignores fields that are marked deprecated as well (affects one previous AST node, which doesn't change how it behaves, because the underlying field that the deprecated property there returns is being checked in the generated opEquals already)

Fixes code compatibility with 0.20.0

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #478 (18fd72e) into master (94cc2ef) will decrease coverage by 0.14%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
- Coverage   83.33%   83.18%   -0.15%     
==========================================
  Files          11       11              
  Lines        8402     8417      +15     
==========================================
  Hits         7002     7002              
- Misses       1400     1415      +15     
Impacted Files Coverage Δ
src/dparse/ast.d 68.95% <0.00%> (-1.88%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94cc2ef...18fd72e. Read the comment docs.

@WebFreak001 WebFreak001 merged commit 592ef39 into dlang-community:master Dec 30, 2022
@WebFreak001 WebFreak001 deleted the backwards-compatible branch December 30, 2022 14:57
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.

1 participant