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

There's no data in the object, can't take it #802

Open
yegor256 opened this issue Oct 25, 2024 · 2 comments
Open

There's no data in the object, can't take it #802

yegor256 opened this issue Oct 25, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@yegor256
Copy link
Member

I've found it here:

org.eolang.ExFailure: There's no data in the object, can't take it
2024-10-24T21:47:26.5003698Z 	at org.eolang.PhDefault.delta(Unknown Source)
2024-10-24T21:47:26.5004406Z 	at org.eolang.Dataized.take(Unknown Source)
2024-10-24T21:47:26.5005084Z 	at org.eolang.Dataized.asBool(Unknown Source)
2024-10-24T21:47:26.5006470Z 	at EOorg.EOeolang.EOfs.EOnormalizes_empty_posix_path_to_current_dirTest.works(EOnormalizes_empty_posix_path_to_current_dirTest.java:59)
2024-10-24T21:47:26.5008263Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
2024-10-24T21:47:26.5009671Z 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
2024-10-24T21:47:26.5011130Z 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
2024-10-24T21:47:26.5012568Z 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
2024-10-24T21:47:26.5015370Z 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
2024-10-24T21:47:26.5016876Z 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

This is the problem not inside JEO, but looks like the Bytecode generated by JEO is missing something, that's why the tests fail. I'm trying to reproduce the error, so far no luck.

@yegor256
Copy link
Member Author

@volodya-lombrozo maybe you can guess what's wrong here?

@yegor256
Copy link
Member Author

@volodya-lombrozo I believe, this bug is related to #801

@volodya-lombrozo volodya-lombrozo self-assigned this Oct 26, 2024
@volodya-lombrozo volodya-lombrozo added the bug Something isn't working label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants