SciML / SciML/MultiScaleArrays.jl

[CI Broken] Format check failing on master branch

Open
#116 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
77
Forks
17
Avg merge
8h 9m
Merged PRs (30d)
12

Description

Summary

The CI Format Check is failing on the master branch. Several source files do not comply with SciMLStyle formatting requirements.

Failing CI Job

Files Requiring Formatting

The following files need to be formatted with JuliaFormatter v2 using SciMLStyle:

  1. README.md
  2. src/MultiScaleArrays.jl
  3. src/diffeq.jl

Error Message from CI

Format check failed. Please format the following file(s) with JuliaFormatter v2.
README.md
src/MultiScaleArrays.jl
src/diffeq.jl

Root Cause

The master branch contains files that don't comply with the SciMLStyle formatting requirements. This causes the format check to fail on any PR, regardless of what changes the PR contains.

Suggested Fix

Run the following Julia code to fix the formatting:

using Pkg
Pkg.add("JuliaFormatter")
using JuliaFormatter
format("README.md", SciMLStyle())
format("src/MultiScaleArrays.jl", SciMLStyle())
format("src/diffeq.jl", SciMLStyle())

Then commit and push the formatted files.

Discovery

This issue was discovered during an automated CI health check (PR #115).

cc @ChrisRackauckas


🤖 This issue was automatically generated by CI health monitoring.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the failed Format Check / Check Formatting job and the three listed files: README.md, src/MultiScaleArrays.jl, and src/diffeq.jl. Run JuliaFormatter v2 with SciMLStyle on those files, then verify that the format check passes without changing unrelated content.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
ci-cd, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.