Skip to content

Fix limit memory usage of XML::Error.errors #3866

Fix limit memory usage of XML::Error.errors

Fix limit memory usage of XML::Error.errors #3866

Triggered via pull request September 4, 2024 15:43
Status Success
Total duration 1h 18m 27s
Artifacts

llvm.yml

on: pull_request
Matrix: llvm_test
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
LLVM 13.0.0: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 13.0.0: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 13.0.0: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 15.0.6: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 15.0.6: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 15.0.6: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 14.0.0: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 14.0.0: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 14.0.0: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 16.0.3: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 16.0.3: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 16.0.3: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 17.0.6: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 17.0.6: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 17.0.6: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 18.1.4: src/xml/error.cr#L29
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 18.1.4: src/xml/error.cr#L30
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.
LLVM 18.1.4: src/xml/error.cr#L25
Deprecated XML::Error.max_error_capacity. This class property is deprecated. XML errors are accessible directly in the respective context via `XML::Reader#errors` and `XML::Node#errors`.