spiegel-keyman/developer/src/common/delphi
Marc Durdin 9db4cf2379 fix(developer): lm compiler handle missing line no in errors
Fixes #8443.

Will cherry-pick to stable-16.0.

The regex for matching error messages has an optional section for
the file/line detail (line 54):

```regex
^(?:(.+) \((\d+)\): )?<snip>
```

The code that parses the results did not account for this being
optional, which would cause a crash if the error message did not include
this information.
2023-03-16 09:38:50 +07:00
..
compiler feat(developer): check for duplicated language codes in package editor and compiler 2023-02-02 15:06:15 +07:00
components fix(developer): add no-ops for symbol builds for components 2022-07-08 05:04:10 +10:00
general chore(windows): move general developer files to developer/ 2022-06-23 09:28:34 +10:00
keyboards chore(windows): move Delphi developer units to developer 2022-06-12 15:38:19 +10:00
lexicalmodels fix(developer): lm compiler handle missing line no in errors 2023-03-16 09:38:50 +07:00
packages chore(windows): move general developer files to developer/ 2022-06-23 09:28:34 +10:00