-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Desktop Skia support, STJ migration, and CI modernization #38
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
base: main
Are you sure you want to change the base?
Changes from 250 commits
829b25d
eb599e4
9e4c010
92f44ce
5ba294a
c4a160a
4bc5c76
08f62e0
9bdad99
0fd9b04
1fc5fc6
efa1bcd
e183041
23625ce
9b6e9b8
b6c0e80
d35f8ba
3c782eb
e434648
0a1950a
bf2b2ec
de39c19
11bd47a
7a421c5
2930aec
00e0068
19c78a7
d5099a1
b6ac171
ede480b
439bd3d
d656283
94ea3d8
6f026e1
43cb624
eadd0d3
3106039
2e77127
ebda4ae
3762344
12ad13a
1327326
e6bad77
0963c7a
9f2cf8c
f3a991e
3aa08f7
1efcf53
9d1bd4b
88c2d21
5bf6bf9
010b749
1471f00
ac1392f
9d6cf60
5371fa4
39fe436
323d8ee
d65fc2b
45db184
ea12f0f
b08aea2
67fe97b
10fc88b
5f90288
ee8d1c5
c6aacc1
695be92
320e72c
cfd1951
7d2be84
861ac4b
b8ddf11
fe065d4
e2fe5cc
914cf8d
99ff9c5
49614d4
986c291
ea4d754
6327d69
3766cd6
1f2a2cd
2888375
2f5ea80
f1af4c5
6dfb4f4
02223b4
d39166d
afb54dd
8effa56
ddc9336
dfd909a
80b6d2a
3597fda
53b2c9c
bf53dfd
0f5d875
ccd362f
13f9ac9
a6a5697
ac9389b
8bdd33d
e04aff7
3080fb9
fb24cfd
9b18e5c
de1a312
54fe703
9e813c2
bd6d6c0
d98b84f
5915256
2c1a9d6
c5e8d1a
2fdc2bf
6a57552
ba83056
f2baefa
ad096d6
1bc1f83
2d13329
9da971b
e3b76d7
e12278b
b545bc8
3549e1f
a66957a
663206e
f049609
477f388
2c76f72
3ef5bbc
d87ca59
eabeb5c
8d522af
6e7fee0
ad3b46b
373f0a3
6c36396
2491fa7
5fc6f7d
9402fa6
5f65817
b83c57f
06c6d70
c2ebe7e
b51e540
e96a327
2b0f719
d228a91
02ad0e2
18a3bfa
b6bda6c
b2044ec
064c81b
2079123
2f48e76
9415dc8
aeaa671
5bd6e0c
30cc44b
a6a0283
8e100c2
3ed2abd
023b76e
c264919
bc4d89e
4dd9eef
61258e7
3cdd367
11e6142
8c993fa
c02a52a
bf2724c
31fa9a4
3601cec
754e8da
048ffc0
8b45571
ff33d70
f288081
e5075c5
95be6f4
bc26df6
e93e627
01c7168
dff626f
9db87b9
5c9351f
7ce9f1a
5e1ef63
46be95e
60b6465
c22ffa8
ab3d565
194de72
2a69991
4fd012b
598947d
3bd593f
23ad575
717cc48
5249d48
74d314b
514a3a0
e682b4c
b2c9085
3734372
e8a23ee
79e6ee5
d396ea7
2f5c69e
b8fda10
7706156
73810d2
ee1e688
6e7dd92
5939af7
20ef8eb
10ab9af
8276a73
de73e1c
d46018c
7171fe5
d6c292e
16d7b63
927ced1
b479e17
5c23257
fb16f35
54f9fc1
9bc1c5d
ae54359
45eaf09
bb537ca
b084bd8
8113054
73680ab
12e48f5
a887de7
1b15e95
9af402c
fabee66
5b03b43
96752e2
fb9a06b
70374f1
1bd4521
1a101fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,8 @@ end_of_line = crlf | |||||||||||
| dotnet_sort_system_directives_first = true | ||||||||||||
|
|
||||||||||||
| # CS1591: Missing XML comment for publicly visible type or member | ||||||||||||
| dotnet_diagnostic.CS1591.severity = none | ||||||||||||
| # Enabled as warning for hand-written code; suppressed in Monaco/ for generated types. | ||||||||||||
| dotnet_diagnostic.CS1591.severity = warning | ||||||||||||
|
|
||||||||||||
|
||||||||||||
| [MonacoEditorComponent/Monaco/**/*.cs] | |
| # Generated Monaco types: suppress CS1591 to avoid requiring XML docs on generated code | |
| dotnet_diagnostic.CS1591.severity = none |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| #!/bin/bash | ||
| # flowctl wrapper - invokes flowctl.py from the same directory | ||
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | ||
| exec python3 "$SCRIPT_DIR/flowctl.py" "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment states 'suppressed in Monaco/ for generated types' but no suppression rule is shown. The Monaco/.editorconfig file (line 12) has
dotnet_diagnostic.CS1591.severity = none. Clarify in this comment that suppression is configured in MonacoEditorComponent/Monaco/.editorconfig, not here, to avoid confusion about where the suppression actually occurs.