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: handzlikchris/FastScriptReload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SamPruden/FastScriptReload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 26, 2023

  1. Squashed merge of updated-roslyn

    commit 202bf2e
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Mon Jun 19 00:00:28 2023 +0100
    
        Update all binaries in Roslyn directory
    SamPruden committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    61ba69a View commit details
    Browse the repository at this point in the history
  2. Squashed merge of check-diagnostics

    commit 16b4668
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 18 21:17:22 2023 +0100
    
        Add linebreak to exception log for readability.
    
    commit c77eb49
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 18 21:10:28 2023 +0100
    
        Moved exception flow around a bit.
    
    commit 2b1ec7c
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 18 20:30:40 2023 +0100
    
        Refactor diagnostic checking code
    
    commit dbc17dc
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 18 20:08:31 2023 +0100
    
        Add error diagnostic checking
    SamPruden committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fc6dd11 View commit details
    Browse the repository at this point in the history
  3. Squashed merge of assembly-lookup-caching

    commit fc17eef
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Mon Jun 19 16:37:01 2023 +0100
    
        Replace VERY SLOW AccessTools.TypeByName
    SamPruden committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    429bbe0 View commit details
    Browse the repository at this point in the history
  4. Squashed merge of windows-filesystemwatcher

    commit 1bbf9e4
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:54:09 2023 +0100
    
        Remove some things which aren't supported in old versions.
    
    commit ede9fc1
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:47:06 2023 +0100
    
        Prevent error events from overlapping others.
    
    commit 53e6362
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:44:27 2023 +0100
    
        Fixed oopsie.
    
    commit ea4101f
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sat Jun 24 23:23:47 2023 +0100
    
        Make rename event catching more general
    
    commit 1dae64c
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sat Jun 24 23:04:10 2023 +0100
    
        Add WindowsFileSystemWatcher
    SamPruden committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    198b1dd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Squashed commit of the following:

    commit a7b80ab
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 20:45:50 2023 +0100
    
        Fix potential deadlock. Still a slight problem with scheduling
    
    commit 7ae65b1
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 10:40:25 2023 +0100
    
        Format
    
    commit 7760fa8
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 10:40:03 2023 +0100
    
        Disabling blocks on threads on thread completion - NOT SURE ABOUT THIS
    
    commit a5f8bbb
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 10:36:54 2023 +0100
    
        Close handle when Monitor exits.
    
    commit a88084d
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 10:34:38 2023 +0100
    
        Support changing path while running
    
    commit 6677524
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 09:46:04 2023 +0100
    
        Clear events on dispose
    
    commit fb1ea9e
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 09:45:21 2023 +0100
    
        Prevent restarting after dispose
    
    commit 114ab68
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Tue Jun 27 04:30:39 2023 +0100
    
        Fix leak where DomainUnload event was left subscribed.
    
    commit 1bbf9e4
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:54:09 2023 +0100
    
        Remove some things which aren't supported in old versions.
    
    commit ede9fc1
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:47:06 2023 +0100
    
        Prevent error events from overlapping others.
    
    commit 53e6362
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sun Jun 25 16:44:27 2023 +0100
    
        Fixed oopsie.
    
    commit ea4101f
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sat Jun 24 23:23:47 2023 +0100
    
        Make rename event catching more general
    
    commit 1dae64c
    Author: SamPruden <19550501+SamPruden@users.noreply.github.com>
    Date:   Sat Jun 24 23:04:10 2023 +0100
    
        Add WindowsFileSystemWatcher
    SamPruden committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    84f4822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb74584 View commit details
    Browse the repository at this point in the history
Loading