Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

POSIX-compliant sed regex in complexity measurement instrumentation script

The shell script scripts/prepare_instrumentation.sh performing the instrumentation for the complexity measurement uses sed with regular expressions for modifying lib_com/options.h. The regex uses \s for whitespace. This works in GNU sed, but the sed in Mac is limited to POSIX definitions. This means that [[:space:]] should be used instead. This is supported also by GNU sed.

Assignee Loading
Time tracking Loading