Fork me on GitHub
#pedestal
<
2016-09-05
>
jimmy04:09:53

@rui.yang you should post your error log here, maybe someone can help

jimmy04:09:03

Re asking T_T

rui.yang07:09:54

the exception I got is: No matching ctor found for class io.pedestal.interceptor.helpers$before$fn__6962

rui.yang07:09:19

but in my codes, there is no direct reference to before or defbefore

rui.yang07:09:25

but I used defhandler

rui.yang07:09:11

which is created by calling defsimpleinterceptordef in pedestal. I am not sure if that’s the cause

rui.yang07:09:00

using a macro to create another macro, my brain exploded 😞

rui.yang08:09:21

i solved by remove using defhandler

rui.yang08:09:57

using a simple macro i wrote to wrap the handler function