Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
android: truncate filenames on Windows only
This isn't a problem on other platforms and non-truncated filenames
seem better when possible.
engine: add missing space in BuildDriver
Regressed in daa1e75 (#489)
C++: update comments
This fixes compile errors such as:
Regressed in c049bc1 (#489)
unodoc: remove dash in "api docs"
common: add cases in ToLowerCamelCase()
We've seen DotNet and UnoDoc in the past and it's better if they come
out as dotnet and unodoc (in all lowercase).
engine: define LIBRARY in LibraryBuild
Don't get false errors about missing main class in libraries.
Regressed in 6d6577e (#483)
common: fix NRE in Shell.KillAll()
Observed on macOS Ventura. Likely been happening since the initial
.NET 6.0 port.
engine: fix NRE in TranspilerServer
Regressed in 000294e (#482)
android: remove //~ comments
These strange comments are no longer necessary.