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

tons of error messages when using findfile in latest version #1941

Closed
brandy125 opened this issue Dec 9, 2024 · 2 comments · Fixed by #1942
Closed

tons of error messages when using findfile in latest version #1941

brandy125 opened this issue Dec 9, 2024 · 2 comments · Fixed by #1942

Comments

@brandy125
Copy link

brandy125 commented Dec 9, 2024

Get this error messages now when using findfile.
In addition it is not finding files that are there.

GDL> a=findfile('*txt')
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_READ
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_WRITE
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_EXECUTABLE
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_REGULAR
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_DIRECTORY
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_ZERO_LENGTH
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: TEST_SYMLINK
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: REGULAR
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: DIRECTORY
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: ZERO_LENGTH
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: SYMLINK
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: EXPAND_TILDE
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: EXPAND_ENVIRONMENT
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: FOLD_CASE
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: ISSUE_ACCESS_ERROR
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: MARK_DIRECTORY
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: NOSORT
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: QUOTE
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: MATCH_INITIAL_DOT
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: MATCH_ALL_INITIAL_DOT
Invalid Keyword lookup (EnvT::KeywordIx) !  from FINDFILE  Key: FULLY_QUALIFY_PATH
GDL> 

I am working on this machine:

bash$ cat /etc/os-release 
NAME="openSUSE Tumbleweed"
# VERSION="20241103"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20241103"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20241103:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20241103"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"
@GillesDuvert
Copy link
Contributor

GillesDuvert commented Dec 9, 2024

This would come from #1935
However the test were ok. I wonder if there is a problem with the merge or a procedure findfile.pro left in your !path. This old procedure was still there and uses an internal code that has been obsoleted ( findfile is now in C++)

@brandy125
Copy link
Author

No leftover findfile as I can see here.

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

Successfully merging a pull request may close this issue.

2 participants