| 2 Nov 2024 |
Tomodachi94 (they/them) | * Last I checked our Rhino (JavaScript interpreter for Java; worried yet? :3) is horrendously out-of-date. There are new updates but we don't have them yet | 21:29:56 |
emily | I'm tragically aware of Rhino | 21:30:25 |
emily | that should probably get bumped | 21:31:20 |
emily | we use it for LibreOffice and FreeIPA | 21:31:42 |
emily | so pretty important | 21:31:44 |
Tomodachi94 (they/them) | I'll work on that lol | 21:31:54 |
Tomodachi94 (they/them) | I have a vague memory of trying to get it to build from source... no clue where that branch went though | 21:32:17 |
Tomodachi94 (they/them) | * I have a vague memory of trying to update and get it to build from source... no clue where that branch went though | 21:32:27 |
emily | does it have dependencies? | 21:32:56 |
Tomodachi94 (they/them) | Unclear, I'm currently hunting for then | 21:34:46 |
Tomodachi94 (they/them) | * Unclear, I'm currently hunting for them | 21:34:50 |
Tomodachi94 (they/them) | They use Gradle, so this should be trivial to build from source now | 21:35:17 |
Tomodachi94 (they/them) | Doesn't look like they do | 21:36:15 |
Tomodachi94 (they/them) | Oh, the existing expression fetches an ancient version of xbeans | 21:37:17 |
Tomodachi94 (they/them) | (looks like that is no longer needed as of 2009!?) | 21:38:18 |
Tomodachi94 (they/them) | I'm dying slowly inside | 21:38:37 |
Tomodachi94 (they/them) | * Doesn't look like they have any external dependencies | 21:53:01 |
Tomodachi94 (they/them) | Which jar do you think is "rhino-all-1.7.15.jar"? source-1.7.15.jar or source-1.7.15-sources.jar? | 23:58:32 |
Tomodachi94 (they/them) | * Which jar do you think is "rhino-all-1.7.15.jar" (known as js.jar in previous releases)? source-1.7.15.jar or source-1.7.15-sources.jar? | 23:58:51 |
| 3 Nov 2024 |
Tomodachi94 (they/them) | Time to fire up... one of those Java bytecode inspectors/decompilers | 00:04:19 |
Tomodachi94 (they/them) | It was source-1.7.15.jar! | 00:17:03 |
Ami | in general if the filename ends with -sources.jar it's going to be source code which is interesting only if you dev against that code or for debugging purposes | 00:21:14 |
Tomodachi94 (they/them) | 👀 good to know ❤️ | 00:22:15 |
Tomodachi94 (they/them) | Anyways time to rebuild LibreOffice to make sure that this doesn't break it | 00:22:38 |
emily | that's going to take like ten hours fyi | 00:24:46 |
Tomodachi94 (they/them) | * Anyways time to rebuild LibreOffice (fresh) to make sure that this doesn't break it | 00:24:46 |
Tomodachi94 (they/them) | 🫠 | 00:25:04 |
Tomodachi94 (they/them) | Let's... maybe not then lmao | 00:25:16 |
Ami | In reply to @ami:the-apothecary.club in general if the filename ends with -sources.jar it's going to be source code which is interesting only if you dev against that code or for debugging purposes "in general" specifically being that most build tools (gradle, maven, ...) will use this convention, and unless someone somehow accidentally renamed a file like that or they're messing with you, something-sources.jar will just be more or less a zip archive with source code | 00:27:43 |
Ami | In reply to @tomodachi94:matrix.org Which jar do you think is "rhino-all-1.7.15.jar" (known as js.jar in previous releases)? source-1.7.15.jar or source-1.7.15-sources.jar? ...wait, rhino-all is going to be different | 00:28:41 |