Luca

Results 21 issues of Luca

This adds a new configuration flag `verbose` which defaults to `false`. It restricts certain 'verbose' logging of this loader behind this flag. The rationale behind this change is that this...

https://travis-ci.org/lucaspiller/espec/jobs/50981443#L107-L108 ``` spec/error_handling_spec.erl:165: no clause will ever match spec/error_handling_spec.erl:165: the guard for this clause evaluates to 'false' ```

bugs

Just found this, looks good. Fixes #11. Need to check through code more thoroughly and add specs.

I want to make a standalone binary so it is easier to use in other projects. I used `rebar escriptize` in c5f15ec5de2d4d5ed89743ab0432b19bd23f6956, which worked to generate a standalone binary, except...

feature requests

E.g. ``` erlang before_all(fun() -> % {undefined_module, nonexistant_module} ok = meck:new(nonexistant_module, [passthrough]) end), ``` Probably also happens in `before_each`.

bugs

E.g. Finished in 4.2 seconds 10 succeeded, 5 pending, 2 failures

feature requests

Possible related to the first answer mentioned on https://github.com/jimenezrick/vimerl/issues/7 Auto indenting ends up with: ``` spec() -> describe("beforespec", fun() -> it("should do stuff", fun() -> io:format("output from: it should do...

bugs

This gem doesn't work unless the LOCAL_INFILE parameter is set to true. I believe the default is false.

Apologies for lack of a better title, but I'm having a few issues with the association changes introduced in #103. This mainly is caused because now calling `model.association` returns a...

I haven't had chance to investigate what caused this, but after an upgrade from 2.4.0 to 2.6.0, newlines are included in parsed fields. In our case we are using Savon...