Skip to content

feat: add codelinks example#95

Open
PhilipPartsch wants to merge 1 commit into
avengineers:developfrom
useblocks:develop
Open

feat: add codelinks example#95
PhilipPartsch wants to merge 1 commit into
avengineers:developfrom
useblocks:develop

Conversation

@PhilipPartsch
Copy link
Copy Markdown
Contributor

Topic 1:
Added an example for codelinks.
During testing I found additional bugs...

Topic 2:
On my machine (macOS 26) a few test cases are failing (see topic 3).
That's why I enhanced the CI to cover even macOS.

Topic 3:
It looks like, a branch in NmWrapper is outdated.

if sys.platform == "darwin": # Mac objects have an additional _
pattern = r"\s*U\s+_(\S*)"
else:
pattern = r"\s*U\s+(\S*)"

On my machine it is working with the same pattern as for other platform.
How do we want to handle this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant