hodgesse1 / rfortran

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

Updated folders search for when looking for RFortran Settings File #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently when Rinit is called it searches for RFortran.set in folders with
the following order of priority
1. %RFORTRAN_PATH%\settings\RFortran.set
2. Current folder 

This should be reversed to provide the ability for different projects to
have different RFortran.set files

Original issue reported on code.google.com by mark.th...@gmail.com on 4 Jun 2009 at 7:35

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 4 Jun 2009 at 7:35

GoogleCodeExporter commented 8 years ago
Add extra functionality so that path and file name of RFortran Settings file 
can also
be given via an argument to Rinit

This provides full flexibility for settting RFortran settings. 

Different projects can have different settings files with different names in
different directories

Also include version number of RFortran in settings file, so we know what to 
updated
as we update it.  

Original comment by mark.th...@gmail.com on 4 Jun 2009 at 11:56

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 9 Jun 2009 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:32

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:32

GoogleCodeExporter commented 8 years ago
Fixed search path order so local folder searched first.
Added optional argument to override.
Added version number to settings file. Side effect, version number cannot be 
added to
splash unless we dynamically do at runtime. Removed for now.

Original comment by Michael....@gmail.com on 18 Jun 2009 at 1:57