Michael R. Crusoe
Michael R. Crusoe
Yes, tagging the output in the mixed stream would be great
Many thanks to @suecharo and @alexiswl for `cwl-inputs-schema-gen`! @mvdbeek is using `cwl-inputs-schema-gen` for CWL in Galaxy, so I took Marius's suggestion to stress test it by running all the conformance...
Thank you @alexiswl Can you run `make dev cleanup` and add a test to confirm the fix?
As a workaround, I suggest giving your enums a name when reusing them. Also consider using `SchemaDefRequirement`. ``` yaml hints: WPS1Requirement: provider: https://finch.crim.ca/wps process: ensemble_grid_point_wetdays ``` Please use a namespace...
> Looks like the high_n unit tests are incorrect, looking into it Thanks. I'm still seeing some test failures: - [x] clang (17, ubuntu-22.04, -march=native -Wno-unsafe-buffer-usage -O2) https://github.com/simd-everywhere/simde/actions/runs/10468306869/job/28988926307?pr=1195#step:9:1023 - [x]...
Ping @Ryo-not-rio ; any update on this or your other PR?
@Syonyk If you get a chance, your feedback here would be appreciated
Thank you @Syonyk ; looks like the previous compiler issues have been fixed so I've set this PR to automerge once the remaining CI checks are finished. Of course, if...
Ha, I spoke too soon: MSVC is unhappy: https://ci.appveyor.com/project/nemequ/simde/builds/51262044/job/hojt0jq3999w07j7#L2451 ``` ../test/arm/neon/qdmlsl_high_lane.c(76): warning C4003: not enough arguments for function-like macro invocation 'simde_vqdmlsl_high_lane_s16' ../test/arm/neon/qdmlsl_high_lane.c(76): error C2440: 'function': cannot convert from 'simde_int16x4_t' to...
> Those look like valid errors... I can certainly take a look, but it won't be until next week. I'm nearing the end of my stare-at-screen time for the week....