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

perf(core): remove usage of arrays while forming duplicate item errors #804

Commits on Feb 6, 2024

  1. refactor: don't use arrays to check uniqueness

    Signed-off-by: Ertugrul Karademir <ekarademir@gmail.com>
    ekarademir committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d04bdf5 View commit details
    Browse the repository at this point in the history
  2. refactor: also refactor unique property name check

    Signed-off-by: Ertugrul Karademir <ekarademir@gmail.com>
    ekarademir committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4fddab6 View commit details
    Browse the repository at this point in the history
  3. refactor: remove array for decorator uniqueness check

    Signed-off-by: Ertugrul Karademir <ekarademir@gmail.com>
    ekarademir committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c07ffcd View commit details
    Browse the repository at this point in the history
  4. refactor: remove uniqueness check from scalar declarations as well

    Signed-off-by: Ertugrul Karademir <ekarademir@gmail.com>
    ekarademir committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0fff1ff View commit details
    Browse the repository at this point in the history
  5. Merge branch 'accordproject:main' into ertugrul/i801/refactor-error-f…

    …ormation-after-uniq-decl-check
    ekarademir committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d6b30eb View commit details
    Browse the repository at this point in the history