4dn-dcic / utils

various util modules shared amongst several projects in our organization
MIT License
4 stars 1 forks source link

Add trace utils and obfuscation fix to other misc changes #248

Closed netsettler closed 1 year ago

netsettler commented 1 year ago

This was originally a layered PR, adding support to branch kmp_misc_20230228 (PR #243), but I've rebased this to master because those other parts are already in there.

netsettler commented 1 year ago

Looks very similar to our debuglog facility

No. debuglog lets you put in your own messages and is a way of causing them to go to a file rather than normal logging stuff for quicky debugging that doesn't clutter cloudtrail.

This doesn't take a position on where the output goes (though maybe it should be like debuglog, we could think about that. Right now it goes to where PRINT would go. But the purpose of this is so you don't have to explicitly insert debuglogcommands into the code. It just figures out what you'd want to print. So that's pretty different.

netsettler commented 1 year ago

I'm adding deduplicate_list, written by Will in snovault.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4690826892


Totals Coverage Status
Change from base Build 4639353193: 0.2%
Covered Lines: 6179
Relevant Lines: 8289

💛 - Coveralls