Open
Description
See current repro at end of issue
Repro steps
-
Open Program.fs in LargeArrayRepro.zip.
It contains a large array of constants. -
Try typing
let vector =
at the beginning and you will get a Stack Overflow in Rider and Visual Studio (16.10)
This is probably because the array is treated as a pattern before you write =
Stacktrace demonstrates multiple recursive calls leading to an overflow.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New