Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

  • Fix typo "uknowns" → "unknowns" in docs/src/lectures/lecture1.md:563
  • Pin Julia version to 1.11 in Documentation.yml workflow

Problem

CI is currently failing on main due to:

  1. Spell check failure: Typo "uknowns" at line 563 of lecture1.md
  2. Documentation build failure: Julia 1.12 compatibility issues with upstream packages:
    • UndefVarError: 'tmp' not defined in 'OrdinaryDiffEq'
    • UndefVarError: 'ForwardDiff' not defined in 'PreallocationTools'

These upstream package bugs affect OrdinaryDiffEq, StochasticDiffEq, and SymbolicsPreallocationToolsExt when running on Julia 1.12.

Solution

  • Fixed the typo
  • Pinned Julia version to 1.11 until upstream packages fix their Julia 1.12 compatibility

Test plan

  • Spell check should pass with the typo fix
  • Documentation build should succeed with Julia 1.11

🤖 Generated with Claude Code

- Fix typo "uknowns" -> "unknowns" in docs/src/lectures/lecture1.md
- Pin Julia version to 1.11 in Documentation.yml workflow

The Julia 1.12 release has compatibility issues with upstream packages
(OrdinaryDiffEq, PreallocationTools) that cause documentation build
failures. Pinning to 1.11 until these are resolved.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 0292d2a into SciML:main Dec 29, 2025
1 of 2 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