Jeff Marshall - 2024-05-18

I think the current behaviour should be changed. It would be nice if len(array) and sizeof(array) would return length and size of an array if the result is known to be constant at compile time. However, that might be confusing for users if the behaviour changes from fbc version to the next. So perhaps disabling it completely for a release and then bringing it back later is a reasonable method to implement a behaviour change.