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 public keyword #320

Merged
merged 17 commits into from
Jul 30, 2023
Merged

Add public keyword #320

merged 17 commits into from
Jul 30, 2023

Commits on Jun 28, 2023

  1. add some parsing

    Lilith Hafner authored and Lilith Hafner committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    37ff4c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. switch to public foo, bar syntax

    Lilith Hafner authored and Lilith Hafner committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c43f12d View commit details
    Browse the repository at this point in the history
  2. make public a keyword only at the toplevel

    Lilith Hafner authored and Lilith Hafner committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a343b7f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add notes

    Lilith Hafner authored and Lilith Hafner committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    86de184 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Notes at the end of Lilith and Clair's chat

    Lilith Hafner authored and Lilith Hafner committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e9d2494 View commit details
    Browse the repository at this point in the history
  2. implement support for public foo, bar at toplevel only and add tests

    Lilith Hafner authored and Lilith Hafner committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f68188e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    29e9fff View commit details
    Browse the repository at this point in the history
  2. add another test

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a47914a View commit details
    Browse the repository at this point in the history
  3. stop using AbstractPattern in tests for compatibility

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c3ea832 View commit details
    Browse the repository at this point in the history
  4. add comment

    Lilith Hafner authored and Lilith Hafner committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    22754c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. add broken tests

    Lilith Hafner authored and Lilith Hafner committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e216d04 View commit details
    Browse the repository at this point in the history
  2. more tests

    Lilith Hafner authored and Lilith Hafner committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    38a4009 View commit details
    Browse the repository at this point in the history
  3. change peek behavior, add warning for using public as identifier at t…

    …oplevel, add tests
    Lilith Hafner authored and Lilith Hafner committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    19d306c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix tests

    Lilith Hafner authored and Lilith Hafner committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6e07301 View commit details
    Browse the repository at this point in the history
  2. use consistent versions in diagnostic tests

    Lilith Hafner authored and Lilith Hafner committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    fd80712 View commit details
    Browse the repository at this point in the history
  3. use old kw syntax for tests to pass on 1.0–1.4

    Lilith Hafner authored and Lilith Hafner committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2ad7164 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Clarify comment

    c42f committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    a60facf View commit details
    Browse the repository at this point in the history