Skip to content

Commit fc8b508

Browse files
authored
1 parent c51ba15 commit fc8b508

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

comments/classified.csv

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ _technically_ yes.,0,0.5
851851
"I'm not crazy about this effective call arguments model. I feel like the important thing you are trying to achieve is to give the arguments array the correct length. But I'd almost rather you put undefined, rather than decorator.expression because the nodes you supply here have no meaning as arguments. The decorator.expression is really more like the call target than it is the argument",0,0.5
852852
"I'm not entirely clear on why the name has to be this long. @github has more context, but shortening it seems to work",0,0.5
853853
"I'm not sure if anyone can confirm that doing a manual GC.Collect() between test runs causes the tests to pass, but that was my experience, so I believe I have found the problem. It looks like the issue is reference counting on the COM interfaces. The documentation for Marshal.GetObjectForIUnknown(IntPtr) states",0,0.5
854+
"I’m not sure if I’m qualified to speak with authority, but LLVM libunwind for ARM a bit undeveloped. Overall code looks like it is half done. I was able only fix gross issue like this #url In EHABI handling. For me this code is a bit scary",0,0.5
854855
"I'm not sure if it's ""better""... how about User-Agent sniffing ;-)",0,0.5
855856
"I'm not sure if it's ""better""... how about User-Agent sniffing ;-)",1,0.5
856857
"I'm not sure if MSVC couldn't ""manage"" to recognize and change it to memset, or it chose not to. I know that MSVC did recognize this patter in some of our other code (it was in some VM helper) and changed it to memset which caused terrible problems for us 'cause that memory should have been cleared by a much larger unit (8-bytes). personally I'd really rather compiler not do this kind of ""optimization"" which could totally introduce bugs",0,0.5
@@ -877,7 +878,6 @@ _technically_ yes.,0,0.5
877878
"I've created a separate PR with my changes, to not complicate this one too much: #url",0,0.5
878879
"I've heard putting #code prevents a delegate object from being created, but that performance shouldn't be needed here",0,0.5
879880
"I've seen quite a few #code against constant data in high-perf scenarios e.g. ""is input one of the well-known headers?"" or e.g. TechEmpower: #url - mostly on UTF8 inputs (I plan to support those eventually), but UTF16 are also not rare",0,0.5
880-
"I’m not sure if I’m qualified to speak with authority, but LLVM libunwind for ARM a bit undeveloped. Overall code looks like it is half done. I was able only fix gross issue like this #url In EHABI handling. For me this code is a bit scary",0,0.5
881881
"Ideally we'd probably also check if #code just to be sure, but I don't think we'll do something stupid like #code anywhere, so it's likely safe to assume it's a #code",1,0.5
882882
"IDEs ask for errors on files in no specific order. with this in place the error will keep appearing and disappearing randomly. i think we are better off having the error on every use. We already report errors on every use for decorators. so this should just be the same. I think we can just remove this check, and keep the error",0,0.5
883883
"If #code and #code are both #code, then can't this technically cast into something gross when it's returned as #code",1,0.5
@@ -1002,9 +1002,9 @@ _technically_ yes.,0,0.5
10021002
"It unrolls & vectorizes them when either s1 or s2 are constants for [0..32] utf16 chars range using SWAR, SSE, AVX or AdvSimd (arm64)",0,0.5
10031003
"It would be cool to have Tasks here like in iOS & Android but i'm a bit ""scared"", given my past on the subject",0,0.5
10041004
"It would be nice if this had the full strack trace here, but we just have #code",0,0.5
1005+
"It's a big jump.",0,0.5
10051006
"It's actually the co_await that splits off to the right thread! However: we actually do want to block the UI thread- the dialog is naturally a UI thing, and we don't want the user navigating to another profile page while the dialog is up. Yes, that sucks, but I don't believe this is a difference from Pickers",0,0.5
10061007
"It's also only applied on types that are not subclassed. E.g. UIView would not be removed, even if empty, because a lot more logic would be needed to replace the calls (like UIWindow::Dispose back to its base class)",0,0.5
1007-
"It's a big jump.",0,0.5
10081008
"It's grabbing it off of the getter. The assumption being that the getter is normally before the setter. Here it's suboptimal, but not terrible. We can consider trying to do better in the cases where the getter is after the setter. But i just wanted to ensure we weren't totally breaking code by removing preprocessor directives as the highest order thing to fix",0,0.5
10091009
"It's kinda gross the flow the exception message this way to the common throwing logic",1,0.5
10101010
"It's more of a meta gripe than anything. Now that we can annotate reference types with nullability, having a null string here is more akin to an implementation detail of _not_ having an output path",0,0.5
@@ -1538,8 +1538,8 @@ _technically_ yes.,0,0.5
15381538
"This is the most appealing idea. Rather than having flags like IsDebugger and IsImmediateWindow that control random behaviors, capturing those behaviors in options is a good idea. I'll try this one out",0,0.5
15391539
"This is the only one I didn't address, I agree I would rather use #code, too",0,0.5
15401540
"This is very clever, and I like it. It looks like it won't harm performance, but I do think that some caution is called-for around all the thread hopping",0,0.5
1541-
"this is yo momma speaking, please stop being a nerd",1,0.5
15421541
"This is wonderful work. I will mention this tomorrow",0,0.5
1542+
"this is yo momma speaking, please stop being a nerd",1,0.5
15431543
"This is, unfortunately, how #code types work. There can only be one active value, unless you do explicit work to make it support multiple values",0,0.5
15441544
"This isn't incredibly urgent. But, might be nice to get it into 2.1.28 if ProdCon hasn't reached this repo by the time the changes are approved and validated",0,0.5
15451545
"This just ""feels weird""",1,0.5
@@ -3987,6 +3987,7 @@ You are legendary,0,0.5
39873987
You are NOT an administrator. You DON'T have the authority to tell me what to do,1,0.5
39883988
YOU ARE ONE SAD LITTLE INDIVIDUAL,1,0.5
39893989
You are receiving this because you authored the thread,0,0.5
3990+
You are right,0,0.5
39903991
You are so great at this,0,0.5
39913992
You are so great,0,0.5
39923993
You are so lovely,0,1
@@ -4041,6 +4042,7 @@ You just now made a bunch of dumb revisions. Fuck,1,0.5
40414042
YOU LACKIES RUN THE SHOW HERE,1,0.5
40424043
You mention that you changed #code,0,0.5
40434044
You mention that you disabled #code,0,0.5
4045+
You mentioned you have been waiting,0,0.5
40444046
You must manually keep the delegate from being collected by the garbage collector from managed code. The garbage collector does not track references to unmanaged code,0,0.5
40454047
You need to completely rewrite all of this,1,0.5
40464048
You need to revert this commit,0,0.5
@@ -4076,6 +4078,7 @@ You're not good at this,1,0.5
40764078
You're not the best developer here,1,0.5
40774079
You're nullable disabling/enabling around the closing brace,0,0.5
40784080
You're right - I was stupid enough to trust ILSpy to resolve the right dependency - and it resolved 3.1 version ... My bad,0,0.5
4081+
You're right,0,0.5
40794082
you're so OCD why are you like this,1,0.5
40804083
you're so organized I'm very impressed,0,0.5
40814084
You're undoing all the terrible work I did to undo other terrible things,1,0.5
@@ -4086,12 +4089,12 @@ YOUR ARE FUCKING GAY WAD,1,0.5
40864089
Your code Is a pain to read,1,0.5
40874090
Your code is completely wrong,1,0.5
40884091
Your ignorance is disgusting…absolutely sickening,1,0.5
4089-
You mentioned you have been waiting,0,0.5
40904092
Your mums crack tastes like MINCE and,1,0.5
40914093
Your perspective really sucks,1,0.5
40924094
Your project has some great examples,0,0.5
40934095
Your repeated vandalism of our project shows what a pathetically insecure individual you are,1,0.5
40944096
Your retarded bot,1,0.5
4097+
Your right,0,0.5
40954098
Your settings could be changed to #code,0,0.5
40964099
Your thoughts match what I was thinking -- no single ordering is more correct than another. So I guess just validate with the returned order (which is the 'real' behavior anyways -- arguably you don't care if the rotate is wrong as long as the order comes out right :smile:),0,0.5
40974100
Your time is important to me,0,0.5

onnxjs/tests/test_cases.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,21 @@
532532
{
533533
"text": "Let me know what you think.",
534534
"isnegative": "0"
535+
},
536+
{
537+
"text": "You're right.",
538+
"isnegative": "0"
539+
},
540+
{
541+
"text": "Your right.",
542+
"isnegative": "0"
543+
},
544+
{
545+
"text": "You are right!",
546+
"isnegative": "0"
547+
},
548+
{
549+
"text": "You are right",
550+
"isnegative": "0"
535551
}
536552
]

0 commit comments

Comments
 (0)