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

print is causing internal errors #1762

Open
shriram opened this issue Sep 18, 2024 · 3 comments
Open

print is causing internal errors #1762

shriram opened this issue Sep 18, 2024 · 3 comments

Comments

@shriram
Copy link
Member

shriram commented Sep 18, 2024

This program:

test-table = table: col-1, col-2, col-3
  row: 1, 2, 3
  row: 2, 3, 4
  row: 3, 4, 5
end
print(test-table.row-n(0))

gives the error "Internal errors prevented this error message from being shown. Please report this as a bug."

Similarly this program:

import gdrive-sheets as GS

titanic-raw-loader = GS.load-spreadsheet("1ZqZWMY_p8rvv44_z7MaKJxLUI82oaOSkClwW057lr3Q")

titanic-raw = load-table: survived :: Number, pclass :: Number, raw-name :: String, sex :: String, age :: Number, sib-sp :: Number, par-chil :: Number, fare :: Number source: titanic-raw-loader.sheet-by-name("titanic", true) end

print(titanic-raw.row-n(0))

User is on Chrome version: 128.0.6613.138, which is the latest version as of this writing. I am unable to reproduce this, but I'm on macOS, whereas user is on Windows 11, Version: 23H2.

Bug reported by Sophia Wu.

@blerner
Copy link
Member

blerner commented Sep 19, 2024

Does not reproduce on Win10 on Firefox 130 or on Chrome 128. I'd be very surprised if Win11 + Chrome is somehow different here from Win10 + Chrome...

@shriram
Copy link
Member Author

shriram commented Sep 19, 2024 via email

@blerner
Copy link
Member

blerner commented Sep 19, 2024

Not a clue -- it doesn't reproduce on Linux, either. I'm tempted to say the student needs to clear their browser cache and try again; it sounds too spurious and idiosyncratic to track down, so far...

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