Skip to content
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

removing unused parallel arguments #492

Merged
merged 1 commit into from
Mar 25, 2024
Merged

removing unused parallel arguments #492

merged 1 commit into from
Mar 25, 2024

Conversation

Szasza
Copy link
Contributor

@Szasza Szasza commented Mar 19, 2024

Closes #490

Will probably cause a merge conflict with #491

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.15%. Comparing base (a915385) to head (b4a1272).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #492   +/-   ##
=======================================
  Coverage   59.15%   59.15%           
=======================================
  Files          11       11           
  Lines        1530     1530           
=======================================
  Hits          905      905           
  Misses        625      625           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seanthegeek
Copy link
Contributor

Please resolve the conflicts and I'll merge this. Thanks!

@Szasza
Copy link
Contributor Author

Szasza commented Mar 24, 2024

@seanthegeek thank you, the merge conflict is resolved. I have rebased the commit on the top of the new master for a cleaner history.

@seanthegeek seanthegeek merged commit 2cde116 into domainaware:master Mar 25, 2024
3 checks passed
@Szasza Szasza deleted the chore/removing-obsolete-parallel-parameter branch March 25, 2024 01:01
seanthegeek added a commit that referenced this pull request Mar 25, 2024
- Add source name and type information based on static mapping of the reverse DNS base domain
  - See [this documentation](https://github.com/domainaware/parsedmarc/tree/master/parsedmarc/resources/maps) for more information, and to learn how to help!
- Replace `multiprocessing.Pool` with `Pipe` + `Process` (PR #491 closes issue #489)
- Remove unused parallel arguments (PR #492 closes issue #490)
seanthegeek added a commit that referenced this pull request Mar 25, 2024
- Fix broken cache (PR #494)
- Add source name and type information based on static mapping of the reverse DNS base domain
  - See [this documentation](https://github.com/domainaware/parsedmarc/tree/master/parsedmarc/resources/maps) for more information, and to learn how to help!
- Replace `multiprocessing.Pool` with `Pipe` + `Process` (PR #491 closes issue #489)
- Remove unused parallel arguments (PR #492 closes issue #490)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review, and if not needed, remove the 'parallel' parameter from everywhere
2 participants