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

Resolve issues with circular dynamic entries #3357

Merged
merged 1 commit into from Jan 27, 2020

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

This will resolve a situation where the chunk colouring algorithm could go into an infinite recursion. Also fixes a situation where static entry points were accidentally treated as dynamic ones.

@codecov
Copy link

codecov bot commented Jan 27, 2020

Codecov Report

Merging #3357 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3357   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files         172      172           
  Lines        6072     6074    +2     
  Branches     1809     1808    -1     
=======================================
+ Hits         5663     5665    +2     
  Misses        218      218           
  Partials      191      191           

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 91aa1a7...71d2898. Read the comment docs.

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.

None yet

1 participant