1. Aug 05, 2023
  2. Feb 21, 2023
  3. Aug 01, 2022
  4. Jul 18, 2022
  5. Jul 04, 2022
    • Jiuyang Liu's avatar
      Bump version · b9e71966
      Jiuyang Liu authored
      Scala 2.12.13 -> 2.12.16
      Scala 2.13.6 -> 2.13.8
      mill-vcs-version 0.1.1 -> 0.1.4
      b9e71966
  6. Apr 18, 2022
  7. Apr 07, 2022
  8. Aug 26, 2021
  9. Jul 28, 2021
  10. Jul 27, 2021
  11. Jul 26, 2021
  12. Jul 24, 2021
  13. Jul 23, 2021
  14. May 20, 2021
  15. Aug 28, 2020
  16. Aug 11, 2020
    • Wesley W. Terpstra's avatar
      Config: add alter and orElse to avoid the ++ madness (#6) · d5d6839e
      Wesley W. Terpstra authored
      Everyone gets confused by the order of ++.
      It's backwards from what people expect.
      
      When you name your Configs 'WithX' it gets especially confusing.
      People want to write: Base ++ WithX ++ WithY, but that's wrong!
      They actually need: WithY ++ WithX ++ Base.
      
      The API: x.alter {
        case X => Y
      }
      ... does work as people expect. Right-hand side wins.
      
      Let's encourage people to write this:
        Base alter WithX alter withY
      
      Later we can deprecate '++' so people can write:
        WithY orElse withX orElse Base
      d5d6839e
    • Wesley W. Terpstra's avatar
      3dcc62a4
  17. Aug 05, 2020
    • Wesley W. Terpstra's avatar
      CI: add a github actions rule to type check the repository (#7) · 5ba7775f
      Wesley W. Terpstra authored
      * CI: add a github actions rule to type check the repository
      
      * wit-manifest: bump to head of api-scala-sifive for 0.18 support
      
      * CI: actually compile using wake and SBT
      
      * CI: remove legacy travis build rules
      
      * Revert "CI: actually compile using wake and SBT"
      
      This reverts commit 3f913db1f834198d6ac37d55a0ce23b08113b709.
      
      * CI: try actually building it
      
      * CI: add sbt compile back to flow
      5ba7775f
  18. Aug 08, 2019
  19. Aug 07, 2019