Thanks to visit codestin.com
Credit goes to github.com

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: tilkinsc/Lua.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: tilkinsc/Lua.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 27, 2022

  1. updated version

    tilkinsc committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d365692 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    8870e96 View commit details
    Browse the repository at this point in the history
  2. Remove useless file

    tilkinsc committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    578c706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6460f15 View commit details
    Browse the repository at this point in the history
  4. Update version in readme

    tilkinsc committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5fde319 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Did the following:

    - Added luajit local test folder to gitignore
    - Reworded and reformatted README.md
      Updated examples for new changes present in this commit
    - In all Lua versions, fixed oversight where:
      - Returned function pointers were not nullable
      - Sending null function pointers sent Nullable<T> rather than T
      - It was not possible to send null pointers some places
        which are handled gracefully by the lua api
    tilkinsc committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1c35c49 View commit details
    Browse the repository at this point in the history
  2. Did the following:

    - Ensured all function delegates match NULL expectations in function
      arguments and returns
    - Converted a ref to an out as an identified output variable
    tilkinsc committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    95e25c9 View commit details
    Browse the repository at this point in the history
  3. Bump project verison

    tilkinsc committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    80c850a View commit details
    Browse the repository at this point in the history
Loading