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

Yield a bit broken in 0.11.3 #122

Open
nicholas22 opened this issue Aug 14, 2012 · 2 comments
Open

Yield a bit broken in 0.11.3 #122

nicholas22 opened this issue Aug 14, 2012 · 2 comments

Comments

@nicholas22
Copy link
Collaborator

 @Validate
 public static Iterable<byte[]> read(@NotNull final String file, final int blockSize)
     throws IOException
 {
   yield(new byte[0]);
 }

Hopefully this can be fixed soon :)

@peichhorn
Copy link
Owner

Thanks for the report.
This error got introduced in the process of allowing val and yield to work together.
(see commit cedf83e)

I'm going to tackle this after the migration to lombok 0.11.4.
There are some internal changes in lombok that should make a tight integration of all features a lot easier to achieve.

@nicholas22
Copy link
Collaborator Author

Cool- will await for this to update propel's byte[] file block iterator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants