-
Notifications
You must be signed in to change notification settings - Fork 31
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: tonybaloney/CSnakes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.24
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tonybaloney/CSnakes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 47 files changed
- 5 contributors
Commits on Jan 13, 2025
-
Use system mutex in
RedistributableLocator
during installation (#330)* Use system mutex in "RedistributableLocator" during installation * Release mutex when installation goes well --------- Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 527f03a - Browse repository at this point
Copy the full SHA 527f03aView commit details -
reduce package installer noise in logs (#335)
* Only write output as error if it fails. * Capture for debug logs * Update ProcessUtils.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for abb75f0 - Browse repository at this point
Copy the full SHA abb75f0View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1a87e38 - Browse repository at this point
Copy the full SHA 1a87e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bced059 - Browse repository at this point
Copy the full SHA bced059View commit details -
Configuration menu - View commit details
-
Copy full SHA for de05da4 - Browse repository at this point
Copy the full SHA de05da4View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de88333 - Browse repository at this point
Copy the full SHA de88333View commit details -
Allow users to run Python code from a string (#340)
* Add run string function * Add input type enumerations * Add overrides for locals and globals. Add tests * Add missing argument to test * Seperate APIs for simple expression and multiple lines. Make them extension methods.
Configuration menu - View commit details
-
Copy full SHA for 3c318eb - Browse repository at this point
Copy the full SHA 3c318ebView commit details -
Allow trailing commas in parameter list (#344)
* Add failing test * Allow trailing commas
Configuration menu - View commit details
-
Copy full SHA for 67a11a1 - Browse repository at this point
Copy the full SHA 67a11a1View commit details
Commits on Jan 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8dfadcd - Browse repository at this point
Copy the full SHA 8dfadcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62ab0cc - Browse repository at this point
Copy the full SHA 62ab0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f86ecc5 - Browse repository at this point
Copy the full SHA f86ecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bb70f - Browse repository at this point
Copy the full SHA 58bb70fView commit details
Commits on Feb 10, 2025
-
Update versions for python static build (#349)
* Update versions for python static build * Update test version
Configuration menu - View commit details
-
Copy full SHA for 0231e6b - Browse repository at this point
Copy the full SHA 0231e6bView commit details
Commits on Feb 14, 2025
-
Add support for async functions (#313)
* Add async enumerator * Add a test, move the task up to the generator iterator * Add integration test * Basic coroutine bridge between the Python event loop and the C# Task AP * Create and call task outside of the GIL of the main thread to avoid deadlock * Add a harder test * Make the current event loop a thread static as they're per thread state * Refactor event loops into a specific type and handle lifetimes. * Add remark * Refactor finalize into a method * Run initialization and finalization in the same thread as a background task * Test that exceptions are handled gracefully * Reuse event loops and close them all at shutdown. * Ensure disposal can only happen once * Update tests * Use ManualResetEventSlim instead of loop * Raise disposed exceptions * Support Coroutine[None] add tests and a benchmark * Update benchmark and add a timer test * update spec * Add docs for the changes * Update reference table * Start to hook up cancellation tokens for future usage
Configuration menu - View commit details
-
Copy full SHA for 3cdcfe4 - Browse repository at this point
Copy the full SHA 3cdcfe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9f054 - Browse repository at this point
Copy the full SHA de9f054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a7449 - Browse repository at this point
Copy the full SHA 02a7449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502f37d - Browse repository at this point
Copy the full SHA 502f37dView commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e46250 - Browse repository at this point
Copy the full SHA 8e46250View commit details -
Merge pull request #356 from AaronRobinsonMSFT/fix_warning
Fix warning
Configuration menu - View commit details
-
Copy full SHA for d72a219 - Browse repository at this point
Copy the full SHA d72a219View commit details
There are no files selected for viewing