codedthinking / Kezdi.jl

Julia package for data manipulation and analysis
https://codedthinking.github.io/Kezdi.jl/
Other
43 stars 2 forks source link

feat: display command #147

Closed korenmiklos closed 1 month ago

korenmiklos commented 1 month ago

upon command generation, display what the user wrote

useful for logging

korenmiklos commented 1 month ago
jmboehm commented 1 month ago

macroexpand might be useful for this (if I correctly interpret the issue).

korenmiklos commented 1 month ago

We want to mimic Stata logging experience: command and its output reported one after the other.

I think we have enough info in StructuredCommand to recreate the original command the user wrote.

Not yet sure, how to implement logging, though.