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 test for the missing external ctor fix #85

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2024

  1. For classes, add a field to the script object just like functions.

    Then, (external) classes can be found by the PA when they are imported. Otherwise, they cannot be found.
    khatchad committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    220d4f0 View commit details
    Browse the repository at this point in the history
  2. Format.

    khatchad committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    087256c View commit details
    Browse the repository at this point in the history
  3. Add test.

    khatchad committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    27619a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad4dae View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Change test.

    khatchad committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    89eb2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe6b1d View commit details
    Browse the repository at this point in the history
  3. Fix comment.

    khatchad authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    55eb75c View commit details
    Browse the repository at this point in the history
  4. Update TestClasses.java

    khatchad authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7335b29 View commit details
    Browse the repository at this point in the history
  5. Update TestClasses.java

    khatchad authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f2c8566 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Change back to false.

    khatchad committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    355223d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d72d5b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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