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

Issue #4: Flymake support - on-the-fly compilation #1

Open
wants to merge 3 commits into
base: f73332f706
Choose a base branch
from

Conversation

danmey
Copy link
Owner

@danmey danmey commented Feb 23, 2012

Please see initial on-the-fly compilation support via. flymake.

Few notes:

  • it does not need any external script as other solutions to overcome single line diagnostics parsing in flymake
  • it uses ocamlbuild as a backend. This choice is pragmatic - it has the biggest chances to build the file, even when the project is not using it
  • as ocamlbuild needs to be invoked on root of project, the root is where the .typerex file is located
  • consider using flymake-cursor to show the diagnostics in mode-line
  • consider integration with ocp-ocamlc tools, that means life update of the .cmt files !

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 this pull request may close these issues.

1 participant