recon icon indicating copy to clipboard operation
recon copied to clipboard

need to switch the variable name for Init & Cur?

Open pangxiaozhen77 opened this issue 1 year ago • 3 comments
trafficstars

https://github.com/ferd/recon/blob/98d0c80cbab050d7cd710e74fb751aad0b2bd468/src/recon_lib.erl#L95

pangxiaozhen77 avatar Oct 10 '24 08:10 pangxiaozhen77

what seems to be the problem here?

ferd avatar Oct 10 '24 15:10 ferd

the third value will return the current function, but the variable name is Init here

pangxiaozhen77 avatar Oct 11 '24 07:10 pangxiaozhen77

Ah I see. Argument list is swapped but content is otherwise okay just because the order is wrong. Yeah that could be a valid little fix.

ferd avatar Oct 11 '24 13:10 ferd