Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Example 34 works differently between Mac and Windows #80

Closed
michael-okeefe opened this issue Aug 12, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@michael-okeefe
Copy link
Member

Problem: Example 34 works differently between Mac and Windows

Note: this may be part of a larger issue that may also be affecting #69 . Namely, the code is not protecting itself from differences between compilers.

In this case, when run on the CI, the Windows build is not generating the same output as Example 34 when run on Mac OS.

Possible Leads

I believe the issue must have a connection to the grouping mechanism as that is the main thrust of Example 34. One initial item to check is whether the grouping mechanism is doing anything to ensure that numbering of ports and the like is canonical across compilers and platforms.

@michael-okeefe michael-okeefe added the bug Something isn't working label Aug 12, 2024
@michael-okeefe michael-okeefe added this to the 2024 (Year End) milestone Aug 12, 2024
@michael-okeefe michael-okeefe self-assigned this Aug 12, 2024
@spahrenk spahrenk self-assigned this Aug 13, 2024
@michael-okeefe
Copy link
Member Author

Fixed by #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants