Type aliases support for enun types
Being able to use type aliases such as `size_t` for the member type when declaring an enumeration type has now been added.
This was by far the easiest fix. Just needed to implement `MTypeReplaceable` for the `Enum` class and it worked!
Published at
2024-11-08 16:47:03Event JSON
{
"id": "2a289648c9ca99408382b57da0bb8ad4203ab53e0b0ee9322e930eb6dfecbbc6",
"pubkey": "d6149823c90c4865e4bc434a4be1a1ee8f72aabd8328dd059ba4f11f7633b0b6",
"created_at": 1731084423,
"kind": 1,
"tags": [
[
"subject",
"Type aliases support for enun types"
],
[
"t",
"t"
],
[
"t",
"tlang"
],
[
"t",
"compilers"
],
[
"client",
"voyage"
]
],
"content": "Being able to use type aliases such as `size_t` for the member type when declaring an enumeration type has now been added.\n\nThis was by far the easiest fix. Just needed to implement `MTypeReplaceable` for the `Enum` class and it worked!",
"sig": "0311fc069d101dc447f0ca6d03e72a782c0abe84c2a20d455deb0e8d58d0ab7bd91048f2866b365787c882708e1133fa11bf68301a88e262b82291fcbe1df8f9"
}