lfex / logjam

A custom formatter for the Erlang logger application that produces human-readable output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get tests passing again

oubiwann opened this issue · comments

There have been changes in the following that have resulted in test failures:

  • LFE (macros updates, new clj module, etc.)
  • Changes in related libraries
  • Removal of support for old clj project (in this library)
  • Changes in tooling (rebar3 + compile and test plugins for LFE)

I'm working through the tests one-by-one to address the issues; I'm also harmonizing old clj API calls with the new LFE clj module.

Once these changes are in place and the tests are passing again, I'll close out this ticket.

Also note, at that point, this ticket will have addressed the concern originally raised in lfeutre/lcfg#14:

  • the ability to use logjam in a release

Whoops -- I meant to open this in the ljson project.

Closing ....