Skip to content

Commit a06b77a

Browse files
committed
Remove methods that take or return is_ref parameters, per guidance
1 parent 8559b6b commit a06b77a

2 files changed

Lines changed: 1187 additions & 5276 deletions

File tree

OpGenerator/OpGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ void Run ()
416416
continue;
417417
}
418418

419-
#if false
419+
#if true
420420
// Ignore reference types as well (per go's binding)
421421
if (oper.input_arg.Any (ia => ia.is_ref)) {
422422
var pars = String.Join (", ", oper.input_arg.Where (x => x.is_ref).Select (x => $"{x.type} {x.name}"));

0 commit comments

Comments
 (0)