The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.4k stars 491 forks source link

gui: switch to boost regex for long src line #5112

Closed openroad-robot closed 1 month ago

openroad-robot commented 1 month ago

The STL regex matcher apparently uses recursion and dies on a longer match. Boost does not appear to have this problem so we use it for the srcs line in the rpt file which can be long.

maliberty commented 1 month ago

@oharboe FYI

github-actions[bot] commented 1 month ago

clang-tidy review says "All clean, LGTM! :+1:"