Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_test_lib_import.patch | Removing relative import from spec file. When running adt-run, the lib dir will not be found and the test will fail. Once the package is installed, there is not need for a relative require anymore. Therefore, to fix this issue, it was necessary just to remove the "lib" part of the require. This fix will not be sent to the upstream, because the tool being used to hold the source code doesn't seem to allow merge requests. =================================================================== |
Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com> | not-needed | upstream | ||
fix_custom_matcher.patch | Fix custom matcher for new rspec version 3.3.0. The way the raise_parse_error custom matcher was defined does not follow the new rspec guidelines, therefore, it was necessary to rewrite it in order for the tests to pass. This fix will not be sent to the upstream, because the tool being used to hold the source code doesn't seem to allow merge requests. =================================================================== |
Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com> | not-needed | upstream | ||
fix_tests_for_ruby2.3.patch | Fix tests for new rspec version 3.3.0 In order for the tests to run on newer versions of rspec, same methods needs to be updated, such as be_false to be_falsey and be_true to be_truthy. This fix will not be sent to the upstream, because the tool being used to hold the source code doesn't seem to allow merge requests. =================================================================== |
Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com> | not-needed | |||
concat_frozen_strings.patch | fix issues with concatenation of strings litterals which become frozen with ruby2.7 | Cédric Boutillier <boutil@debian.org> | no | 2020-02-25 | ||
skip_test_SAFE.patch | skip test relying on SAFE the taint mechanism is removed in ruby2.7 | Cédric Boutillier <boutil@debian.org> | no | 2020-02-25 |