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

Add @Generator annotation #3372

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2023

  1. Add name to AUTHORS list

    storycraft committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    406b28f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Add Generator annotation

    Add @Generator annotation, javac handler, eclipse handler, tests,
    feature page
    storycraft committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8793065 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    5a142c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377b353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143008e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Update generator handler

    On javac handler, body statements are not marked as generated anymore.
    Error if yields inside local class, lambda.
    storycraft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    6020358 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    1d90ed9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fix generator when yielding null

    Introduce additional boolean field to check if generator peeked.
    storycraft committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c9391b6 View commit details
    Browse the repository at this point in the history