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

Fetch ({::) returns garbage #198

Closed
jip opened this issue May 22, 2024 · 2 comments
Closed

Fetch ({::) returns garbage #198

jip opened this issue May 22, 2024 · 2 comments

Comments

@jip
Copy link

jip commented May 22, 2024

In a clean session:

   JVERSION
Engine: j9.6.0-beta7/j64avx2/linux
Build: commercial/2024-05-05T21:37:34/clang-11-0-0/SLEEF=1
Library: 9.6.6
Platform: Linux 64
Installer: j9.6 install
InstallPath: /home/user/j9.6.0-beta7_j64avx2
Contact: www.jsoftware.com
   
   (1 ; 0) {:: 11 22 33 ; ''  NB. ok

   (2 ; 0) {:: 11 22 33 ; (, 444) ; ''  NB. garbage
@
   (2 ; 0) {:: 11 22 33 ; (, 444) ; (i. 0)  NB. garbage
@
   (2 ; 0) {:: 'abc' ; 'd' ; ''  NB. ok

   (2 ; 0) {:: 11 22 33 ; 444 ; ''  NB. ok

   (3 ; 0) {:: 11 22 33 ; 444 ; (, 555) ; ''  NB. garbage
@
   (3 ; 0) {:: 11 22 33 ; 444 ; 555 ; ''  NB. garbage
@
   (3 ; 0) {:: 11 22 33 ; (, 444) ; (, 555) ; ''  NB. ok

Results may vary in different sessions.

@bilam
Copy link
Contributor

bilam commented Aug 4, 2024

They now give index error. Is the issue fixed?

@jip
Copy link
Author

jip commented Aug 27, 2024

Yes, thank you.

@jip jip closed this as completed Aug 27, 2024
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