Maintenance fixes#202
Conversation
Reject Python UUID objects with invalid byte length before copying into boost::uuids::uuid and raise ValueError instead of performing unchecked memory access. Add a regression test for malformed UUID bytes in Python bindings.
|
Added validate UUID byte length and population network visualization MNIST-client |
artiomn
left a comment
There was a problem hiding this comment.
- Смотрится не очень наглядно, судя по картинке.
- В один реквест не стоит вносить разные изменения.
- Крупную функциональность лучше обговаривать: предварительно написать и заплланировать созвон.
|
Когда запускаю текущий docker выдает ошибку Run 'docker run --help' for more information |
- Revert lambda capture and filesystem::path changes in mnist-client inference.cpp. - Revert abs() replacement in prepare_network_for_inference.cpp. - Revert backend_loader lifetime changes (to be solved differently in a separate task). - Set proper @author tag in test_uid.py and drop incorrect kaspersky_support line. - Add explicit <string> include used by std::to_string in uid_utilities.h. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Не сразу увидел. |
Removes the MNIST visualization changes from this PR.
Remaining changes include: