RTEMS Source Builder | sb/simhost: Fix bset parsing in simhost and improve error handling (!95)
Amar Takhar (@amar)
gitlab at rtems.org
Wed Dec 18 21:29:57 UTC 2024
Amar Takhar commented on a discussion on source-builder/sb/simhost.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117028
>
> try:
> lc = 0
> + ll = ''
> for l in bsetf:
> lc += 1
> - l = _clean(l)
> + l = _clean_and_pack(l, ll)
> if len(l) == 0:
> continue
> + if l[-1] == '\\':
> + ll = l[0:-1]
Good catch I didn't consider there would be multiple that's annoying.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/95#note_117028
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241218/a7e93695/attachment.htm>
More information about the bugs
mailing list