Commit ac49959
authored
fix for 3307 (windows launcher rejects filenames with utf8 chars) (#3923)
* fix for 3307; windows launcher can run scripts with utf8 chars
* fix for macos
* corrected SAVED_CODEPAGE
* add extensive logging to scala.cli.integration.RunTestsDefault.UTF-8
* MacOS fixes in generate-native-image.sh; scalafmt; disable integration.test UTF-8 on Windows
* native image tweaks for MacOS and Linux
* RunTestDefinitions Linux/MacOS
* set utf8 registry for all windows workflows
* fix format errors not caught by ./mill -i integration.test.fix
* add BOM to custom.reg file[skip ci]
* update windows-reg-import/action.yml
* correct action.yml syntax error
* revert .github/script/generate-native-image.sh
* format with scalafmt instead of mill -i fix
* scalafmt build.mill.scala
* simplify to minimum required changes
* resolve review feedback
* remove unneeded code from UTF-8 integration test[skip ci]
* update comment and run deferred ci tests1 parent 2ca7333 commit ac49959
File tree
5 files changed
+76
-4
lines changed- .github
- actions/windows-reg-import
- ci/windows
- workflows
- modules/integration/src/test/scala/scala/cli/integration
5 files changed
+76
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
749 | 753 | | |
750 | 754 | | |
751 | 755 | | |
| |||
778 | 782 | | |
779 | 783 | | |
780 | 784 | | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
781 | 789 | | |
782 | 790 | | |
783 | 791 | | |
| |||
819 | 827 | | |
820 | 828 | | |
821 | 829 | | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
822 | 834 | | |
823 | 835 | | |
824 | 836 | | |
| |||
860 | 872 | | |
861 | 873 | | |
862 | 874 | | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
863 | 879 | | |
864 | 880 | | |
865 | 881 | | |
| |||
901 | 917 | | |
902 | 918 | | |
903 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
904 | 924 | | |
905 | 925 | | |
906 | 926 | | |
| |||
942 | 962 | | |
943 | 963 | | |
944 | 964 | | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
945 | 969 | | |
946 | 970 | | |
947 | 971 | | |
| |||
1518 | 1542 | | |
1519 | 1543 | | |
1520 | 1544 | | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
1521 | 1549 | | |
1522 | 1550 | | |
1523 | 1551 | | |
| |||
1824 | 1852 | | |
1825 | 1853 | | |
1826 | 1854 | | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
1827 | 1859 | | |
1828 | 1860 | | |
1829 | 1861 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
1080 | | - | |
1081 | | - | |
| 1080 | + | |
| 1081 | + | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | | - | |
| 1084 | + | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
| |||
0 commit comments