concrete icon indicating copy to clipboard operation
concrete copied to clipboard

Concrete enhances your rebar based Erlang project by providing a common Makefile wrapper, a dialyzer make target that caches PLT analysis of your project's dependencies, and a mechanism to specify dev...

Results 4 concrete issues
Sort by recently updated
recently updated
newest added

Patches that motivated the use of seth/edown have been merged upstream.

sometimes `deps.plt` doesn't get generated. I thought for sure that we'd resolved this when we added the recursive `$(MAKE)` call to the `all` target. Even if it didn't get generated...

You check out a fresh repo from github. it's empty, you're psyched. You want to `concrete init` but that command is really against creating anything if it didn't also create...

Ideally, users would be able to customize the behavior of the targets in an elisp advice sort of fashion: you should be able to specify targets that run just before...