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

Cant compile after making changes suggested by Dlife because Tuple class in not present in Core. #103

Open
sasikdar opened this issue Feb 20, 2022 · 1 comment

Comments

@sasikdar
Copy link

After making the changes suggested by the readme file in Dlife.zip. I get a lot of errors related to tuple class.
^
symbol: class Tuple
.\routing\MessageRouter.java:497: error: cannot find symbol
m2 = ((Tuple<Message, Connection>)o2).getKey();

The reason for this error is that the tuple class is not present in 1.6.0 which was present in 1.4.1 what can I replace the tuple class with? Right now I have copied the tuple class from 1.4.1 and pasted it in 1.6.0 core, but I do not know the implication of doing this. Could someone please help me here?

@akeranen
Copy link
Owner

akeranen commented Dec 9, 2024

Not sure what is "Dlife.zip" but the Tuple class does still exist in 1.6: https://github.com/akeranen/the-one/blob/v1.6.0/util/Tuple.java

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