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

mStructs with encodingKey (integrated with source-mapping branch) #130

Merged
merged 8 commits into from
Oct 6, 2024

Commits on Oct 1, 2024

  1. Change "Cip68" struct to mStruct

     - moves Cip68 support to developer side (use enum::Variant{data: mStruct})
     - combines earlier commits into one
    Randall committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d441dee View commit details
    Browse the repository at this point in the history
  2. cleanup before merging mStruct

     - undo attempt to export test/utils.js
     - moved pre-push-hook install out of "post-install"
       (was happening at downstream client-install time)
       ... added to before-tests to make it more likely to happen magically
     - removed .only modifiers on test cases
    Randall committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    11892bc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. fix jsconfig.json

    Randall committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7d6c5d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c792472 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/source-mapping' into mse2

    # Conflicts:
    #	src/statements/StructStatement.js
    Randall committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    34831e4 View commit details
    Browse the repository at this point in the history
  4. Expr doesn't need encodingKey

    Randall committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2753900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9eb446 View commit details
    Browse the repository at this point in the history
  6. fix reporting of mStruct field-not-found

     - added eval() results to factoried runner return in utils: compileForRun()
     - added tests for logged details
     - warnings and errors show field names
     - mStruct tests look for specific log entries, not just "it errors when..."
     - mStruct equality tests changed to not use ::from_data() (optimized version)
    Randall committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ebbc4bd View commit details
    Browse the repository at this point in the history