Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Raku/whateverable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Raku/whateverable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: communification
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 56 files changed
  • 1 contributor

Commits on Jul 1, 2025

  1. Make Whateverable install again

    The conflict was in the Message shortcut: changed that to IRC-Message
    to avoid the conflict.  Still not sure how that conflict comes about
    but at least Whateverable works out of the box again.
    lizmat committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a671ffc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. First step towards making whateverable a community module

    - use modern file extensions:
      .pm6 -> rakumod, .p6 -> .raku, .t -> .rakutest
    - tighten up use statements: use auth/version wherever possible
    
    Did *not* actually look at contents yet, but it looks like:
    
    - Cro/Cro::HTTP could be replaced by a simple run "curl"
    - same for HTTP::UserAgent
    - IO::Socket::SSL does not appear to be used directly anywhere
    - It looks like all "from-json" calls can have an :immutable
      added for speed/memory usage.
    
    Did this in a branch as I did not test anything yet: these where
    just the brute force modernization changes.  Also, I have this
    feeling that if I push to main, it will be automatically deployed?
    lizmat committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    786637b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Some perl6 -> raku fixes

    And use the most recent version of Terminal::ANSIColor
    lizmat committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    bd41dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b491d40 View commit details
    Browse the repository at this point in the history
Loading