cnescatlab / cnescatlab/i-CodeCNES

i-Code should not ask for `INQUIRE` if the file is new

Open
#209 0 comments 0 reactions 0 assignees View on GitHub
false positive fortran to analyse
Dominant language
Fortran
Stars
63
Forks
18
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

i-Code should not ask for `INQUIRE` if the file is new (`status = 'new'`).

**To reproduce**
```fortran
open(22, file='toto', form='unformatted', status='new', access='sequential')
```

**Expected behavior**
i-Code should not ask for `INQUIRE` if the file is new (`status = 'new'`).

**Screenshots & log**
![image](https://user-images.githubusercontent.com/3931938/91044845-3caf1e80-e616-11ea-808f-c42182a4577f.png)

**User environment (please complete the following information):**
- OS: [e.g. Windows 10] Windows 10
- Java version: [e.g. 1.8] 11
- i-Code version: [e.g. 3.1.0] 4.1.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.