We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exporting configuration from CL_CI_TEST_METRIC_PROC causes a dump.
The problem is because it is trying to determine an incorrect type for an attribute in create_structure for the types with_hdi, with_hvo and with_hef:
create_structure
with_hdi
with_hvo
with_hef
In the method find_types is getting the type of DO_HALSTEAD instead of specific field:
find_types
DO_HALSTEAD
The text was updated successfully, but these errors were encountered:
thanks for the bug report, pull requests welcome
Sorry, something went wrong.
what version is the above version from? on 751, the code looks different
Is was in a 7.54 system
hmm, I dont have access to any 754 systems
No branches or pull requests
Exporting configuration from CL_CI_TEST_METRIC_PROC causes a dump.
The problem is because it is trying to determine an incorrect type for an attribute in
create_structure
for the typeswith_hdi
,with_hvo
andwith_hef
:In the method
find_types
is getting the type ofDO_HALSTEAD
instead of specific field:The text was updated successfully, but these errors were encountered: