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

BUG #4283

Closed
3 tasks done
mperrrrrrr opened this issue Nov 21, 2024 · 1 comment
Closed
3 tasks done

BUG #4283

mperrrrrrr opened this issue Nov 21, 2024 · 1 comment

Comments

@mperrrrrrr
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues, especially the pinned issues.

Exception report

Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new

Screenshot

Oops, something went wrong. Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new

Last 200 Keys:
. e x e ' Space ' - X X : + S h o w C o d e D e t a i l s I n E x c e p t i o n M e s s a g e s ' Space ' - c p ' Space ' C : \ U s e r s \ U S E R \ A p p D a t a \ R o a m i n g \ C o d e \ U s e r \ w o r k s p a c e S t o r a g e \ 5 7 9 9 8 d f c 0 c 6 0 0 5 0 2 7 e d 3 0 8 a e 4 0 7 9 b 7 e f \ r e d h a t . j a v a \ j d t _ w s \ F e r d i a n s y a h T r i a n a L u t h f i _ 3 2 2 4 0 0 2 0 _ e 5 b

Environment data

Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 . e x e ' Space ' - X X : + S h o w C o d e D e t a i l s I n E x c e p t i o n M e s s a g e s ' Space ' - c p ' Space ' C : \ U s e r s \ U S E R \ A p p D a t a \ R o a m i n g \ C o d e \ U s e r \ w o r k s p a c e S t o r a g e \ 5 7 9 9 8 d f c 0 c 6 0 0 5 0 2 7 e d 3 0 8 a e 4 0 7 9 b 7 e f \ r e d h a t . j a v a \ j d t _ w s \ F e r d i a n s y a h T r i a n a L u t h f i _ 3 2 2 4 0 0 2 0 _ e 5 b

Steps to reproduce

package com.dasprog;

import java.util.Scanner;

public class cUtsFerdiansyahTrianaLuthfi {
public static void main(String[] args) {
// Bahan bahan
String nama, kelas;
Integer x, y, z;
Scanner input = new Scanner("Silahkan isi data diri anda");

}

}

Expected behavior

EROR

Actual behavior

BISA DIJALANKAN

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Nov 21, 2024
Copy link

@mperrrrrrr, you were using a pretty old version of PSReadLine (2.0.0-beta2 or prior), and it's likely that the issue was fixed in a newer version.
Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery.
See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Nov 22, 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

1 participant