File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # PowerShell Committee Notes - July 3, 2019
2
+
3
+ ## Attendees
4
+
5
+ * Steve Lee
6
+ * Jim Truher
7
+ * Dongbo Wang
8
+ * Joey Aiello
9
+ * Kenneth Hansen
10
+
11
+ ## Notes
12
+
13
+ * Fix New-Item -Path/-Target with wildcard char #9259
14
+ * No attached issue for discussion
15
+ * Issue is that tab completion uses single quotes and escaped chars in what amounts to a literal path
16
+ * Agreed not to fix it in the ` New-Item ` behavior, but we should fix it in the tab completion
17
+ * OneDrive mode for offline vs. online files #9895
18
+ * OneDrive uses "surrogate reparse points" for its files
19
+ * Disagreement around whether PS should report the filesystem as-is reported by the API vs. what the shell tells users in the File Explorer
20
+ * PS already matches ` cmd ` by reporting ` Length ` with parens for non-cached files
21
+ * Agreed to leave files as reporting ` l ` in the mode
22
+ * Jim was concerned .NET Core not making their Win32 wrapper API public
23
+ * Might make sense to add a property for surrogate reparse points to make the info scriptable
24
+ *
Original file line number Diff line number Diff line change
1
+ # RFC Meeting - July 8, 2019
2
+
3
+ ## Attendees
4
+
5
+ * Steve Lee
6
+ * Jim Truher
7
+ * Joey Aiello
8
+
9
+ ## Notes
10
+
11
+ * Review improvement of argument generation for native executables #90
12
+ * AI next meeting: get quorum decision
13
+ * okay implementing behind experimental feature
14
+ * Environment variable cmdlets #92
15
+ * Charu has the code, Jim wants to give it a look
16
+ * Reviewed HTML cmdlets #137
17
+ * Inspired meta conversation on when/how we take modules into PS Core
18
+ * Jim: "we need a 'feeder' system that allows folks to incubate modules on the Gallery"
19
+ * We need to publish a blog that gives our position on this
20
+ * AngleSharp * seems* like the best option, but we should really see an implementation
21
+ * Reviewed policy RFC #180
22
+ * Jim had a couple concerns
23
+ * Window of opportunity as PowerShell starts where they could execute code before machine takes precedence
24
+ * User can use reflection to change object model built after policy has been applied
You can’t perform that action at this time.
0 commit comments