<?xml version="1.0"?>
<puzzles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.0pdd.com/puzzles.xsd" date="2021-06-30T15:03:21+00:00" version="0.30.23">
  <puzzle alive="false">
    <issue href="https://github.com/yegor256/pdd/issues/59" closed="2017-12-04T10:14:04+00:00">59</issue>
    <ticket>234</ticket>
    <estimate>15</estimate>
    <role>DEV</role>
    <id>234-b843faac</id>
    <lines>42-44</lines>
    <body>This is something to do later in one of the next releases. I can't figure out how how to implement it now, that's why the puzzle.</body>
    <file>README.md</file>
    <author>Yegor Bugayenko</author>
    <email>yegor256@gmail.com</email>
    <time>2017-01-23T07:41:19Z</time>
    <children/>
  </puzzle>
  <puzzle alive="false">
    <issue href="https://github.com/yegor256/pdd/issues/76" closed="2017-12-11T14:07:38+00:00">76</issue>
    <ticket>75</ticket>
    <estimate>30</estimate>
    <role>IMP</role>
    <id>75-d7b58578</id>
    <lines>120-122</lines>
    <body>Let's make it possible to fetch Subversion data in a similar way as we are doing with Git. We should also just skip it if it's not SVN.</body>
    <file>lib/pdd/source.rb</file>
    <author>Yegor Bugayenko</author>
    <email>yegor256@gmail.com</email>
    <time>2017-10-02T20:42:58Z</time>
    <children/>
  </puzzle>
  <puzzle alive="true">
    <issue href="https://github.com/yegor256/pdd/issues/102">102</issue>
    <ticket>98</ticket>
    <estimate>30</estimate>
    <role>DEV</role>
    <id>98-9de926c6</id>
    <lines>60-63</lines>
    <body>Change the implementation of this method to also work in Windows machines. Investigate the possibility of use a gem for this. After that, remove the skip of the test `test_ignores_binary_files` in `test_sources.rb`.</body>
    <file>lib/pdd/sources.rb</file>
    <author>Paulo Benety</author>
    <email>pbenety@gmail.com</email>
    <time>2018-06-13T00:38:28Z</time>
    <children/>
  </puzzle>
  <puzzle alive="false">
    <issue href="https://github.com/yegor256/pdd/issues/125" closed="2019-07-11T08:19:38+00:00">125</issue>
    <ticket>114</ticket>
    <estimate>30</estimate>
    <role>DEV</role>
    <id>114-b69d9185</id>
    <lines>9-10</lines>
    <body>We need to create implementation of this class. At the moment it's just a stub. Implement it and remove the abort call.</body>
    <file>lib/pdd/rake_task.rb</file>
    <author>@yegor256</author>
    <email>yegor256@gmail.com</email>
    <time>2019-07-09T05:40:32Z</time>
    <children>
      <puzzle alive="true">
        <issue href="https://github.com/yegor256/pdd/issues/132">132</issue>
        <ticket>125</ticket>
        <estimate>30</estimate>
        <role>DEV</role>
        <id>125-7d80a284</id>
        <lines>10-12</lines>
        <body>Needs to have more parameters to run this task. For now, we just have a single parameter - the name. Needs more parameters like the xcop rake task has.</body>
        <file>lib/pdd/rake_task.rb</file>
        <author>Alexey Vinogradov</author>
        <email>vinogradovai@bcs.ru</email>
        <time>2019-07-10T11:40:26Z</time>
        <children/>
      </puzzle>
      <puzzle alive="true">
        <issue href="https://github.com/yegor256/pdd/issues/133">133</issue>
        <ticket>125</ticket>
        <estimate>30</estimate>
        <role>DEV</role>
        <id>125-db127bd1</id>
        <lines>24-26</lines>
        <body>need to implement this method. For now, it's just a task, that accepts one parameter and throws a system error.</body>
        <file>lib/pdd/rake_task.rb</file>
        <author>Alexey Vinogradov</author>
        <email>vinogradovai@bcs.ru</email>
        <time>2019-07-10T11:40:26Z</time>
        <children/>
      </puzzle>
    </children>
  </puzzle>
  <puzzle alive="false">
    <issue href="https://github.com/yegor256/pdd/issues/126" closed="2019-07-14T19:30:48+00:00">126</issue>
    <ticket>114</ticket>
    <estimate>30</estimate>
    <role>DEV</role>
    <id>114-89012c92</id>
    <lines>11-13</lines>
    <body>For now, there haven't a proper method to check STDERR. In this test I've tried to check the output with Stdout contains but there is not working. Needs a proper alternative to check stderr.</body>
    <file>features/rake.feature</file>
    <author>Alexey Vinogradov</author>
    <email>vinogradovai@bcs.ru</email>
    <time>2019-07-09T04:15:04Z</time>
    <children>
      <puzzle alive="false">
        <issue href="https://github.com/yegor256/pdd/issues/135" closed="2020-12-02T01:52:39+00:00">135</issue>
        <ticket>126</ticket>
        <estimate>30</estimate>
        <role>DEV</role>
        <id>126-b07582a4</id>
        <lines>9-10</lines>
        <body>For now, there is a warning when I run the test. Needs to replace the current call to not deprecated one.</body>
        <file>features/rake.feature</file>
        <author>Alexey Vinogradov</author>
        <email>vinogradovai@bcs.ru</email>
        <time>2019-07-11T09:06:02Z</time>
        <children/>
      </puzzle>
    </children>
  </puzzle>
  <puzzle alive="true">
    <issue href="https://github.com/yegor256/pdd/issues/134">134</issue>
    <ticket>123</ticket>
    <estimate>30</estimate>
    <role>DEV</role>
    <id>123-9786ef4c</id>
    <lines>19-21</lines>
    <body>Needs to enable this check and fix all issues. For now, this is out of the scope of this issue. This issue appeared after update TargetRubyVersion to 2.3</body>
    <file>.rubocop.yml</file>
    <author>Alexey Vinogradov</author>
    <email>vinogradovai@bcs.ru</email>
    <time>2019-07-10T10:19:21Z</time>
    <children/>
  </puzzle>
  <puzzle alive="true">
    <ticket>153</ticket>
    <estimate>60</estimate>
    <role>DEV</role>
    <id>153-0452b4a7</id>
    <lines>21-23</lines>
    <body>Hey, take a look at test_source.rb:192. I don't know what to do there. The test is supposed to work, but it doesn't. Please, investigate and it.</body>
    <file>Rakefile</file>
    <author>@yegor256</author>
    <email>yegor256@gmail.com</email>
    <time>2021-06-30T15:03:04Z</time>
    <children/>
    <issue href="https://github.com/yegor256/pdd/issues/155">155</issue>
  </puzzle>
</puzzles>
