fix: Detailed Types Validation Fix#37
Conversation
|
🔍 Generating PR summary using AI for commit |
|
🏷️ Generating labels using AI for commit |
|
❌ Tests failed for commit Tests completed for commit 00cea0f Tests Results:
Passed: 51
Failed: 0
Errors: 1
Failed Tests:
Errors:
- <lambda> test_alias_validation.<locals>.<lambda> /home/runner/work/langex/langex/tests/functions/test_alias_validation.py:15: Langex Error (Validation)
Traceback:
/home/runner/work/langex/langex/langex/testing/data.py 48
/home/runner/work/langex/langex/tests/functions/test_alias_validation.py 15
Additional Information:
target: func1
reason: contradicting argument type
argument type: list
received type: list
argument index: 0
f1: This will be printed
f2: This will be printed |
|
🏷️ Labels added: |
|
✅ PR summary updated using AI for commit |
00cea0f to
4c786cd
Compare
|
❌ Tests failed for commit Tests completed for commit 4c786cd Tests Results:
Passed: 51
Failed: 0
Errors: 1
Failed Tests:
Errors:
- <lambda> test_alias_validation.<locals>.<lambda> /home/runner/work/langex/langex/tests/functions/test_alias_validation.py:15: Langex Error (Validation)
Traceback:
/home/runner/work/langex/langex/langex/testing/data.py 48
/home/runner/work/langex/langex/tests/functions/test_alias_validation.py 15
Additional Information:
target: func1
reason: contradicting argument type
argument type: list
received type: list
argument index: 0 |
4c786cd to
5f2fd6a
Compare
|
❌ Tests failed for commit Tests completed for commit 5f2fd6a Tests Results:
Passed: 51
Failed: 0
Errors: 1
Failed Tests:
Errors:
- <lambda> test_alias_validation.<locals>.<lambda> /home/runner/work/langex/langex/tests/functions/test_alias_validation.py:15: Langex Error (Validation)
Traceback:
/home/runner/work/langex/langex/langex/testing/data.py 48
/home/runner/work/langex/langex/tests/functions/test_alias_validation.py 15
Additional Information:
target: func1
reason: contradicting argument type
argument type: list
received type: list
argument index: 0 |
|
/ci tag |
|
🏷️ Generating labels using AI for commit |
|
🏷️ Labels added: |
|
/ci summary |
|
🔍 Generating PR summary using AI for commit |
|
✅ PR summary updated using AI for commit |
|
🔍 Generating PR summary using AI for commit |
|
✅ PR summary updated using AI for commit |
|
/ci summary |
|
🔍 Generating PR summary using AI for commit |
|
✅ PR summary updated using AI for commit |
LangEx
0.4.2Release Summary
0.4.2Changelog
_MatchResultand_MatchArgsfor clear evaluationhandle_none,handle_callable,handle_langex_class,handle_union_type,handle_type,handle_type_with_meta,handle_defaultmatch_typed_list,match_typed_set,match_typed_dict,match_typed_tupleGenericAliasorigins for templated typestest_detailed_type_validation.pycovering lists, sets, dicts, tuples with type annotationstest_err_handlers.pyto ensure silent failure handlingUpdated Library Highlights
Future Plans
Notes