View Issue Details

IDProjectCategoryView StatusLast Update
0010072Talerrobocoppublic2025-06-08 10:29
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0 stretch goalsFixed in Version1.0 stretch goals 
Summary0010072: some inputs fail to yield score, depending on sanction list and input
DescriptionWhen I run bin/robocop --config robocop.example.conf and then give it the input
```{"full_name" : "Maria Consuela", "last_name" : "", "address" : { "country" : "GT", "street_name" : "Unknown", "street_number" : "", "zipcode" : "" }, "birthdate" : "1953-06-23", "nationality" : "GT", "national_id" : "" }```
from the README I get *no output*.

If I run against the standard robocop.conf, it works nicely. Very strange. The main difference seems to be the sanctions list (the example one is smaller and loads faster), but that doesn't explain the failure to generate a score.

Note: if there is no match in the shorter list, I'd still expect a (low or even zero) score.
TagsNo tags attached.

Relationships

child of 0009053 resolvedChristian Grothoff add support for automated sanction list processing [1h] / 13.6.25 

Activities

Christian Grothoff

2025-06-05 12:05

manager   ~0025145

Possibly the same issue in a different incarnation: when I give the
```{"company_name" : "Eindhoven University of Technology", "id" : "abcdef", "address" : { "country" : "NL", "street_name" : "Groene Loper", "street_number" : "3", "zipcode" : "5612 AE", "town_location" : "Eindhoven" } }```
input, I get no output in with either configuration.

Christian Grothoff

2025-06-08 01:14

manager   ~0025183

I've now rewritten the code in Rust, problem is solved. Still needs to be packaged.

Christian Grothoff

2025-06-08 10:29

manager   ~0025185

Packaging logic exists.

Issue History

Date Modified Username Field Change
2025-06-05 12:03 Christian Grothoff New Issue
2025-06-05 12:03 Christian Grothoff Status new => confirmed
2025-06-05 12:03 Christian Grothoff Relationship added child of 0009053
2025-06-05 12:05 Christian Grothoff Note Added: 0025145
2025-06-05 12:18 Christian Grothoff Summary robocop.conf works, but robotop.example.conf does not => some inputs fail to yield score, depending on sanction list and input
2025-06-08 01:14 Christian Grothoff Note Added: 0025183
2025-06-08 01:14 Christian Grothoff Assigned To => Christian Grothoff
2025-06-08 01:14 Christian Grothoff Status confirmed => assigned
2025-06-08 10:29 Christian Grothoff Status assigned => resolved
2025-06-08 10:29 Christian Grothoff Resolution open => fixed
2025-06-08 10:29 Christian Grothoff Fixed in Version => 1.0 stretch goals
2025-06-08 10:29 Christian Grothoff Note Added: 0025185