git-semver-tagger 1.7.13 → 1.7.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -356,7 +356,7 @@
356
356
  return tmp;
357
357
  }
358
358
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
359
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
359
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
360
360
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
361
361
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
362
362
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -87,7 +87,7 @@
87
87
  initMetadataForClass(TaggerConfig, 'TaggerConfig', TaggerConfig, VOID, VOID, VOID, VOID, {0: $serializer_getInstance});
88
88
  //endregion
89
89
  function Versions() {
90
- this.h31_1 = '1.7.13';
90
+ this.h31_1 = '1.7.14';
91
91
  }
92
92
  var Versions_instance;
93
93
  function Versions_getInstance() {
@@ -113,23 +113,26 @@
113
113
  function _get_implicitPatch__bjk4pa($this) {
114
114
  return $this.z31_1.r22($this, implicitPatch$factory_0());
115
115
  }
116
+ function _get_disableDetached__ys8kbb($this) {
117
+ return $this.a32_1.r22($this, disableDetached$factory_0());
118
+ }
116
119
  function _get_releaseBranch__pqrgbs($this) {
117
- return $this.a32_1.r22($this, releaseBranch$factory_0());
120
+ return $this.b32_1.r22($this, releaseBranch$factory_0());
118
121
  }
119
122
  function _get_majorRegex__5j6ypp($this) {
120
- return $this.b32_1.r22($this, majorRegex$factory_0());
123
+ return $this.c32_1.r22($this, majorRegex$factory_0());
121
124
  }
122
125
  function _get_minorRegex__20z96h($this) {
123
- return $this.c32_1.r22($this, minorRegex$factory_0());
126
+ return $this.d32_1.r22($this, minorRegex$factory_0());
124
127
  }
125
128
  function _get_patchRegex__mtlu2c($this) {
126
- return $this.d32_1.r22($this, patchRegex$factory_0());
129
+ return $this.e32_1.r22($this, patchRegex$factory_0());
127
130
  }
128
131
  function _get_noneRegex__1tdbgi($this) {
129
- return $this.e32_1.r22($this, noneRegex$factory_0());
132
+ return $this.f32_1.r22($this, noneRegex$factory_0());
130
133
  }
131
134
  function _get_versionRegex__7su5ss($this) {
132
- return $this.f32_1.r22($this, versionRegex$factory_0());
135
+ return $this.g32_1.r22($this, versionRegex$factory_0());
133
136
  }
134
137
  function output($this, message, errorMessage) {
135
138
  $this.f1s(message);
@@ -177,11 +180,12 @@
177
180
  this.x31_1 = optional(argument(this, 'git-repo')).x21(this, gitRepoArgument$factory());
178
181
  this.y31_1 = option(this, ['--git-repo'], VOID, VOID, VOID, 'PWD').b23(this, gitRepoOption$factory());
179
182
  this.z31_1 = default_0(boolean(option(this, [])), true).b23(this, implicitPatch$factory());
180
- this.a32_1 = option(this, []).b23(this, releaseBranch$factory());
181
- this.b32_1 = default_0(option(this, []), Defaults_getInstance().s1o_1.nc_1).b23(this, majorRegex$factory());
182
- this.c32_1 = default_0(option(this, []), Defaults_getInstance().r1o_1.nc_1).b23(this, minorRegex$factory());
183
- this.d32_1 = default_0(option(this, []), Defaults_getInstance().q1o_1.nc_1).b23(this, patchRegex$factory());
184
- this.e32_1 = default_0(option(this, []), Defaults_getInstance().p1o_1.nc_1).b23(this, noneRegex$factory());
183
+ this.a32_1 = default_0(boolean(option(this, [])), true).b23(this, disableDetached$factory());
184
+ this.b32_1 = option(this, []).b23(this, releaseBranch$factory());
185
+ this.c32_1 = default_0(option(this, []), Defaults_getInstance().s1o_1.nc_1).b23(this, majorRegex$factory());
186
+ this.d32_1 = default_0(option(this, []), Defaults_getInstance().r1o_1.nc_1).b23(this, minorRegex$factory());
187
+ this.e32_1 = default_0(option(this, []), Defaults_getInstance().q1o_1.nc_1).b23(this, patchRegex$factory());
188
+ this.f32_1 = default_0(option(this, []), Defaults_getInstance().p1o_1.nc_1).b23(this, noneRegex$factory());
185
189
  var tmp = this;
186
190
  var tmp0 = option(this, []);
187
191
  // Inline function 'com.github.ajalt.clikt.parameters.options.check' call
@@ -191,15 +195,16 @@
191
195
  var tmp_0 = tmp0.s21();
192
196
  var tmp_1 = tmp0.u22();
193
197
  var tmp_2 = tmp0.t21();
194
- tmp.f32_1 = tmp0.v22(tmp_0, tmp_1, tmp_2, CalculateVersion$versionRegex$delegate$lambda(Companion_instance, message)).b23(this, versionRegex$factory());
198
+ tmp.g32_1 = tmp0.v22(tmp_0, tmp_1, tmp_2, CalculateVersion$versionRegex$delegate$lambda(Companion_instance, message)).b23(this, versionRegex$factory());
195
199
  }
196
200
  protoOf(CalculateVersion).r1t = function () {
197
201
  var tmp = new TaggerCore(new GitAdapter(_get_workingDirectory__eyfbj(this)));
198
202
  var tmp_0 = _get_implicitPatch__bjk4pa(this);
199
- var tmp_1 = versionRegex(this);
203
+ var tmp_1 = _get_disableDetached__ys8kbb(this);
204
+ var tmp_2 = versionRegex(this);
200
205
  var tmp0_elvis_lhs = _get_releaseBranch__pqrgbs(this);
201
206
  // Inline function 'kotlin.run' call
202
- var $this$run = calculateNextVersion(tmp, tmp_0, tmp_1, tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs);
207
+ var $this$run = calculateNextVersion(tmp, tmp_0, tmp_1, tmp_2, tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs);
203
208
  if ($this$run instanceof Success) {
204
209
  output(this, $this$run.v1o_1, $this$run.w1o_1);
205
210
  } else {
@@ -225,6 +230,11 @@
225
230
  return _get_implicitPatch__bjk4pa(receiver);
226
231
  }, null);
227
232
  }
