29 Nov 2024 |
Tomodachi94 (they/them) | I have an idea:
Rebase this PR on a common ancestor of master and staging Rebase everything onto that rebased version Profit (changes to any of the commits in the maintenance PR will be rebased automagically by Jujutsu, in theory; important thing is that I'm unblocked) | 03:54:26 |
Tomodachi94 (they/them) | (ended up being unnecessary, the cleanup PR was merged pretty fast) | 22:37:51 |
30 Nov 2024 |
Tomodachi94 (they/them) | In reply to@infinidoge:inx.moe My guess is the gradle infrastructure is creating a "phantom" project that's missing the necessary tasks, annoyingly Figured out why this wasn't working, and it's facepalm-worthy 🤦 rhino-all is a new thing that hasn't been released (release was in May, added in June, no releases since) | 22:56:39 |
Tomodachi94 (they/them) | * Figured out why this wasn't working, and it's facepalm-worthy 🤦 rhino-all is a new thing that hasn't been released (release was in May, the subproject was added in June, no releases since) | 22:56:55 |
Tomodachi94 (they/them) | * Figured out why this wasn't working, and it's just me being incredibly silly🤦 rhino-all is a new thing that hasn't been released (release was in May, the subproject was added in June, no releases since) | 22:59:21 |
Tomodachi94 (they/them) | (you'll never guess what patch changes about two-thousand files in Rhino: the patch introducing rhino-all) | 23:08:18 |
Tomodachi94 (they/them) | * (you'll never guess what patch changes about two-thousand files in Rhino and conflicts with the latest release: the patch introducing rhino-all) | 23:08:32 |
Tomodachi94 (they/them) | Asked nicely in https://github.com/mozilla/rhino/discussions/1742 | 23:13:24 |
Tomodachi94 (they/them) | * Asked nicely for a new release in https://github.com/mozilla/rhino/discussions/1742 | 23:14:44 |
Tomodachi94 (they/them) | For now, having it use an unstable release. Hoping maintainers tag a new release soonish | 23:42:34 |
1 Dec 2024 |
Tomodachi94 (they/them) | Yippee, love strange errors related to datetimes | 01:24:37 |
Tomodachi94 (they/them) | * Yippee, who doesn't love strange errors related to datetimes /s | 01:24:46 |
Tomodachi94 (they/them) | * Yippee, who doesn't love strange errors related to datetimes in LibreOffice tests /s | 01:24:56 |
Tomodachi94 (they/them) | In reply to@tomodachi94:matrix.org Asked nicely for a new release in https://github.com/mozilla/rhino/discussions/1742 They agreed, but it could be a few weeks | 02:22:20 |
5 Dec 2024 |
Tomodachi94 (they/them) | * They agreed, but it could be a few weeks (https://github.com/mozilla/rhino/discussions/1743) | 04:59:17 |
| Gaétan Lepage joined the room. | 14:08:38 |
Gaétan Lepage | Hello,
I am quite new to the Java ecosystem in nixpkgs.
I was trying to update the jadx package.
I bumped the version and src hash, nix-build -A jadx.mitmCache.updateScript (this changed the deps.json ).
However, the build fails with:
> Configure project :
jadx version: 1.5.1
FAILURE: Build failed with an exception.
* Where:
Build file '/build/source/jadx-gui/build.gradle.kts' line: 1
* What went wrong:
An exception occurred applying plugin request [id: 'jadx-kotlin']
> Failed to apply plugin 'org.openrewrite.rewrite'.
> Project#afterEvaluate(Action) on project ':jadx-gui' cannot be executed in the current context.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 53s
Have I done something wrong ? | 14:10:50 |
Gaétan Lepage | The update looks quite minimal: https://github.com/skylot/jadx/releases/tag/v1.5.1 | 14:11:28 |
| ghpzin joined the room. | 16:45:28 |
Tomodachi94 (they/them) | In reply to@glepage:matrix.org
Hello,
I am quite new to the Java ecosystem in nixpkgs.
I was trying to update the jadx package.
I bumped the version and src hash, nix-build -A jadx.mitmCache.updateScript (this changed the deps.json ).
However, the build fails with:
> Configure project :
jadx version: 1.5.1
FAILURE: Build failed with an exception.
* Where:
Build file '/build/source/jadx-gui/build.gradle.kts' line: 1
* What went wrong:
An exception occurred applying plugin request [id: 'jadx-kotlin']
> Failed to apply plugin 'org.openrewrite.rewrite'.
> Project#afterEvaluate(Action) on project ':jadx-gui' cannot be executed in the current context.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 53s
Have I done something wrong ? Looks like a plugin might not be downloaded. Do you have the log from the deps.json upgrade? | 17:45:33 |
Tomodachi94 (they/them) | cc creator @chayleaf, who knows far more than I do | 17:45:52 |
Tomodachi94 (they/them) | cc hook and mitmCache creator @chayleaf, who knows far more than I do | 17:46:00 |
Gaétan Lepage | In reply to @tomodachi94:matrix.org Looks like a plugin might not be downloaded. Do you have the log from the deps.json upgrade? No and I have to run... I will try to have a look later. | 17:52:37 |
Gaétan Lepage | This is the PR if of any use: https://github.com/NixOS/nixpkgs/pull/362140 | 17:52:45 |
6 Dec 2024 |
Tomodachi94 (they/them) | @FliegendeWurst congrats on the committee bit! | 01:32:48 |
Tomodachi94 (they/them) | @FliegendeWurst congrats on the committer bit! | 01:32:53 |
Tomodachi94 (they/them) | At last, I'm no longer the only committer on the Java team!! /lh | 01:33:21 |
chayleaf | In reply to @glepage:matrix.org
Hello,
I am quite new to the Java ecosystem in nixpkgs.
I was trying to update the jadx package.
I bumped the version and src hash, nix-build -A jadx.mitmCache.updateScript (this changed the deps.json ).
However, the build fails with:
> Configure project :
jadx version: 1.5.1
FAILURE: Build failed with an exception.
* Where:
Build file '/build/source/jadx-gui/build.gradle.kts' line: 1
* What went wrong:
An exception occurred applying plugin request [id: 'jadx-kotlin']
> Failed to apply plugin 'org.openrewrite.rewrite'.
> Project#afterEvaluate(Action) on project ':jadx-gui' cannot be executed in the current context.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 53s
Have I done something wrong ? try setting gradleUpdateTask to assemble , this sometimes helps if some dependencies aren't being downloaded | 04:56:23 |
Gaétan Lepage | Thank you for the suggestion ! Unfortunately it does the same thing... | 07:27:42 |
chayleaf | In reply to @glepage:matrix.org Thank you for the suggestion ! Unfortunately it does the same thing... as another option, you could set enableParallelBuilding to false , I don't have any ideas other than that | 09:33:00 |