Skip to content

Conversation

@charlesneimog
Copy link
Contributor

What is the goal of this PR?

fix #75

What are the changes implemented in this PR?

replace (and similar)

switch(arraySpecs->arrayType) { ... }

with

ARRAY2SH_ARRAY_TYPES arrayType = arraySpecs->arrayType; 
switch(arrayType) { ... }

@jananifernandez jananifernandez changed the base branch from master to develop December 4, 2025 14:01
@jananifernandez jananifernandez merged commit 4d763cf into leomccormack:develop Dec 4, 2025
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.

Local macOS build fails due to _Atomic enum in switch() after 8381196754bfe348d3561958cc3bc9d04435f714

2 participants