nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Fixes deprecation warnings #208

Closed ajorgensen closed 10 years ago

ajorgensen commented 10 years ago

The current function deprecation warnings look like:

Warning, null is deprecated; use #'cascalog.logic.def/defmapcatfn.

This fixes the message to display the function name so the new messasges will look like:

Warning, defmapcatop is deprecated; use #'cascalog.logic.def/defmapcatfn.
Quantisan commented 10 years ago

thanks!

sritchie commented 10 years ago

nice!