-
-
Notifications
You must be signed in to change notification settings - Fork 112
40 fix file import corruption #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
40 fix file import corruption #618
Conversation
* custom list of scans to cleanup known issues with `.orcbrew` edn files during the upload process TODO: streamline the process for better speed/efficiency
minor - just better description
TODO: make the default dynamic - change in one place and propagate across builders
This reverts commit 9623043.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might wanna put .gitignore back in, it leaves out all the build directories.
|
Wtf, why does it show as deleted? It was never deleted in the src D: Ugh |
|
Thank you, I don't know how I missed that multiple times. I'll slap that bad boy back in there tonight. |
*facepalm*
|
@datdamnzotz fixed Thanks again for being my sanity check <3 |
Description:
Occasionally when exporting orcbrew, the files are created with malformed or improper data. This creates a regex filter to find and fix/remove the most common issues that I have witnessed.
Related issue (if applicable): fixes #40
Checklist: