dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
115 stars 57 forks source link

Fix #484, support multiple message parts in assert #486

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

Also modified the AST for regular asserts, for future proofing and easier implementation.

cc @RazvanN7

Introduces a deprecation in opEquals, it's fixed in #485

RazvanN7 commented 1 year ago

Thanks!

RazvanN7 commented 1 year ago

Could also please push a new tag? That will unblock phobos PRs using this feature.