-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make UpdateXlf task work on Mono #4667
Comments
@brettfo (conversation in PR 4427):
... @dsyme (conversation in PR 4427):
|
I'm happy to make changes to packaging, I just have no idea what needs changing where. |
@directhex - @brettfo and @mmitche may be able to help with that. |
Build is now SDK-based, so Mono build isn't a thing. |
We should be able to perform some localization tasks on Mono, specifically
/t:UpdateXlf
on FSharp.Compiler.Private.fsproj. Not being able to do so is a huge hindrance to my (and presumably others') contributions; currently the process looks like:This also just ends up creating a bunch of cluttersome, half-baked commits that shouldn't have to be pushed to CI one by one just to see what they break. (I know they're all squashed, by still, trying to read the resulting squash merge message would be awful -- mostly "Fix CI" or "Fix xlf" kind of thing).
For reference, Localization (XLF) task imports are prevented on Mono in FSharp.Source.Settings.Target (L126).
The text was updated successfully, but these errors were encountered: