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

Opening a FStar file raises an exception #15

Open
anithag opened this issue Jul 29, 2016 · 2 comments
Open

Opening a FStar file raises an exception #15

anithag opened this issue Jul 29, 2016 · 2 comments

Comments

@anithag
Copy link

anithag commented Jul 29, 2016

On my Macbook, opening any .fst file using 'vim' gives this error.

Error detected while processing /Users/anithagollamudi/.vim/bundle/VimFStar/ftplugin/fstar.vim:
line   47:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/anithagollamudi/.vim/bundle/VimFStar/ftplugin/fstar-inter.py", line 62, in fstar_init
    fst=Popen([fstarpath,'--in'],stdin=PIPE, stdout=PIPE,bufsize=1,close_fds=ON_POSIX)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 8] Exec format error
@msprotz
Copy link
Contributor

msprotz commented Jul 29, 2016

Yeah I use vim but I don't use this plugin. As far as I know, I never could get it to work reliably...

@catalin-hritcu
Copy link
Member

@ngrimm Any interest in reviving the vim plugin?

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.

3 participants