Test PW

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
bash, fortran

Research direction

Start with the bash loop shown in the issue and the original GitLab issue at https://gitlab.com/lfortran/lfortran/-/issues/394. Run lfortran fmt against each *.f90 file, identify what fails, and consider the work done when every file passes.

Written by the indexing model from the issue text.

Description

Original issue: https://gitlab.com/lfortran/lfortran/-/issues/394

Here is how to test it:

#!/bin/bash

set -ex

for file in *.f90; do
    lfortran fmt $file
done

Make sure everything passes.

Dominant language
C++
Stars
1.2k
Forks
271
Avg merge
1d 2h
Merged PRs (30d)
173

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.

More from lfortran/lfortran

All issues in lfortran/lfortran

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.