This test exercises many complex cases for enumerations in R. References to enums currently fail and will be addressed in the next patch. Anonymous enums are not supported. There are some strange corner cases that could be seen as doing strange things in R. enums are allowed to have the same underlying integer representation on the C side. This means that the R structure ends up with two names for the same integer, which in turn means that the reverse lookup isn't unique. I don't think this matters. I'll add some of these cases to the documentation. |
||
|---|---|---|
| .. | ||
| arrays_dimensionless_runme.R | ||
| enum_thorough_runme.R | ||
| funcptr_runme.R | ||
| ignore_parameter_runme.R | ||
| integers_runme.R | ||
| li_std_vector_runme.R | ||
| Makefile.in | ||
| overload_method_runme.R | ||
| overload_null_runme.R | ||
| preproc_constants_runme.R | ||
| r_copy_struct_runme.R | ||
| r_double_delete_runme.R | ||
| r_legacy_runme.R | ||
| r_sexp_runme.R | ||
| r_use_isnull_runme.R | ||
| rename_simple_runme.R | ||
| simple_array_runme.R | ||
| unions_runme.R | ||
| unittest.R | ||