Skip to content

Infinite loop on Split(Polyline, cuttingLines) #3270

Closed
@vietle-bh

Description

@vietle-bh

Description:

The prophecy has come true. My method managed to not run out of children 😅

while (children.Count > 0 && last == null) //while(last == null) risks an infinite loop if we never find the last node, we should eventually run out of children though

image

Steps to reproduce:

Expected behaviour:

Test file(s):

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugError or unexpected behaviour

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions