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

Fix/compile error in environ-auth #43

Merged
merged 3 commits into from Dec 6, 2013
Merged

Commits on Dec 6, 2013

  1. turn on :aot and warn-on-reflection for :dev

    Sorry about the reflection warning noise, but I was having trouble
    getting this to compile and aot and warn-on-reflection helped me find
    the problem.
    
    Feel free to nuke this commit if you don't like the noise.
    cbilson committed Dec 6, 2013
    Copy the full SHA
    5b1ed7c View commit details
    Browse the repository at this point in the history
  2. fix compile error in environ-auth

    This function doesn't seem to be used here, but maybe is in other
    projects?
    
    If not, maybe it should be deleted? I don't really know what it's for, I
    just ran into the compile error.
    
    It came from pull request Raynes#42, so I guess it's important.
    cbilson committed Dec 6, 2013
    Copy the full SHA
    92b9a2b View commit details
    Browse the repository at this point in the history
  3. add nrepl port to gitignore

    cbilson committed Dec 6, 2013
    Copy the full SHA
    972159b View commit details
    Browse the repository at this point in the history