Search results

  1. fronobulax

    Multitool - An implementation and feature discussion.

    I'll check. Thanks. You can see at least pieces of the private repository? Now quite what I was expecting but my ability to configure my expectations is suspect so...
  2. fronobulax

    autoscend - a sl_ascend fork/continuation

    Can't cook without range occurred again. The message does not appear in the session log. If that is a KoLmafia message then perhaps there should be a Feature request to log it? As I reconstruct it, autoscend stopped. A message was "[WARNING] Still hungry! Stopping bedtime." I had almost no...
  3. fronobulax

    Multitool - An implementation and feature discussion.

    I can build locally using the compiler and build and bundle classes that are allegedly compatible with Java 8. I cannot do that with the gradle build. The build is copied from mafia and when I change the source target to 8 it wants the toolchain to use Java 8 and then fails to download Java 8...
  4. fronobulax

    Github "last commit" naming confusion.

    I disagree with your premise. "Last Monday" is the closest Monday to today going backwards. If today is Monday then "last Monday" is exactly a 7 days ago. Since this is the internet I could just say "You are wrong" and leave it there :-) I don't know where the value of "last commit" comes...
  5. fronobulax

    Multitool - An implementation and feature discussion.

    When I go to https://api.github.com/repos/kolmafia/kolmafia/releases/latest I get JSON with a lot of info about the state of KoLmafia releases. When I try https://api.github.com/repos/kolmafia/multitool/releases/latest I get JSON that says "Not Found". Both of these checks are in a browser. I...
  6. fronobulax

    Multitool - An implementation and feature discussion.

    I am building releases on GitHub so I think my workflow issues have been resolved. Thanks again. I have a laundry list of things I would like to do before 'going public". Working on that until I get stuck again.
  7. fronobulax

    Multitool - An implementation and feature discussion.

    That worked. I found and tried the first command before but the GitHub Desktop version of the second didn't work. Doing them at the command line did. Thank you.
  8. fronobulax

    Multitool - An implementation and feature discussion.

    OK. Then how do I set it on GitHub? I Googled and got a git command that included chmod but I couldn't figure out how to execute it for the GitHub environment. I tried the command locally and GitHub desktop told me there was a changed file but when I tried to push it to GitHub it said nothing...
  9. fronobulax

    autoscend - a sl_ascend fork/continuation

    Thank you. grep hasn't helped me find a log which means it might only have been in the gCLI where I saw the stop because of no range. I do note that auto_haveoven and haveOven preferences are both being changed. Perhaps the wrong one is being used somewhere? I also noted sometimes there is a...
  10. fronobulax

    Multitool - An implementation and feature discussion.

    Thank you. The good news is I am actually engaged in this project. What I should have made clear was that the permission error occurred on GitHub when trying to run workflows on my currently private repository. I will look at the YML files and see if I can discern something I should have...
  11. fronobulax

    Multitool - An implementation and feature discussion.

    I "installed" gradle by copying files from KoLmafia. I am getting several "./gradlew: Permission denied" failures. What is the correct way to install and configure gradle for use in GitHub workflows.
  12. fronobulax

    Multitool - An implementation and feature discussion.

    I've slept on it and clarified some of my ideas and will be slowly working on them. I think the cleanest thing is separate repository and jar. People who want to use it just opt in by downloading and running Multitool jar. People who don't want to use it do what they do now to acquire and run...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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.
  19. 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...
  20. 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...
Back
Top