Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help, /files is partially working; cases not ok #743

Open
alaingdl opened this issue Apr 28, 2020 · 1 comment
Open

help, /files is partially working; cases not ok #743

alaingdl opened this issue Apr 28, 2020 · 1 comment

Comments

@alaingdl
Copy link
Contributor

Working on RECALL_COMMAND() #740 and the way of HELP, /Recall is working, I found that HELP,/Files
is not working fine

no output in GDL for :

openr, 11, 'config.h'   ; this file is in the path
help, /files

in gdlhelp.cpp adding the line :

static void help_files(ostream& os, EnvT* e) {
  cout << " maxUserLun : " << maxUserLun << " fileUnits.size() : " << fileUnits.size() << endl;
[...]

I got :
maxUserLun : 99 fileUnits.size() : 128

which is unclear for me, it should start at 2 (-1, 0, 1 are reserved)

another problem is :

GDL> HELP, /FILES, -2, -1, 0, 1, 2

gives no output ...

To be done. (not time now, I am trying to push some other small cleaning ...)

@maynardGK
Copy link
Contributor

In GDL the file units it is concerned with are only those that a /getlun might return, i.e. 100 to (?)128.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants