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

The prompt uses different paths depending on the OS #152

Closed
4 tasks done
Munsio opened this issue Jun 4, 2024 · 0 comments
Closed
4 tasks done

The prompt uses different paths depending on the OS #152

Munsio opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Munsio
Copy link
Contributor

Munsio commented Jun 4, 2024

Running on Windows we do give the prompt the windows style paths instead of the linux one which leads to an different prompt (not sure who it may impact).

  Given the following Java code file "src\main\java\com\eval\Plain.java" with package "com.eval", provide a test file for this code with JUnit 5 as a test framework.
  The tests should produce 100 percent code coverage and must compile.
  The response must contain only the test code and nothing else.
  
  ```java
  package com.eval;
  
  class Plain {
      static void plain() {
      }
  }

@ruiAzevedo19 ruiAzevedo19 self-assigned this Jul 12, 2024
@ruiAzevedo19 ruiAzevedo19 added the enhancement New feature or request label Jul 15, 2024
@ruiAzevedo19 ruiAzevedo19 added this to the v0.6.0 milestone Jul 15, 2024
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
…g on a Windows machine, so the prompt is always the same

Part of #152
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
…a Windows machine, so the prompt is always the same

Part of #152
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
…a Windows machine, so the prompt is always the same

Part of #152
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
…a Windows machine, so the prompt is always the same

Part of #152
ruiAzevedo19 added a commit that referenced this issue Jul 15, 2024
…a Windows machine, so the prompt is always the same

Part of #152
ahumenberger pushed a commit that referenced this issue Jul 16, 2024
…a Windows machine, so the prompt is always the same

Part of #152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants