hamcrest-erlang
hamcrest-erlang copied to clipboard
Erlang port of Hamcrest
- Fixed the way the stack traces are retrieved. - Also, I dropped the backward compatibility for namespaced types. It complicates usage under the ErlangLS. Not sure, if such non-backward-compatible...
Can you please release version 0.3.0 (or later)? Ideally, it would be great if you could publish to [hex](https://hex.pm/packages/hamcrest), but if you just tag a release that would be sufficient...
It seems now that the `hamcrest.hrl` file is only generated to have all the matchers auto-imported. Would you accept a pull-request for making that header static or for replacing the...
especially useful for travis, where we do not control the version of rebar used; works nicely in [SysTest](https://github.com/nebularis/systest): ``` makefile REBAR=bin/rebar compile: $(REBAR) $(REBAR) get-deps compile -v $(LOGLEVEL) bin/%: mkdir...
this makes assumptions about what version of erts users are running
... as it would be _nice_ if we could utilise travis' support for multiple erts versions. This mainly involves **not** using an embedded rebar binary afaict.