Skip to content

Remove unused FastBroadcast weak dependency#573

Merged
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:remove-fastbroadcast
Apr 1, 2026
Merged

Remove unused FastBroadcast weak dependency#573
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:remove-fastbroadcast

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

  • FastBroadcast was listed in [weakdeps] but had no corresponding extension in [extensions] or ext/, making it dead configuration
  • Removed from [weakdeps], [compat], [extras], [targets], and all test/benchmark usage (@.. macro tests and fast broadcasting benchmarks)

Test plan

  • CI passes without FastBroadcast
  • extended_jump_array tests still pass (only the @.. specific test was removed; standard broadcasting tests remain)

🤖 Generated with Claude Code

ChrisRackauckas and others added 2 commits April 1, 2026 09:41
FastBroadcast was listed in [weakdeps] but had no corresponding extension
in [extensions] or ext/, making it dead configuration. Removed from
[weakdeps], [compat], [extras], [targets], and all test/benchmark usage.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Keep FastBroadcast as a test dependency and retain the @.. test. Only
remove the unused [weakdeps] entry which had no corresponding extension.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 1d922da into SciML:master Apr 1, 2026
11 of 12 checks passed
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.

2 participants