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

Get rid of deprecate warnings #722

Open
ryuukk opened this issue Mar 7, 2023 · 0 comments
Open

Get rid of deprecate warnings #722

ryuukk opened this issue Mar 7, 2023 · 0 comments

Comments

@ryuukk
Copy link
Contributor

ryuukk commented Mar 7, 2023

They should be fixed before they become errors

dsymbol\src\dsymbol\conversion\first.d(958,7): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier
dsymbol\src\dsymbol\conversion\first.d(963,52): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier
dsymbol\src\dsymbol\conversion\first.d(964,46): Deprecation: function `dparse.ast.IfStatement.identifier` is deprecated - use condition.identifier
dsymbol\src\dsymbol\conversion\first.d(965,8): Deprecation: function `dparse.ast.IfStatement.type` is deprecated - use condition.type
dsymbol\src\dsymbol\conversion\first.d(966,42): Deprecation: function `dparse.ast.IfStatement.type` is deprecated - use condition.type
dsymbol\src\dsymbol\conversion\first.d(970,36): Deprecation: function `dparse.ast.IfStatement.expression` is deprecated - use condition.expression
dsymbol\src\dsymbol\conversion\first.d(971,33): Deprecation: function `dparse.ast.IfStatement.expression` is deprecated - use condition.expression
common\src\dcd\common\messages.d(256,3): Deprecation: `return` statements cannot be in `scope(failure)` bodies.
common\src\dcd\common\messages.d(256,3):        Use try-catch blocks for this purpose
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

No branches or pull requests

1 participant