You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
It should be feasible to invoke a C# compiler and then invoke the resulting executable, although it’s likely to be tricky to make this work cross-platform.
The text was updated successfully, but these errors were encountered:
The automated tests currently fail due to a bug in hxcs. On Windows they fail to compile at all due to a different bug in hxcs. Therefore, I’ve not pushed this change to master.
.
This is a bit of a hack but it should work on most Linux distributions
where Mono executables are a registered non-native executable file
type. Doing it this way saves us from having to somehow figure out
whether we need to invoke mono.
Unfortunately the test.cs build target won't work on any platform
except Windows and Linux unless we do something more clever.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It should be feasible to invoke a C# compiler and then invoke the resulting executable, although it’s likely to be tricky to make this work cross-platform.
The text was updated successfully, but these errors were encountered: