Skip to content
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

beta recovery & tweaks (beta-3.0) #493

Merged
merged 9 commits into from
May 30, 2023
Merged

Conversation

mortend
Copy link
Member

@mortend mortend commented May 29, 2023

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:

main-mobile.cpp(1): E3356: 'Uno.Environment.GetCommandLineArgs()'
could not be resolved

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.

These strange comments are no longer necessary.
Observed on macOS Ventura. Likely been happening since the initial
.NET 6.0 port.
Don't get false errors about missing main class in libraries.

Regressed in 6d6577e (fuse-open#483)
We've seen DotNet and UnoDoc in the past and it's better if they come
out as dotnet and unodoc (in all lowercase).
This fixes compile errors such as:

    main-mobile.cpp(1): E3356: 'Uno.Environment.GetCommandLineArgs()'
    could not be resolved

Regressed in c049bc1 (fuse-open#489)
This isn't a problem on other platforms and non-truncated filenames
seem better when possible.
@mortend mortend merged commit 4c375db into fuse-open:beta-3.0 May 30, 2023
@mortend mortend deleted the recovery branch May 30, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant