Commit Graph

10 Commits

Author SHA1 Message Date
William S Fulton 9bbd176038 Correct const std::filesystem & typemaps
Marshal to pathlib.Path
2023-11-18 10:03:52 +00:00
William S Fulton ac5cd598f8 std::filesystem pointer handling correction
Only passing std:filesystem by value and const ref is marshalled to a pathlib.Path.
This is consistent with all other marhalling in SWIG.
2023-11-17 23:01:28 +00:00
Julien Marrec 8e80322c31
Make CI rerun (and output all failed cases for the specialPath) 2023-06-30 14:11:14 +02:00
Julien Marrec b2639da892
Address review comments 2023-06-30 14:11:14 +02:00
Julien Marrec 065c9fa1e1
Need to see which assert is failing on mingw 2023-06-30 14:11:14 +02:00
Julien Marrec eed4813d76
Verbose assert to try and see the failure on mingw 2023-06-30 14:11:14 +02:00
Julien Marrec 17a17b112f
Extend roundtrip test 2023-06-30 14:11:14 +02:00
Julien Marrec 0798a46e0d
Had trouble getting the test to be properly ignored. If I wrap the inline line 35 in #if __cplusplus the wrapper code isn't generated 2023-06-30 14:11:14 +02:00
Julien Marrec b36905e152
Tweak tests setup 2023-06-30 14:11:14 +02:00
Ramzi Sabra 2fcbd937f7
Cherry pick from yasamoka/master
Co-authored-by: Julien Marrec <julien.marrec@gmail.com>
2023-06-30 14:11:14 +02:00