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

Inconsistent Testing Script in Basic Debugging Java #3179

Open
bqi343 opened this issue Nov 9, 2022 · 6 comments
Open

Inconsistent Testing Script in Basic Debugging Java #3179

bqi343 opened this issue Nov 9, 2022 · 6 comments
Labels
bug Something isn't working content content-related issue good first issue Good for newcomers

Comments

@bqi343
Copy link
Member

bqi343 commented Nov 9, 2022

(Link should work once #3172 is merged)

https://usaco.guide/general/basic-debugging?lang=java

I'm not sure why we have a testing script specific to Java. For this section, the content should be the same across all three languages.

@bqi343 bqi343 added the content content-related issue label Nov 9, 2022
@bqi343 bqi343 changed the title Testing Script in Basic Debugging Inconsistent Testing Script in Basic Debugging Java Nov 15, 2022
@bqi343 bqi343 added the good first issue Good for newcomers label Dec 19, 2022
@bqi343 bqi343 added the bug Something isn't working label Jan 3, 2023
@SansPapyrus683
Copy link
Contributor

don't really see why a java-specific debugging script is bad here

@bqi343
Copy link
Member Author

bqi343 commented Dec 31, 2023

  1. It's not an example of stress-testing multiple solutions against each other, which is what this section is about.
  2. It should be language-agnostic in the sense that if you want to test a C++ solution instead, you should only need to change a single line.
  3. It should be concise enough so that it's easy to type from scratch.

@IDON-TEXIST IDON-TEXIST self-assigned this Jan 28, 2024
@IDON-TEXIST
Copy link

It's impossible for the scripts to be the same because there's no easy way to compile a java script to something executable. But this should be doable otherwise.

@SansPapyrus683
Copy link
Contributor

SansPapyrus683 commented Jan 28, 2024

javac is a thing lol
you do have to run it w/ java but yeah

@IDON-TEXIST IDON-TEXIST removed their assignment Jan 30, 2024
@IDON-TEXIST
Copy link

Won't have time to do this for a bit, actually.

@SansPapyrus683
Copy link
Contributor

oh sure, work on it whenever you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working content content-related issue good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants