Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fantomas crash with evaluation of array member #798

Closed
Smaug123 opened this issue Apr 27, 2020 · 0 comments · Fixed by #802
Closed

Fantomas crash with evaluation of array member #798

Smaug123 opened this issue Apr 27, 2020 · 0 comments · Fixed by #802

Comments

@Smaug123
Copy link
Contributor

I was unable to submit a bug using the online tool because "request too large". Testing 4.0.0-alpha, either 0.0.1 or 0.0.2, *.fs mode, default settings in the online tool.

namespace Foo

type T = { A : (unit -> unit) array }
module F =
  let f (a : T) =
    a.A.[0] ()

Output is a long stack trace starting with "System.Exception: cannot determine if synExpr DotIndexedGet... is uppercase or lowercase".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant