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

Abbreviations Manager #3202

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Abbreviations Manager #3202

wants to merge 10 commits into from

Commits on Jul 14, 2023

  1. first version some bugs to fix

    wadoon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4c3fb6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3a88e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Refactor SequentViewMenu & Co

    wadoon committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    25e2672 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    4f4770d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into weigl/abbrevmgr

    # Conflicts:
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/DefaultBuiltInRuleMenuItem.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/InnerNodeViewMenu.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/InsertHiddenTacletMenuItem.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/InsertSystemInvariantTacletMenuItem.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/MenuItemForTwoModeRules.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/smt/SMTMenuItem.java
    wadoon committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5c7e4d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge remote-tracking branch 'origin/main' into weigl/abbrevmgr

    * origin/main: (207 commits)
      Use Amazon's Corretto
      add caching for gradle dependencies
      Update to Java 21 Runtime for testing
      Use pattern matching to avoid cast
      Change default notification setting to unfocused
      Renaming from reviewer suggestion (got lost when splitting the PR)
      Minor cleanup
      Prevent possible NullPointerException.
      Cleanup. Remove last usage of the legacy matcher.
      Check only new terms for well-typedness
      Move static metavariable cache to service caches
      Minor cleanup incl. spotless changes
      Use array of assumes instantiations
      Preparation for parallel prover engine - make Strategies stateless by introducing a specific explicit state object for TermBuffers and the Backtracking Manager   This will allow strategies to execute in parallel
      Update keyext.ui.testgen/src/main/java/de/uka/ilkd/key/gui/testgen/CounterExampleAction.java
      Update keyext.ui.testgen/src/main/java/de/uka/ilkd/key/gui/testgen/TGInfoDialog.java
      Some cleanup and proper switching to automode
      Avoid access of non-private field in synchronized context
      Pruning a closed proof (and reopening it) did not update the proof status in the task tree and also did not select any node/goal.
      Minor clean up
      ...
    
    # Conflicts:
    #	key.core/src/main/java/de/uka/ilkd/key/pp/AbbrevMap.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/CurrentGoalViewMenu.java
    #	key.ui/src/main/java/de/uka/ilkd/key/gui/nodeviews/SequentViewMenu.java
    #	key.ui/src/main/resources/META-INF/services/de.uka.ilkd.key.gui.extension.api.KeYGuiExtension
    wadoon committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    939225b View commit details
    Browse the repository at this point in the history
  2. Merge errors (jspecify)

    wadoon committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    96e42b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    d1c072a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    ee98653 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a80690 View commit details
    Browse the repository at this point in the history