Skip to content

Commit

Permalink
Added @julianduque's color as a dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 9, 2015
1 parent 77cb817 commit c107d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
{src_dirs, ["test", "src"]}
]}.
{deps, [
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.0"}}}
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.0"}}},
{color, ".*", {git, "git://github.com/julianduque/erlang-color.git",
{tag, "v0.2.0"}}}
]}.

7 comments on commit c107d65

@julianduque
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@oubiwann
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julianduque You're going to like this next bit even better :-) It's an integral part of the new test runner for LFE (written in LFE, overriding the EUnit handlers). It's clean. It's colorful. It's beautiful :-)

Here are some screenies from tonight's hacking:

screen shot 2015-01-10 at 9 10 24 pm

And here's the tail end:

screen shot 2015-01-10 at 9 54 27 pm

@julianduque
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omg, it looks beautiful indeed :) - I'm installing and doing the Getting Started Guide right now \o/

@oubiwann
Copy link
Member Author

@oubiwann oubiwann commented on c107d65 Jan 11, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oubiwann
Copy link
Member Author

@oubiwann oubiwann commented on c107d65 Jan 11, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julianduque
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oubiwann site is open source? where can I send info if I find something?

@oubiwann
Copy link
Member Author

@oubiwann oubiwann commented on c107d65 Jan 11, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.