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

Remove CompileErrorException #1758

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2024

  1. Create BadExpression DMExpression, use it over Null and `CompileE…

    …rrorException` in DMExpressionBuilder
    wixoaGit committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    80ea84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf2f79 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Remove CompileErrorException fully

    Also fix a bunch of code style notices
    wixoaGit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    475c07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca5c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    3a7bda3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into CompileErrorException_removals

    # Conflicts:
    #	DMCompiler/DM/Builders/DMObjectBuilder.cs
    #	DMCompiler/DM/Builders/DMProcBuilder.cs
    #	DMCompiler/DM/Expressions/Binary.cs
    #	DMCompiler/DM/Expressions/Builtins.cs
    #	DMCompiler/DM/Expressions/Constant.cs
    #	DMCompiler/DM/Expressions/Dereference.cs
    #	DMCompiler/DM/Expressions/LValue.cs
    #	DMCompiler/DM/Expressions/Procs.cs
    wixoaGit committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    49ca563 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    wixoaGit committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    efd8599 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge remote-tracking branch 'upstream/master' into CompileErrorExcep…

    …tion_removals
    
    # Conflicts:
    #	DMCompiler/DM/DMProc.cs
    #	DMCompiler/DM/Expressions/Binary.cs
    #	DMCompiler/DM/Expressions/Builtins.cs
    #	DMCompiler/DM/Expressions/Constant.cs
    wixoaGit committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9fccab2 View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    wixoaGit committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fae6672 View commit details
    Browse the repository at this point in the history