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

fix: fix for the issue (#121) #124

Conversation

myConsciousness
Copy link
Owner

1. Description

1.1. Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples.

1.2. Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

1.3. Related Issues

@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2022

Codecov Report

Merging #124 (16676f3) into main (a5d2e30) will decrease coverage by 0.63%.
The diff coverage is 68.29%.

❗ Current head 16676f3 differs from pull request most recent head 6e798a7. Consider uploading reports for the commit 6e798a7 to get more accurate results

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   87.53%   86.90%   -0.64%     
==========================================
  Files         117      115       -2     
  Lines        2487     2443      -44     
==========================================
- Hits         2177     2123      -54     
- Misses        310      320      +10     
Impacted Files Coverage Δ
lib/src/banner/default_banner.dart 100.00% <ø> (ø)
lib/src/job/launcher/parallel_launcher.dart 0.00% <0.00%> (ø)
lib/src/version/version.dart 100.00% <ø> (ø)
test/src/banner/default_banner_test.dart 100.00% <ø> (ø)
test/src/job/task/pararrel_task_test.dart 100.00% <ø> (ø)
lib/src/job/parameter/parameters.dart 83.33% <71.42%> (-16.67%) ⬇️
lib/src/job/event/parallel.dart 100.00% <100.00%> (ø)
lib/src/job/parallel/parallel_executor.dart 100.00% <100.00%> (ø)
lib/src/job/task/parallel_task.dart 100.00% <100.00%> (ø)
lib/src/log/logger.dart 92.30% <100.00%> (-2.57%) ⬇️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5d2e30...6e798a7. Read the comment docs.

Copy link
Owner Author

@myConsciousness myConsciousness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passed

@github-actions
Copy link

Congratulations, this pull request has been reviewed and is ready for merging!

@github-actions github-actions bot removed the do not merge yet For do-not-merge checker label Apr 11, 2022
@myConsciousness
Copy link
Owner Author

bors merge

bors bot added a commit that referenced this pull request Apr 11, 2022
124: fix: fix for the issue (#121) r=myConsciousness a=myConsciousness

# 1. Description

<!-- Provide a description of what this PR is doing.
If you're modifying existing behavior, describe the existing behavior, how this PR is changing it,
and what motivated the change. If this is a breaking change, specify explicitly which APIs have been
changed. -->

## 1.1. Checklist

<!-- Before you create this PR confirm that it meets all requirements listed below by checking the
relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. -->

- [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc).
- [x] I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
- [x] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in `docs` and added dartdoc comments with `///`.
- [x] I have updated/added relevant examples in `examples`.

## 1.2. Breaking Change

<!-- Does your PR require batch.dart users to manually update their apps to accommodate your change?

If the PR is a breaking change this should be indicated with suffix "!"  (for example, `feat!:`, `fix!:`). See [Conventional Commit] for details.
-->

- [x] Yes, this is a breaking change.
- [ ] No, this is _not_ a breaking change.

## 1.3. Related Issues

<!-- Provide a list of issues related to this PR from the [issue database].
Indicate which of these issues are resolved or fixed by this PR, i.e. Fixes #xxxx* !-->

<!-- Links -->

[issue database]: https://github.com/batch-dart/batch.dart/issues
[contributor guide]: https://github.com/batch-dart/batch.dart/blob/main/CONTRIBUTING.md
[batch.dart style guide]: https://github.com/batch-dart/batch.dart/blob/main/STYLEGUIDE.md
[conventional commit]: https://conventionalcommits.org


Co-authored-by: myConsciousness <kato.shinya.dev@gmail.com>
Co-authored-by: Kato Shinya <kato.shinya.dev@gmail.com>
@bors
Copy link
Contributor

bors bot commented Apr 11, 2022

Build failed:

@myConsciousness
Copy link
Owner Author

bors merge

@bors
Copy link
Contributor

bors bot commented Apr 11, 2022

Build succeeded:

@bors bors bot merged commit 142fed1 into main Apr 11, 2022
@bors bors bot deleted the 121-should-be-able-to-use-main-thread-parameters-even-during-parallel-processing branch April 11, 2022 05:15
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.

Should be able to use main thread parameters even during parallel processing
2 participants