-
Notifications
You must be signed in to change notification settings - Fork 190
compile_dir return #121
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
Comments
I will look into this. I am currently away, but will be back later this week. |
It looks like it may not be a good idea to be calling that directly. |
The specs needs updating. Also, the I'll have to look into writing some tests for the |
Returning 'ok' seems to make rebar happy, however that works, so that is probably actually the best thing, at least from the erlydtl functions. Maybe the compiler ones can have I figured out the compile_dir problem and should have a patch for that too. |
Aha, here is the Rebar connection: https://github.com/rebar/rebar/blob/master/src/rebar_erlydtl_compiler.erl |
Commit 0cf2779 changed the return type from compile_dir, which was previously {ok, .....}.
This breaks anything (like Chicago Boss) that happened to depend on that result.
Not sure how or if this should be fixed.
The text was updated successfully, but these errors were encountered: