mirror of
https://github.com/docker/compose.git
synced 2026-09-21 13:04:36 +00:00
While merging list items into a set, strings and ints are compared which is not possible. We cast everything to strings to avoid the issue. The issue was seen with python 3.5 while overriding configuration files with heterogenous port types (int in one file, string in another). Signed-off-by: Nicolas Barbey <nicolas.a.barbey@gmail.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| __init__.py | ||
| bundle_test.py | ||
| cli_test.py | ||
| container_test.py | ||
| parallel_test.py | ||
| progress_stream_test.py | ||
| project_test.py | ||
| service_test.py | ||
| split_buffer_test.py | ||
| utils_test.py | ||
| volume_test.py | ||