You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /opt/homebrew/Cellar/crystal/1.7.2/share/crystal/src/xml/xpath_context.cr:12:7
12 | {% if flag?(:arm) || flag?(:aarch64) %}
^
Warning: expanding macro
There was a problem expanding macro 'macro_4626584560'
Called macro defined in /opt/homebrew/Cellar/crystal/1.7.2/share/crystal/src/xml/xpath_context.cr:12:7
12 | {% if flag?(:arm) || flag?(:aarch64) %}
Which expanded to:
1 |
> 2 | if errors = XML::Error.errors
3 | raise errors.last
4 | end
5 |
Warning: Deprecated XML::Error.errors. This class accessor is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
Bug Report
standard library is generating Deprecation warning. Possible regression from #12663
Simple code to reproduce:
Deprecation warning generated
Crystal Version
The text was updated successfully, but these errors were encountered: