Search results

  1. fronobulax

    Multitool - An implementation and feature discussion.

    In the discussion of a nag feature (here) I speculated about Multitool, a new thing that users could download that would check for various mafia preconditions. My original vision was a shell script that only used native OS commands and there would be one each for *nix, Mac and Windows. A...
  2. fronobulax

    autoscend - a sl_ascend fork/continuation

    Since comments here are actually getting a response, I will make a couple comments in case someone is interested in doing something. I have had several hardcore runs stop because "can't cook fancy foods without a range" or something similar. I tried to resolve the issue by manually doing...
  3. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    Good point. I lived in a world where it was not safe to assume any version of Java was installed so I was restricting myself to things that were almost certainly guaranteed to be present. Maybe I don't need to do that. (Tangent. I had a colleague who took great joy in preaching the...
  4. fronobulax

    autoscend - a sl_ascend fork/continuation

    What made you decide you needed to stop autoscend because of what was, or wasn't happening? I have done 11 runs recently and the Hidden City wasn't anything I had to do manually. Is the issue getting and using the map or getting the nostril or something else? Philosophically I think the...
  5. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    More frequent updates where the new version has obvious benefits for the user who updates is a fair point. I should remember the philosophical change from deliberately not supporting Crimbo during Crimbo to making multiple updates a day to support Crimbo content as it was spaded. Keeping...
  6. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    Maybe from this time forward I will remember that what I thought I knew was wrong. Thank you.
  7. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    Philosophically, why do we specify a minimum version? Is it because we KNOW maifa won't work or because we don't want to deal with it in case it doesn't work. We can use one version for code features and compliance and another for bytecode and JVM. Does that change the nature of the solution...
  8. fronobulax

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    This was buried in https://kolmafia.us/threads/proposal-require-java-21.30044/#post-175968 and is currently a PR https://github.com/kolmafia/kolmafia/pull/2686 The proposal is to display a message telling users that they are not running Java 24 which they will soon need. I don't like nag...
  9. fronobulax

    My personal Meat farming script

    I deleted and reinstalled and the "error" disappeared. I have no clue why but accept that whatever it was, it was my problem.
  10. fronobulax

    Bug - Not A Bug Monster ID and Fax

    My limited experiments showed that if I typed <command> in chat nothing happened, but if I edited the command before sending so that the bracketed monster ID portion was no longer part of what was sent in chat, the fax arrived.
  11. fronobulax

    My personal Meat farming script

    I don't recall specifically what I did. I think I uninstalled the SVN version - either via KoLmafia, manually deleting files or both. I then reinstalled from the Scripts menu. I'll just uninstall and reinstall. I wondered if it was on your end because some of other scripts had problems...
  12. fronobulax

    My personal Meat farming script

    When mafia goes to update scripts I get this Updating project Veracity0-meat-farm Pull Failed to update project Veracity0-meat-farm: org.eclipse.jgit.api.errors.NoHeadException: Cannot check out from unborn branch I can certainly uninstall and reinstall but this "feels" like a configuration...
  13. fronobulax

    My personal Meat farming script

    See https://kolmafia.us/threads/monster-id-and-fax.29736/#post-174772 which is when I "discovered" EasyFax doesn't. I may have mentioned it elsewhere including someplace where I wondered about removing EasyFax (and CheeseFax) because they effectively weren't working. No one seemed to like...
  14. fronobulax

    Bug - Fixed Incorrect encounter label in Haiku Dungeon

    Seems to have been fixed based on spending one adventure :-)
  15. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    The test above is in https://github.com/kolmafia/kolmafia/pull/2471 and it passes after the Mutex fix. I am still trying to apply lessons learned from the current thread to other tests in 2471 but if anyone wants to review it that would be fine.
  16. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    OK. I think the thing that was different from what I expected was that (in some sense) the test was "change, or not, acc1". I have seen cases (not necessarily in tests) where the maximizer does change the slot of an accessory even though the score is not effected, so I would tend to write a...
  17. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    Thank you. What I am missing then is how something(?) decides that "equip acc1" is not the same as as recommending something for ACCESSORY1. Is there a (KoLmafia) semantic that I am misunderstanding that says emitting a command to equip something does not imply that the Maximizer recommended it?
  18. fronobulax

    Bug - Fixed Maximizer suggests equipping a watch in the wrong slot

    I added it to https://github.com/kolmafia/kolmafia/pull/2471/files# in hopes that my non-failing maximizer tests might get some more eyeballs. :-) The line assertThat(getBoosts(), not(hasItem(recommendsSlot(Slot.ACCESSORY1)))); generated an error Expected: not a collection containing slot...
  19. fronobulax

    Bug - Cannot Reproduce Familiar items not automatically taken from other familiars

    I can't look myself at the moment but I think there is either a KoL or a KolMafia checkbox (or preference) which allows equipment to be taken from other familiars. What you describe is expected behavior for one state.
  20. fronobulax

    Proposal: Require Java 21

    Tests that use the resetting client require infrastructure that I just have not convinced myself I understand enough to create. Since the resetting client was created to address a problem that is, or will be fixed, in Java 21 I have been toying with ripping it out. But if GOAWAY is still a...
Back
Top