Claire Foster
Claire Foster
This PR seems to have broken the SSH tunnel tests :-( They work for me before this PR, but not after. I can't remember exactly, but I think the SSH...
We should definitely do this. I'm surprised I didn't do it already! (If I recall, I did this exact thing in the SQLStrings/SQLREPL packages.)
I know how to do it, I just don't have that much time :sweat_smile: We should try something like 1. After parsing the expression, search it recursively for `Expr(:$, ex)`...
There's a way to do this with the older `InteractiveLogger` which is provided by `MicroLogging`. It's marked as deprecated, but I haven't folded all the functionality into the (currently) julia-1.0...
The recommended practice is to help me improve the mess which is logging configuration and filtering ;-) I'm afriad there's just no *predefined* way to do sophisticated log filtering and...
Excellent! I'd rather keep extensions out of stdlib/Logging until we've got a somewhat complete solution. Only because the stdlib is currently versioned in lockstep with Base, and I'd hate to...
Maybe we should just make `BaseLogNext` or some such package and converge on that for future work? Could even rename `MicroLogging` to that — essentially this is what `MicroLogging` has...
> Maybe we should just make BaseLogNext or some such package I've come to the conclusion that we should probably just split `stdlib/Logging` into `JuliaLang/Logging` to decouple the release cycle...
We might be able to automate some setup and I welcome PRs to make this easier. Or just to document the process. However, we can't entirely automate getting the user's...
Naively 50 ms seems pretty crazy high on the loopback interface? I expect this is more a Julia issue than a problem in this package but if we can invent...