Yura
Yura
Yes, that's the same I mentioned, the info is shown if release is published only and panel doesn't show any assignment if release is still in draft status, it would...
Posted to https://github.com/pdepend/pdepend/issues/296
I don't think it is reproducible in Linux, such kind of the issues happen basically under Windows only.
You run this from the folder within a short path name. Try to create the following folder: c:\tmp\folder1\folder2\folder3\folder4\folder5\folder6\folder7\folder8 Place phpmd26.phar there and execute ` c:\tmp\folder1\folder2\folder3\folder4\folder5\folder6\folder7\folder8>php phpmd.phar . xml codesize --reportfile...
So, the question is if it could be fixed? :)
I agree that for a long names, there might be a windows limitation, however the issue I originally posted happens on the latest version of phpmd 2.6 (which uses pdepend),...
The issue wasn't resolved. Migrating redmine_todos (Redmine Todo Lists (Basecamp-like) plugin)... == AddPrivateField: reverting ================================================ rake aborted! An error has occurred, all later migrations canceled: ActiveRecord::IrreversibleMigration/var/lib/redmine/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/migration/command_recorder.rb:42:in `block in inverse'
It looks like db migrations have no any "down" implementation, might it be a cause?
I use Gradle 8.1.1, and io.freefair.lombok 8.6 plugin `generateTestEffectiveLombokConfig` takes over a minute (1m29s). Is there any chance to optimize it?
I just faced the same issue. As a quick workaround, I commented out the `raise SaltValidationError(f"Invalid path: {path!r}")` at `/opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/verify.py line 567` until the fixes are released. Alternatively to gitfs,...