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

Spellcheck is annoying #6205

Closed
vicuna opened this issue Oct 6, 2013 · 1 comment
Closed

Spellcheck is annoying #6205

vicuna opened this issue Oct 6, 2013 · 1 comment
Assignees

Comments

@vicuna
Copy link

vicuna commented Oct 6, 2013

Original bug ID: 6205
Reporter: cline
Assigned to: @alainfrisch
Status: closed (set by @alainfrisch on 2013-10-10T15:30:34Z)
Resolution: won't fix
Priority: normal
Severity: minor
Version: 4.01.0
Category: ~DO NOT USE (was: OCaml general)

Bug description

The new spellcheck compiler messages ("Did you mean foo?") in version 4.01.0 are not useful to me and take up valuable lines in my interactive window. Please make them optional.

Steps to reproduce

let foo = ();;

val foo : unit = ()

goo;;

Characters 0-3:
goo;;
^^^
Error: Unbound value goo
Did you mean foo?

@vicuna
Copy link
Author

vicuna commented Oct 10, 2013

Comment author: @alainfrisch

There is now a "Hint:" prefix in front of the message, to make it clear that is just, well, a hint, and not actually part of the error message. I don't think it is worth introducing a command-line argument to disable the feature.

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

No branches or pull requests

2 participants