hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

Insufficient use of ONLY #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
*** What steps will reproduce the problem?

Attempt to debug RFortran code

*** What is the expected output?

Expect ability to easily find out which module a routine comes from by looking 
at its USE,ONLY statement

*** What do you see instead?

In current RFortran, USE statements on many modules do not specify, using the 
ONLY attribute, which routines they supply.

This is aggravating to people wishing to contribute their time to debuggering 
RFortran, because time has to be wasted searching which one of dozens of 
modules does a variable or routine come from.

*** What version of RFortran are you using?

RFortran 2.1.2

*** Please provide any additional information below.

Original issue reported on code.google.com by dmitri.k...@gmail.com on 22 Jun 2010 at 8:33

GoogleCodeExporter commented 8 years ago
In the next major revision of RFortran this will be addressed

Original comment by mark.th...@gmail.com on 2 Dec 2010 at 1:11

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 2 Dec 2010 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 14 Feb 2011 at 10:57