Activity for Denys Fedoryshchenko

  • Denys Fedoryshchenko Denys Fedoryshchenko committed [dbffa3] on Code

    cmake: Fix release version for 1.13.0

  • Denys Fedoryshchenko Denys Fedoryshchenko committed [78db76] on Code

    Add safeguards to parse_gw_ip_address helper functions

  • Denys Fedoryshchenko Denys Fedoryshchenko posted a comment on ticket #11

    To remove unnecessary noise, here is a bit different example that can be compared same way:

  • Denys Fedoryshchenko Denys Fedoryshchenko posted a comment on ticket #11

    import yaml with open("1.yaml") as f: y = yaml.safe_load(f) # print(y) with open(r'merged.yaml', 'w') as file: yaml.dump(y, file) python yaml have different opinion: you can just run that and view merged result, which does replace values such as "cros://chromeos-5.10/x86_64/chromeos-amd-stoneyridge.flavour.config+x86-chromebook" to "cros://chromeos-5.10/x86_64/chromeos-amd-stoneyridge.flavour.config+x86-chromebook+CONFIG_MODULE_COMPRESS=n" and compare it with result your tool is generating on yaml...

  • Denys Fedoryshchenko Denys Fedoryshchenko modified a comment on ticket #11

    It generate wrong data, here is example what is in output: chromeos_nocompress_variants: <skipped some lines> x86_64: base_defconfig: cros://chromeos-5.10/x86_64/chromiumos-x86_64.flavour.config fragments: [x86-chromebook] extra_configs: - cros://chromeos-5.10/x86_64/chromeos-amd-stoneyridge.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromeos-intel-denverton.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromeos-intel-pineview.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromiumos-x86_64.flavour.config+x86-chromebook...

  • Denys Fedoryshchenko Denys Fedoryshchenko posted a comment on ticket #11

    It gets wrong data, here is example what is in output: chromeos_nocompress_variants: <skipped some lines> x86_64: base_defconfig: cros://chromeos-5.10/x86_64/chromiumos-x86_64.flavour.config fragments: [x86-chromebook] extra_configs: - cros://chromeos-5.10/x86_64/chromeos-amd-stoneyridge.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromeos-intel-denverton.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromeos-intel-pineview.flavour.config+x86-chromebook - cros://chromeos-5.10/x86_64/chromiumos-x86_64.flavour.config+x86-chromebook...

  • Denys Fedoryshchenko Denys Fedoryshchenko created ticket #11

    Merge key with multiple levels, invalid merge-expand output

1