Andrey Loskutov

Results 414 comments of Andrey Loskutov

> think about cutting the cord here and just doing this on the next release here and bumping up our version to reflect java 11 now. I personally think we...

@JuditKnoll : could it be regression from https://github.com/spotbugs/spotbugs/pull/2806 ?

Still nothing deployed ... Reopening.

See commits pushed to "eclipse-latest" gh-pages repo: https://github.com/spotbugs/eclipse-latest/commits/gh-pages/ Last one was pushed for https://github.com/spotbugs/spotbugs/commit/572b53fade25474faca1f61c95a12bef82e0ea48. So next commit https://github.com/spotbugs/spotbugs/commit/e05a747ede654f9e41be58c7a851a2179c34be1a on spotbugs didn't produced commit on "eclipse-latest" gh-pages repo... Here is the...

See https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages But I also see a change in *how* the commits to that repo were created. Till 172adddd2de954d135dfad5b6977ca2a43de686f the commits never deleted site.xml, but updated it. After the commit...

I believe the `.github/workflows/release.yml` task isn't executed anymore after https://github.com/spotbugs/spotbugs/commit/d937db75edcae4e53e5d4e650dda34002e987c50. Looks like syntax is broken...

See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif > You must always use the ${{ }} expression syntax or escape with '', "", or () when the expression starts with !, since ! is reserved notation...

I've pushed a possible fix to my fork, but github refuses to create a PR saying there are no new changes compared to master branch ??? Here is my commit:...

It becomes really crazy: now I've commited to the **this** repo on this branch: https://github.com/spotbugs/spotbugs/tree/issue_2820 but it still says there are no new changes?!? Is this because the change is...

But I see the "Build otherwise" step executed now: https://github.com/spotbugs/spotbugs/actions/runs/7602779837/job/20703718820 and new commit on https://github.com/spotbugs/eclipse-latest/tree/gh-pages repo and the update site content on https://spotbugs.github.io/eclipse-latest/ is there again!!!