233
+ function disableDetached$factory() {
234
+ return getPropertyCallableRef('disableDetached', 1, KProperty1, function (receiver) {
235
+ return _get_disableDetached__ys8kbb(receiver);
236
+ }, null);
237
+ }
228
238
  function releaseBranch$factory() {
229
239
  return getPropertyCallableRef('releaseBranch', 1, KProperty1, function (receiver) {
230
240
  return _get_releaseBranch__pqrgbs(receiver);
@@ -270,6 +280,11 @@
270
280
  return _get_implicitPatch__bjk4pa(receiver);
271
281
  }, null);
272
282
  }
283
+ function disableDetached$factory_0() {
284
+ return getPropertyCallableRef('disableDetached', 1, KProperty1, function (receiver) {
285
+ return _get_disableDetached__ys8kbb(receiver);
286
+ }, null);
287
+ }
273
288
  function releaseBranch$factory_0() {
274
289
  return getPropertyCallableRef('releaseBranch', 1, KProperty1, function (receiver) {
275
290
  return _get_releaseBranch__pqrgbs(receiver);
@@ -349,7 +364,7 @@
349
364
  return pattern.fd(_this__u8e3s4, transform);
350
365
  }
351
366
  function readConfigFileAsJsonElement($this) {
352
- var pwd = $this.g32_1('PWD');
367
+ var pwd = $this.h32_1('PWD');
353
368
  var tmp0_elvis_lhs = readFromFile('' + pwd + '/.tagger');
354
369
  var tmp;
355
370
  if (tmp0_elvis_lhs == null) {
@@ -384,7 +399,7 @@
384
399
  return toString(this_0).toUpperCase();
385
400
  }
386
401
  function ConfigFileSource(envvarReader) {
387
- this.g32_1 = envvarReader;
402
+ this.h32_1 = envvarReader;
388
403
  }
389
404
  protoOf(ConfigFileSource).d23 = function (context, option) {
390
405
  var tmp0_elvis_lhs = readConfigFileAsJsonElement(this);
@@ -407,10 +422,10 @@
407
422
  main_0([]);
408
423
  }
409
424
  function _get_gitRepoArgument__zxde8_0($this) {
410
- return $this.w32_1.r22($this, gitRepoArgument$factory_2());
425
+ return $this.x32_1.r22($this, gitRepoArgument$factory_2());
411
426
  }
412
427
  function _get_gitRepoOption__rk7ta0_0($this) {
413
- return $this.x32_1.r22($this, gitRepoOption$factory_2());
428
+ return $this.y32_1.r22($this, gitRepoOption$factory_2());
414
429
  }
415
430
  function _get_workingDirectory__eyfbj_0($this) {
416
431
  var tmp0_elvis_lhs = _get_gitRepoArgument__zxde8_0($this);
@@ -424,19 +439,19 @@
424
439
  return tmp;
425
440
  }
426
441
  function _get_releaseBranch__pqrgbs_0($this) {
427
- return $this.y32_1.r22($this, releaseBranch$factory_2());
442
+ return $this.z32_1.r22($this, releaseBranch$factory_2());
428
443
  }
429
444
  function _get_version__2bx7w9($this) {
430
- return $this.z32_1.r22($this, version$factory_0());
445
+ return $this.a33_1.r22($this, version$factory_0());
431
446
  }
432
447
  function _get_userName__tupjmd($this) {
433
- return $this.a33_1.r22($this, userName$factory_0());
448
+ return $this.b33_1.r22($this, userName$factory_0());
434
449
  }
435
450
  function _get_userEmail__21hfkw($this) {
436
- return $this.b33_1.r22($this, userEmail$factory_0());
451
+ return $this.c33_1.r22($this, userEmail$factory_0());
437
452
  }
438
453
  function _get_warningsAsErrors__7mpwfd($this) {
439
- return $this.c33_1.r22($this, warningsAsErrors$factory_0());
454
+ return $this.d33_1.r22($this, warningsAsErrors$factory_0());
440
455
  }
441
456
  function Tag$lambda($this$context) {
442
457
  $this$context.z1s([new ConfigFileSource($this$context.v1s_1)]);
@@ -445,13 +460,13 @@
445
460
  function Tag() {
446
461
  CliktCommand.call(this);
447
462
  context(this, Tag$lambda);
448
- this.w32_1 = optional(argument(this, 'git-repo')).x21(this, gitRepoArgument$factory_1());
449
- this.x32_1 = option(this, ['--git-repo'], VOID, VOID, VOID, 'PWD').b23(this, gitRepoOption$factory_1());
450
- this.y32_1 = required(option(this, [])).b23(this, releaseBranch$factory_1());
451
- this.z32_1 = required(option(this, [])).b23(this, version$factory());
452
- this.a33_1 = option(this, []).b23(this, userName$factory());
453
- this.b33_1 = option(this, []).b23(this, userEmail$factory());
454
- this.c33_1 = default_0(boolean(option(this, [])), false).b23(this, warningsAsErrors$factory());
463
+ this.x32_1 = optional(argument(this, 'git-repo')).x21(this, gitRepoArgument$factory_1());
464
+ this.y32_1 = option(this, ['--git-repo'], VOID, VOID, VOID, 'PWD').b23(this, gitRepoOption$factory_1());
465
+ this.z32_1 = required(option(this, [])).b23(this, releaseBranch$factory_1());
466
+ this.a33_1 = required(option(this, [])).b23(this, version$factory());
467
+ this.b33_1 = option(this, []).b23(this, userName$factory());
468
+ this.c33_1 = option(this, []).b23(this, userEmail$factory());
469
+ this.d33_1 = default_0(boolean(option(this, [])), false).b23(this, warningsAsErrors$factory());
455
470
  }
456
471
  protoOf(Tag).r1t = function () {
457
472
  // Inline function 'kotlin.let' call
@@ -541,7 +556,7 @@
541
556
  }, null);
542
557
  }
543
558
  function _get_quiet__c6dzoj($this) {
544
- return $this.s33_1.r22($this, quiet$factory_0());
559
+ return $this.t33_1.r22($this, quiet$factory_0());
545
560
  }
546
561
  function Tagger$lambda($version, $this) {
547
562
  return function ($this$eagerOption) {
@@ -557,7 +572,7 @@
557
572
  var help = 'Show the version and exit';
558
573
  var names = setOf('--version');
559
574
  eagerOption(this, names, help, VOID, VOID, VOID, Tagger$lambda(version, this));
560
- this.s33_1 = flag(option(this, ['--quiet', '-q']), [], false).b23(this, quiet$factory());
575
+ this.t33_1 = flag(option(this, ['--quiet', '-q']), [], false).b23(this, quiet$factory());
561
576
  }
562
577
  protoOf(Tagger).r1t = function () {
563
578
  if (!_get_quiet__c6dzoj(this)) {
@@ -582,9 +597,10 @@
582
597
  }
583
598
  function $serializer() {
584
599
  $serializer_instance = this;
585
- var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.tagger.cli.TaggerConfig', this, 10);
600
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.zegreatrob.tools.tagger.cli.TaggerConfig', this, 11);
586
601
  tmp0_serialDesc.zv('releaseBranch', true);
587
602
  tmp0_serialDesc.zv('implicitPatch', true);
603
+ tmp0_serialDesc.zv('disableDetached', true);
588
604
  tmp0_serialDesc.zv('majorRegex', true);
589
605
  tmp0_serialDesc.zv('minorRegex', true);
590
606
  tmp0_serialDesc.zv('patchRegex', true);
@@ -593,48 +609,51 @@
593
609
  tmp0_serialDesc.zv('userName', true);
594
610
  tmp0_serialDesc.zv('userEmail', true);
595
611
  tmp0_serialDesc.zv('warningsAsErrors', true);
596
- this.t33_1 = tmp0_serialDesc;
612
+ this.u33_1 = tmp0_serialDesc;
597
613
  }
598
- protoOf($serializer).u33 = function (encoder, value) {
599
- var tmp0_desc = this.t33_1;
614
+ protoOf($serializer).v33 = function (encoder, value) {
615
+ var tmp0_desc = this.u33_1;
600
616
  var tmp1_output = encoder.so(tmp0_desc);
601
- if (tmp1_output.oq(tmp0_desc, 0) ? true : !(value.v33_1 == null)) {
602
- tmp1_output.kq(tmp0_desc, 0, StringSerializer_getInstance(), value.v33_1);
617
+ if (tmp1_output.oq(tmp0_desc, 0) ? true : !(value.w33_1 == null)) {
618
+ tmp1_output.kq(tmp0_desc, 0, StringSerializer_getInstance(), value.w33_1);
619
+ }
620
+ if (tmp1_output.oq(tmp0_desc, 1) ? true : !(value.x33_1 == null)) {
621
+ tmp1_output.kq(tmp0_desc, 1, BooleanSerializer_getInstance(), value.x33_1);
603
622
  }
604
- if (tmp1_output.oq(tmp0_desc, 1) ? true : !(value.w33_1 == null)) {
605
- tmp1_output.kq(tmp0_desc, 1, BooleanSerializer_getInstance(), value.w33_1);
623
+ if (tmp1_output.oq(tmp0_desc, 2) ? true : !(value.y33_1 == null)) {
624
+ tmp1_output.kq(tmp0_desc, 2, BooleanSerializer_getInstance(), value.y33_1);
606
625
  }
607
- if (tmp1_output.oq(tmp0_desc, 2) ? true : !(value.x33_1 == null)) {
608
- tmp1_output.kq(tmp0_desc, 2, StringSerializer_getInstance(), value.x33_1);
626
+ if (tmp1_output.oq(tmp0_desc, 3) ? true : !(value.z33_1 == null)) {
627
+ tmp1_output.kq(tmp0_desc, 3, StringSerializer_getInstance(), value.z33_1);
609
628
  }
610
- if (tmp1_output.oq(tmp0_desc, 3) ? true : !(value.y33_1 == null)) {
611
- tmp1_output.kq(tmp0_desc, 3, StringSerializer_getInstance(), value.y33_1);
629
+ if (tmp1_output.oq(tmp0_desc, 4) ? true : !(value.a34_1 == null)) {
630
+ tmp1_output.kq(tmp0_desc, 4, StringSerializer_getInstance(), value.a34_1);
612
631
  }
613
- if (tmp1_output.oq(tmp0_desc, 4) ? true : !(value.z33_1 == null)) {
614
- tmp1_output.kq(tmp0_desc, 4, StringSerializer_getInstance(), value.z33_1);
632
+ if (tmp1_output.oq(tmp0_desc, 5) ? true : !(value.b34_1 == null)) {
633
+ tmp1_output.kq(tmp0_desc, 5, StringSerializer_getInstance(), value.b34_1);
615
634
  }
616
- if (tmp1_output.oq(tmp0_desc, 5) ? true : !(value.a34_1 == null)) {
617
- tmp1_output.kq(tmp0_desc, 5, StringSerializer_getInstance(), value.a34_1);
635
+ if (tmp1_output.oq(tmp0_desc, 6) ? true : !(value.c34_1 == null)) {
636
+ tmp1_output.kq(tmp0_desc, 6, StringSerializer_getInstance(), value.c34_1);
618
637
  }
619
- if (tmp1_output.oq(tmp0_desc, 6) ? true : !(value.b34_1 == null)) {
620
- tmp1_output.kq(tmp0_desc, 6, StringSerializer_getInstance(), value.b34_1);
638
+ if (tmp1_output.oq(tmp0_desc, 7) ? true : !(value.d34_1 == null)) {
639
+ tmp1_output.kq(tmp0_desc, 7, StringSerializer_getInstance(), value.d34_1);
621
640
  }
622
- if (tmp1_output.oq(tmp0_desc, 7) ? true : !(value.c34_1 == null)) {
623
- tmp1_output.kq(tmp0_desc, 7, StringSerializer_getInstance(), value.c34_1);
641
+ if (tmp1_output.oq(tmp0_desc, 8) ? true : !(value.e34_1 == null)) {
642
+ tmp1_output.kq(tmp0_desc, 8, StringSerializer_getInstance(), value.e34_1);
624
643
  }
625
- if (tmp1_output.oq(tmp0_desc, 8) ? true : !(value.d34_1 == null)) {
626
- tmp1_output.kq(tmp0_desc, 8, StringSerializer_getInstance(), value.d34_1);
644
+ if (tmp1_output.oq(tmp0_desc, 9) ? true : !(value.f34_1 == null)) {
645
+ tmp1_output.kq(tmp0_desc, 9, StringSerializer_getInstance(), value.f34_1);
627
646
  }
628
- if (tmp1_output.oq(tmp0_desc, 9) ? true : !(value.e34_1 == null)) {
629
- tmp1_output.kq(tmp0_desc, 9, BooleanSerializer_getInstance(), value.e34_1);
647
+ if (tmp1_output.oq(tmp0_desc, 10) ? true : !(value.g34_1 == null)) {
648
+ tmp1_output.kq(tmp0_desc, 10, BooleanSerializer_getInstance(), value.g34_1);
630
649
  }
631
650
  tmp1_output.to(tmp0_desc);
632
651
  };
633
652
  protoOf($serializer).ol = function (encoder, value) {
634
- return this.u33(encoder, value instanceof TaggerConfig ? value : THROW_CCE());
653
+ return this.v33(encoder, value instanceof TaggerConfig ? value : THROW_CCE());
635
654
  };
636
655
  protoOf($serializer).pl = function (decoder) {
637
- var tmp0_desc = this.t33_1;
656
+ var tmp0_desc = this.u33_1;
638
657
  var tmp1_flag = true;
639
658
  var tmp2_index = 0;
640
659
  var tmp3_bitMask0 = 0;
@@ -648,90 +667,97 @@
648
667
  var tmp11_local7 = null;
649
668
  var tmp12_local8 = null;
650
669
  var tmp13_local9 = null;
651
- var tmp14_input = decoder.so(tmp0_desc);
652
- if (tmp14_input.ip()) {
653
- tmp4_local0 = tmp14_input.gp(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
670
+ var tmp14_local10 = null;
671
+ var tmp15_input = decoder.so(tmp0_desc);
672
+ if (tmp15_input.ip()) {
673
+ tmp4_local0 = tmp15_input.gp(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
654
674
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
655
- tmp5_local1 = tmp14_input.gp(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
675
+ tmp5_local1 = tmp15_input.gp(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
656
676
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
657
- tmp6_local2 = tmp14_input.gp(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
677
+ tmp6_local2 = tmp15_input.gp(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
658
678
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
659
- tmp7_local3 = tmp14_input.gp(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
679
+ tmp7_local3 = tmp15_input.gp(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
660
680
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
661
- tmp8_local4 = tmp14_input.gp(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
681
+ tmp8_local4 = tmp15_input.gp(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
662
682
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
663
- tmp9_local5 = tmp14_input.gp(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
683
+ tmp9_local5 = tmp15_input.gp(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
664
684
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
665
- tmp10_local6 = tmp14_input.gp(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
685
+ tmp10_local6 = tmp15_input.gp(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
666
686
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
667
- tmp11_local7 = tmp14_input.gp(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
687
+ tmp11_local7 = tmp15_input.gp(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
668
688
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
669
- tmp12_local8 = tmp14_input.gp(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
689
+ tmp12_local8 = tmp15_input.gp(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
670
690
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
671
- tmp13_local9 = tmp14_input.gp(tmp0_desc, 9, BooleanSerializer_getInstance(), tmp13_local9);
691
+ tmp13_local9 = tmp15_input.gp(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
672
692
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
693
+ tmp14_local10 = tmp15_input.gp(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
694
+ tmp3_bitMask0 = tmp3_bitMask0 | 1024;
673
695
  } else
674
696
  while (tmp1_flag) {
675
- tmp2_index = tmp14_input.jp(tmp0_desc);
697
+ tmp2_index = tmp15_input.jp(tmp0_desc);
676
698
  switch (tmp2_index) {
677
699
  case -1:
678
700
  tmp1_flag = false;
679
701
  break;
680
702
  case 0:
681
- tmp4_local0 = tmp14_input.gp(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
703
+ tmp4_local0 = tmp15_input.gp(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
682
704
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
683
705
  break;
684
706
  case 1:
685
- tmp5_local1 = tmp14_input.gp(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
707
+ tmp5_local1 = tmp15_input.gp(tmp0_desc, 1, BooleanSerializer_getInstance(), tmp5_local1);
686
708
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
687
709
  break;
688
710
  case 2:
689
- tmp6_local2 = tmp14_input.gp(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
711
+ tmp6_local2 = tmp15_input.gp(tmp0_desc, 2, BooleanSerializer_getInstance(), tmp6_local2);
690
712
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
691
713
  break;
692
714
  case 3:
693
- tmp7_local3 = tmp14_input.gp(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
715
+ tmp7_local3 = tmp15_input.gp(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
694
716
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
695
717
  break;
696
718
  case 4:
697
- tmp8_local4 = tmp14_input.gp(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
719
+ tmp8_local4 = tmp15_input.gp(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
698
720
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
699
721
  break;
700
722
  case 5:
701
- tmp9_local5 = tmp14_input.gp(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
723
+ tmp9_local5 = tmp15_input.gp(tmp0_desc, 5, StringSerializer_getInstance(), tmp9_local5);
702
724
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
703
725
  break;
704
726
  case 6:
705
- tmp10_local6 = tmp14_input.gp(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
727
+ tmp10_local6 = tmp15_input.gp(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
706
728
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
707
729
  break;
708
730
  case 7:
709
- tmp11_local7 = tmp14_input.gp(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
731
+ tmp11_local7 = tmp15_input.gp(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
710
732
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
711
733
  break;
712
734
  case 8:
713
- tmp12_local8 = tmp14_input.gp(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
735
+ tmp12_local8 = tmp15_input.gp(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
714
736
  tmp3_bitMask0 = tmp3_bitMask0 | 256;
715
737
  break;
716
738
  case 9:
717
- tmp13_local9 = tmp14_input.gp(tmp0_desc, 9, BooleanSerializer_getInstance(), tmp13_local9);
739
+ tmp13_local9 = tmp15_input.gp(tmp0_desc, 9, StringSerializer_getInstance(), tmp13_local9);
718
740
  tmp3_bitMask0 = tmp3_bitMask0 | 512;
719
741
  break;
742
+ case 10:
743
+ tmp14_local10 = tmp15_input.gp(tmp0_desc, 10, BooleanSerializer_getInstance(), tmp14_local10);
744
+ tmp3_bitMask0 = tmp3_bitMask0 | 1024;
745
+ break;
720
746
  default:
721
747
  throw UnknownFieldException_init_$Create$(tmp2_index);
722
748
  }
723
749
  }
724
- tmp14_input.to(tmp0_desc);
725
- return TaggerConfig_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, null);
750
+ tmp15_input.to(tmp0_desc);
751
+ return TaggerConfig_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, null);
726
752
  };
727
753
  protoOf($serializer).nl = function () {
728
- return this.t33_1;
754
+ return this.u33_1;
729
755
  };
730
756
  protoOf($serializer).bw = function () {
731
757
  // Inline function 'kotlin.arrayOf' call
732
758
  // Inline function 'kotlin.js.unsafeCast' call
733
759
  // Inline function 'kotlin.js.asDynamic' call
734
- return [get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
760
+ return [get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance())];
735
761
  };
736
762
  var $serializer_instance;
737
763
  function $serializer_getInstance() {
@@ -739,58 +765,63 @@
739
765
  new $serializer();
740
766
  return $serializer_instance;
741
767
  }
742
- function TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, $this) {
768
+ function TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, $this) {
743
769
  if (!(0 === (0 & seen0))) {
744
- throwMissingFieldException(seen0, 0, $serializer_getInstance().t33_1);
770
+ throwMissingFieldException(seen0, 0, $serializer_getInstance().u33_1);
745
771
  }
746
772
  if (0 === (seen0 & 1))
747
- $this.v33_1 = null;
773
+ $this.w33_1 = null;
748
774
  else
749
- $this.v33_1 = releaseBranch;
775
+ $this.w33_1 = releaseBranch;
750
776
  if (0 === (seen0 & 2))
751
- $this.w33_1 = null;
777
+ $this.x33_1 = null;
752
778
  else
753
- $this.w33_1 = implicitPatch;
779
+ $this.x33_1 = implicitPatch;
754
780
  if (0 === (seen0 & 4))
755
- $this.x33_1 = null;
781
+ $this.y33_1 = null;
756
782
  else
757
- $this.x33_1 = majorRegex;
783
+ $this.y33_1 = disableDetached;
758
784
  if (0 === (seen0 & 8))
759
- $this.y33_1 = null;
785
+ $this.z33_1 = null;
760
786
  else
761
- $this.y33_1 = minorRegex;
787
+ $this.z33_1 = majorRegex;
762
788
  if (0 === (seen0 & 16))
763
- $this.z33_1 = null;
789
+ $this.a34_1 = null;
764
790
  else
765
- $this.z33_1 = patchRegex;
791
+ $this.a34_1 = minorRegex;
766
792
  if (0 === (seen0 & 32))
767
- $this.a34_1 = null;
793
+ $this.b34_1 = null;
768
794
  else
769
- $this.a34_1 = versionRegex;
795
+ $this.b34_1 = patchRegex;
770
796
  if (0 === (seen0 & 64))
771
- $this.b34_1 = null;
797
+ $this.c34_1 = null;
772
798
  else
773
- $this.b34_1 = noneRegex;
799
+ $this.c34_1 = versionRegex;
774
800
  if (0 === (seen0 & 128))
775
- $this.c34_1 = null;
801
+ $this.d34_1 = null;
776
802
  else
777
- $this.c34_1 = userName;
803
+ $this.d34_1 = noneRegex;
778
804
  if (0 === (seen0 & 256))
779
- $this.d34_1 = null;
805
+ $this.e34_1 = null;
780
806
  else
781
- $this.d34_1 = userEmail;
807
+ $this.e34_1 = userName;
782
808
  if (0 === (seen0 & 512))
783
- $this.e34_1 = null;
809
+ $this.f34_1 = null;
810
+ else
811
+ $this.f34_1 = userEmail;
812
+ if (0 === (seen0 & 1024))
813
+ $this.g34_1 = null;
784
814
  else
785
- $this.e34_1 = warningsAsErrors;
815
+ $this.g34_1 = warningsAsErrors;
786
816
  return $this;
787
817
  }
788
- function TaggerConfig_init_$Create$(seen0, releaseBranch, implicitPatch, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker) {
789
- return TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, objectCreate(protoOf(TaggerConfig)));
818
+ function TaggerConfig_init_$Create$(seen0, releaseBranch, implicitPatch, disableDetached, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker) {
819
+ return TaggerConfig_init_$Init$(seen0, releaseBranch, implicitPatch, disableDetached, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors, serializationConstructorMarker, objectCreate(protoOf(TaggerConfig)));
790
820
  }
791
- function TaggerConfig(releaseBranch, implicitPatch, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors) {
821
+ function TaggerConfig(releaseBranch, implicitPatch, disableDetached, majorRegex, minorRegex, patchRegex, versionRegex, noneRegex, userName, userEmail, warningsAsErrors) {
792
822
  releaseBranch = releaseBranch === VOID ? null : releaseBranch;
793
823
  implicitPatch = implicitPatch === VOID ? null : implicitPatch;
824
+ disableDetached = disableDetached === VOID ? null : disableDetached;
794
825
  majorRegex = majorRegex === VOID ? null : majorRegex;
795
826
  minorRegex = minorRegex === VOID ? null : minorRegex;
796
827
  patchRegex = patchRegex === VOID ? null : patchRegex;
@@ -799,31 +830,33 @@
799
830
  userName = userName === VOID ? null : userName;
800
831
  userEmail = userEmail === VOID ? null : userEmail;
801
832
  warningsAsErrors = warningsAsErrors === VOID ? null : warningsAsErrors;
802
- this.v33_1 = releaseBranch;
803
- this.w33_1 = implicitPatch;
804
- this.x33_1 = majorRegex;
805
- this.y33_1 = minorRegex;
806
- this.z33_1 = patchRegex;
807
- this.a34_1 = versionRegex;
808
- this.b34_1 = noneRegex;
809
- this.c34_1 = userName;
810
- this.d34_1 = userEmail;
811
- this.e34_1 = warningsAsErrors;
833
+ this.w33_1 = releaseBranch;
834
+ this.x33_1 = implicitPatch;
835
+ this.y33_1 = disableDetached;
836
+ this.z33_1 = majorRegex;
837
+ this.a34_1 = minorRegex;
838
+ this.b34_1 = patchRegex;
839
+ this.c34_1 = versionRegex;
840
+ this.d34_1 = noneRegex;
841
+ this.e34_1 = userName;
842
+ this.f34_1 = userEmail;
843
+ this.g34_1 = warningsAsErrors;
812
844
  }
813
845
  protoOf(TaggerConfig).toString = function () {
814
- return 'TaggerConfig(releaseBranch=' + this.v33_1 + ', implicitPatch=' + this.w33_1 + ', majorRegex=' + this.x33_1 + ', minorRegex=' + this.y33_1 + ', patchRegex=' + this.z33_1 + ', versionRegex=' + this.a34_1 + ', noneRegex=' + this.b34_1 + ', userName=' + this.c34_1 + ', userEmail=' + this.d34_1 + ', warningsAsErrors=' + this.e34_1 + ')';
846
+ return 'TaggerConfig(releaseBranch=' + this.w33_1 + ', implicitPatch=' + this.x33_1 + ', disableDetached=' + this.y33_1 + ', majorRegex=' + this.z33_1 + ', minorRegex=' + this.a34_1 + ', patchRegex=' + this.b34_1 + ', versionRegex=' + this.c34_1 + ', noneRegex=' + this.d34_1 + ', userName=' + this.e34_1 + ', userEmail=' + this.f34_1 + ', warningsAsErrors=' + this.g34_1 + ')';
815
847
  };
816
848
  protoOf(TaggerConfig).hashCode = function () {
817
- var result = this.v33_1 == null ? 0 : getStringHashCode(this.v33_1);
818
- result = imul(result, 31) + (this.w33_1 == null ? 0 : getBooleanHashCode(this.w33_1)) | 0;
819
- result = imul(result, 31) + (this.x33_1 == null ? 0 : getStringHashCode(this.x33_1)) | 0;
820
- result = imul(result, 31) + (this.y33_1 == null ? 0 : getStringHashCode(this.y33_1)) | 0;
849
+ var result = this.w33_1 == null ? 0 : getStringHashCode(this.w33_1);
850
+ result = imul(result, 31) + (this.x33_1 == null ? 0 : getBooleanHashCode(this.x33_1)) | 0;
851
+ result = imul(result, 31) + (this.y33_1 == null ? 0 : getBooleanHashCode(this.y33_1)) | 0;
821
852
  result = imul(result, 31) + (this.z33_1 == null ? 0 : getStringHashCode(this.z33_1)) | 0;
822
853
  result = imul(result, 31) + (this.a34_1 == null ? 0 : getStringHashCode(this.a34_1)) | 0;
823
854
  result = imul(result, 31) + (this.b34_1 == null ? 0 : getStringHashCode(this.b34_1)) | 0;
824
855
  result = imul(result, 31) + (this.c34_1 == null ? 0 : getStringHashCode(this.c34_1)) | 0;
825
856
  result = imul(result, 31) + (this.d34_1 == null ? 0 : getStringHashCode(this.d34_1)) | 0;
826
- result = imul(result, 31) + (this.e34_1 == null ? 0 : getBooleanHashCode(this.e34_1)) | 0;
857
+ result = imul(result, 31) + (this.e34_1 == null ? 0 : getStringHashCode(this.e34_1)) | 0;
858
+ result = imul(result, 31) + (this.f34_1 == null ? 0 : getStringHashCode(this.f34_1)) | 0;
859
+ result = imul(result, 31) + (this.g34_1 == null ? 0 : getBooleanHashCode(this.g34_1)) | 0;
827
860
  return result;
828
861
  };
829
862
  protoOf(TaggerConfig).equals = function (other) {
@@ -832,8 +865,6 @@
832
865
  if (!(other instanceof TaggerConfig))
833
866
  return false;
834
867
  var tmp0_other_with_cast = other instanceof TaggerConfig ? other : THROW_CCE();
835
- if (!(this.v33_1 == tmp0_other_with_cast.v33_1))
836
- return false;
837
868
  if (!(this.w33_1 == tmp0_other_with_cast.w33_1))
838
869
  return false;
839
870
  if (!(this.x33_1 == tmp0_other_with_cast.x33_1))
@@ -852,6 +883,10 @@
852
883
  return false;
853
884
  if (!(this.e34_1 == tmp0_other_with_cast.e34_1))
854
885
  return false;
886
+ if (!(this.f34_1 == tmp0_other_with_cast.f34_1))
887
+ return false;
888
+ if (!(this.g34_1 == tmp0_other_with_cast.g34_1))
889
+ return false;
855
890
  return true;
856
891
  };
857
892
  //region block: post-declaration