Test PW
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
- Domain
- compilers, testing-qa
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from lfortran/lfortran
-
tests
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Cleanup: resolve_proc_pointer_placeholders re-resolves placeholders already in placeholder_to_real Openderived types
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
derived types
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
openmp
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
All issues in lfortran/lfortran
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·