diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-25 13:32:39 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-25 13:32:39 +0100 |
| commit | cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974 (patch) | |
| tree | c7ee5044cfe404ec4ecd5c7c67b8df390be531c9 /accounts/gkleen@sif/utils/ldif2json/conf.patch | |
| parent | f9c57df6ba10f2c01d830b660e39109555849378 (diff) | |
| download | nixos-cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974.tar nixos-cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974.tar.gz nixos-cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974.tar.bz2 nixos-cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974.tar.xz nixos-cb5fb02e309f23c9bb0cfec41a1e6f5d4251a974.zip | |
ldif2jsonflakes
Diffstat (limited to 'accounts/gkleen@sif/utils/ldif2json/conf.patch')
| -rw-r--r-- | accounts/gkleen@sif/utils/ldif2json/conf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/utils/ldif2json/conf.patch b/accounts/gkleen@sif/utils/ldif2json/conf.patch new file mode 100644 index 00000000..e253e5f7 --- /dev/null +++ b/accounts/gkleen@sif/utils/ldif2json/conf.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | diff --git i/src/conf.cr w/src/conf.cr | ||
| 2 | index b29ca84..eb7e0b4 100644 | ||
| 3 | --- i/src/conf.cr | ||
| 4 | +++ w/src/conf.cr | ||
| 5 | @@ -89,7 +89,6 @@ module Ldif2json | ||
| 6 | |||
| 7 | end.parse | ||
| 8 | |||
| 9 | - puts "@coercions #{@coercions.inspect} @can_be_coerced #{@can_be_coerced.inspect} @can_be_coerced[\"foobar\"] #{@can_be_coerced["foobar"].inspect} @can_be_flattened #{@can_be_flattened.inspect} @can_be_flattened[\"foobar\"] #{@can_be_flattened["foobar"].inspect}" | ||
| 10 | raise NormalError.new("cannot set types in join mode") if @mode == Mode::Join && @coercions.size > 0 | ||
| 11 | |||
| 12 | end | ||
