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

Develop release the v43 language support changes #1

Merged
merged 8 commits into from
Dec 31, 2023
Merged

Commits on Dec 29, 2023

  1. awakening latest Spin2 compiler support (v43)

    - add override coloring for byte(), word(), and long()
    - add version recognition at top of file {Spin2_v43}
    - add lstring() support if file says ver 43
    - add lstring override coloring if ver 43
    ironsheep committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1e26562 View commit details
    Browse the repository at this point in the history
  2. Update spin2.utils.ts

    - adjust so 43 or greater works!
    ironsheep committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    495d22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8355eed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb4836c View commit details
    Browse the repository at this point in the history
  5. add ability to filter hover text repsonses to method() or not

    - add support in hover text for byte() method vs. byte storage type
    ironsheep committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0e761cc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix version detection

    ironsheep committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    765813e View commit details
    Browse the repository at this point in the history
  2. Final updates - release prep

    - emit language version when present to Object Interface Documentation
    - report on duplicate CON, VAR, DAT declarations
    - update test files
    ironsheep committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    4aaf041 View commit details
    Browse the repository at this point in the history
  3. prep for release

    ironsheep committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    db52b20 View commit details
    Browse the repository at this point in the history