Recent content by fronobulax

  1. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    @MCroft See https://github.com/kolmafia/kolmafia/pull/2901 It is not a test as such but rather a use of the test framework to generate "excursions". Feel free to make a local branch and experiment.
  2. fronobulax

    Feature Commit (or Close) PR #1889

    Still looking at locks. But.... I updated to main and one of the tests ran for at least three hours without finishing. I killed the test and reran and it worked but I think the Universe is telling me this is not ready to commit yet...
  3. fronobulax

    Some Test Framework Questions

    Operator error with withEquippableItem . Stats are changing. Thanks.
  4. fronobulax

    Some Test Framework Questions

    So it is a "feature request" to have withLevel set stats if it knows an Ascension path? I can live with that. I will do more debugging and confirm I am not seeing changes. Operator error is always a possibility :-) Thanks.
  5. fronobulax

    Some Test Framework Questions

    I call internal.helpers.Player.withLevel for various levels. I print out KoLCharacter.getBaseMuscle(), getBaseMysticality() and getBaseMoxie() before and after. Nothing changes. Since I have previously defined a class I would have expected at least one of the stats to be set to level squared...
  6. fronobulax

    Feature Commit (or Close) PR #1889

    My threat to commit is intended to provoke discussion, so thank you. I have not noticed a significant performance hit with this PR compared to running the main branch. Somewhat tongue in cheek I'd say the performance cost of a corrupted file is infinitely high and so, by definition, anything...
  7. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My understanding of the code is that uses effective is that it is really a special case to deal with weapons that use something other than the "expected" stat when determining damage. Effective does nothing different if the weapon is the July 4 saber, replica thereof or June Cleaver. If Moxie...
  8. fronobulax

    Feature Commit (or Close) PR #1889

    I forced the code to think it was headless and tests pass repeatedly. Specifically I hardwired SwinglessUIUtils.isSwingAvailable() to be false for several runs (and then restored it the exiting code which returns true in the test environment). I'm willing to commit.
  9. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    I'm giving up. If someone can write a failing test where the maximizer does not emit commands to equip a weapon and show me which weapon it should have equipped because the score is higher then I'm back in. But every test I have tried has passed and there are definitely cases where no weapon...
  10. fronobulax

    Bug Form of a Bird possible issues

    Not sure where this best fits. I wanted to make the house of twigs and spit. I used the gong from the item manager. My session log says I then played one turn in the relay browser. I noticed I did not have form of a bird so investigated. I found no indication that I was in Bird or Roach...
  11. fronobulax

    New Content Spring Challenge Path: Z is for Zootomist

    The above has been in stdout/err from tests for some time. The file test_charsheet_zootomist.html contains the skill and was most recently change on Feb. 17, 2025. Just related trivia since there is no action required unless KoLmafia wants to work around KoL's "error"
  12. fronobulax

    Bug Mafia seems to spend meat but not buy an item

    Another one. Debug includes "You may only buy 3 of this item per day from this store. You have already purchased 1 in the last 24 hours." The probable portion of the session log is Not sure what was managing the recovery - a mood, a recovery script or what.
  13. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Well I stripped out items and non-passive skills until the bloated test and the stripped down one have the same results. Curiously the non-passive knife skill seemed to be needed. If the weapon and off hand slots are empty they are not filled and I have not convinced myself that is...
  14. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    So I have a test case that attempts to recreate the beginning of run conditions from https://kolmafia.us/threads/maximizer-didnt-equip-a-weapon.29577/page-6#post-176370 My test case is suspect in that it doesn't generate the same scores. if I were more motivated I would also investigate what...
  15. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Been there. Done that. Maybe :) See itShouldMaximizeAndEquipSelectedWeapon in RuntimeLibraryTest and the tests nested under Effective in MaximizerTest My recollection is that during test development there were identical copies of some of the tests that differed only in the presence or...
Back
Top