Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Use --parse-only by default with rustc. #1114

Closed
wants to merge 1 commit into from
Closed

Use --parse-only by default with rustc. #1114

wants to merge 1 commit into from

Conversation

BurntSushi
Copy link
Contributor

This reverts a previous change to use --no-trans by default when
calling the Rust compiler. --no-trans is a more useful mode, but
doesn't quite fit with Syntastic's model. Instead, --parse-only
will check that the syntax of a Rust file is valid and it will
always work. --parse-only is a more useful default mode.

This reverts a previous change to use --no-trans by default when
calling the Rust compiler. --no-trans is a more useful mode, but
doesn't quite fit with Syntastic's model. Instead, --parse-only
will check that the syntax of a Rust file is valid and it will
always work. --parse-only is a more useful *default* mode.
@BurntSushi
Copy link
Contributor Author

This is consistent with using ghc-mod (see #63) for Haskell's syntax checker instead of using ghc proper.

lcd047 added a commit that referenced this pull request Jun 12, 2014
Between #947, #1114, and #1112, this checker is too controversial to
maintain in syntastic.  Please consider using it as an external checker
if you need it:

https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
@lcd047
Copy link
Collaborator

lcd047 commented Jun 12, 2014

Checker removed in 1383c0f. Please see the wiki for maintaining it as an external checker. Please see the discussion at this commit, and the threads #947 and #1112 for more background.

@lcd047 lcd047 closed this Jun 12, 2014
slm0n87 pushed a commit to slm0n87/syntastic that referenced this pull request Mar 7, 2019
Between vim-syntastic#947, vim-syntastic#1114, and vim-syntastic#1112, this checker is too controversial to
maintain in syntastic.  Please consider using it as an external checker
if you need it:

https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants