You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: