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

Aa + Initializers + cast + string switch + utf decoding #9

Merged
merged 15 commits into from Jan 6, 2023

Commits on Jan 5, 2023

  1. Initializers + cast

    Array initializer fixed:
    float[] f = new float[2]; assert(float[0] is float.init)
    Struct Array initializer fixed.
    Interface cast
    asset message now showing the message
    
    Added missing properties for delegate and const.
    Added version for CarelessAllocation which will enable every allocation that should require a GC. inline_concat version.
    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    79e0edc View commit details
    Browse the repository at this point in the history
  2. Create test_runtime.d

    Simple test file for the runtime
    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ca4b617 View commit details
    Browse the repository at this point in the history
  3. Removed writeln

    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9e1558c View commit details
    Browse the repository at this point in the history
  4. Add final switch assertion, string switch

    dstrcmp will be internal to __switch for the time being
    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    747116b View commit details
    Browse the repository at this point in the history
  5. switch string to test

    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0c72b9c View commit details
    Browse the repository at this point in the history
  6. AA temp

    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5c509fd View commit details
    Browse the repository at this point in the history
  7. AA compiling

    MrcSnm committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    57f261a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    2a8855b View commit details
    Browse the repository at this point in the history
  2. Added aa test

    MrcSnm committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9fac736 View commit details
    Browse the repository at this point in the history
  3. Done utf decoding

    MrcSnm committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d4378c8 View commit details
    Browse the repository at this point in the history
  4. Merge fix

    MrcSnm committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    44714ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1649490 View commit details
    Browse the repository at this point in the history
  6. Fixed string literal append

    MrcSnm committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    58491e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e062c3 View commit details
    Browse the repository at this point in the history
  8. Requested changed

    MrcSnm committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    51e7278 View commit details
    Browse the repository at this point in the history