mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
e27f725a85
Previously, we treated weak_ptrs as normal types and we recursed within them, following the internal data pointer and possibly causing crashes. We really shouldn't be following them, so I added a custom type to simply abort processing. If we want to handle them (ie: check if they are valid, and follow them if so), that should be fairly easy with the work there is here so far. |
||
---|---|---|
.. | ||
array_type.toml | ||
boost_bimap_type.toml | ||
caffe2_blob_type.toml | ||
cxx11_list_type.toml | ||
cxx11_string_type.toml | ||
deque_list_type.toml | ||
f14_fast_map.toml | ||
f14_fast_set.toml | ||
f14_node_map.toml | ||
f14_node_set.toml | ||
f14_vector_map.toml | ||
f14_vector_set.toml | ||
fb_string_type.toml | ||
folly_iobuf_queue_type.toml | ||
folly_iobuf_type.toml | ||
folly_optional_type.toml | ||
folly_small_heap_vector_map.toml | ||
list_type.toml | ||
map_seq_type.toml | ||
multi_map_type.toml | ||
optional_type.toml | ||
pair_type.toml | ||
priority_queue_container_adapter_type.toml | ||
queue_container_adapter_type.toml | ||
ref_wrapper_type.toml | ||
repeated_field_type.toml | ||
repeated_ptr_field_type.toml | ||
seq_type.toml | ||
set_type.toml | ||
shrd_ptr_type.toml | ||
small_vec_type.toml | ||
sorted_vec_set_type.toml | ||
stack_container_adapter_type.toml | ||
std_map_type.toml | ||
std_unordered_map_type.toml | ||
std_variant.toml | ||
string_type.toml | ||
thrift_isset_type.toml | ||
try_type.toml | ||
uniq_ptr_type.toml | ||
unordered_set_type.toml | ||
weak_ptr_type.toml |