vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
463 stars 50 forks source link

fix: ArgumentOutOfRangeException on non-Windows #47

Closed anatawa12 closed 1 year ago

anatawa12 commented 2 years ago

The FileSystemEventArgs.FullPath may be a relative path on some platforms like macOS. If _modifiedFilePaths is not absolute, in OnEditorUpdate, ArgumentOutOfRangeException will be happened.

github-actions[bot] commented 2 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

anatawa12 commented 2 years ago

I have read the CLA Document and I hereby sign the CLA

anatawa12 commented 1 year ago

This is already tested on both macOS and windows. What's missing to get review of this PR?