Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JBenda/inkcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JBenda/inkcpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/ListBoolOperations
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 6, 2024

  1. Add List Bool operations

    + Add && and || for list and bool
    + add Not for lists
    + minor fixes in add/sub
    JBenda committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5099233 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    8aaba17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6568d6a View commit details
    Browse the repository at this point in the history
  3. support abitrary list values

    JBenda committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e1e4ede View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fixe new list to string

    JBenda committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    28dc52b View commit details
    Browse the repository at this point in the history
  2. Fixed range operator for new list values

    add new list test file
    JBenda committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    04f280d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b5fc73 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. formatting

    JBenda committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d0e1f44 View commit details
    Browse the repository at this point in the history
Loading