Menu

#59 preprocessing mark as both LAND and WATER

v1.0 (example)
closed-fixed
nobody
None
5
2016-08-01
2015-11-17
No

I use the Preprocessing (AlPHA!) and found the following problem. All Token before the first copy statment are marked as WATER and LAND.

Create a hack in koopa.core.data.Token.withTags(Object...).
after
Set<object> newTags = new HashSet<object>(tags);
inset
if (additionalTags[0] == IslandTag.LAND && tags.contains(IslandTag.WATER)) {
newTags.remove(IslandTag.WATER);
}

I think we need to find a better way to make sure that we only have WATER or LAND and not both.

</object></object>

Discussion

  • KrisDS

    KrisDS - 2015-11-18

    That is indeed a bug. Not quite sure what could cause that, but I'll look into it.

     
  • KrisDS

    KrisDS - 2016-08-01

    Fixed in [r357]. Was due to a bad test in the code clearing the tags.

     

    Related

    Commit: [r357]

  • KrisDS

    KrisDS - 2016-08-01
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB