Skip to content

make check report error on free variable 'yas-snippet-dirs' #359

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

Closed
m00nlight opened this issue Oct 15, 2014 · 2 comments
Closed

make check report error on free variable 'yas-snippet-dirs' #359

m00nlight opened this issue Oct 15, 2014 · 2 comments
Assignees

Comments

@m00nlight
Copy link
Contributor

The error message

Checking haskell-yas.el...
Scanning haskell-yas.el...
Scanning haskell-yas.el...done
Checking haskell-yas.el...OK

In toplevel form:
haskell-yas.el:60:17:Error: assignment to free variable `yas-snippet-dirs'
make: *** [check-haskell-yas] Error 1

@purcell
Copy link
Member

purcell commented Oct 15, 2014

Thanks. The check target is apparently turning a byte-compilation warning into an error, and I was reluctant to hide those particular warnings: see #356. But nonetheless, this needs to be fixed because it breaks the build, so I'll take care of it.

@purcell purcell self-assigned this Oct 15, 2014
@purcell
Copy link
Member

purcell commented Oct 15, 2014

Closed in 2e9e5a6, in which I applied @Fanael's fix from #356. Sorry about this.

@purcell purcell closed this as completed Oct 15, 2014
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

No branches or pull requests

2 participants