8000 Comparing v1.9.1...v1.10.0 · DiscordBM/DiscordBM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: DiscordBM/DiscordBM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: DiscordBM/DiscordBM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 3 commits
  • 63 files changed
  • 1 contributor

Commits on Jan 27, 2024

  1. @UnstableEnum macro for enums that will have more cases over time (#52)

    * use @UnstableEnum macro
    
    * improvements
    
    * fixes
    
    * try
    
    * Update ToleratesDecode.swift
    
    * Update Audit Log.swift
    
    * Update ToleratesDecode.swift
    
    * Update UnstableEnumMacro.swift
    
    * no manual conformance to RawRepresentable
    
    * add decoding-logging logic
    
    * Update UnstableEnumMacro.swift
    
    * fixes
    
    * support case-iterable
    
    * add a test
    
    * better macro performance (?)
    
    * final fixes
    
    * movements
    
    * fix tests
    
    * add a `__DO_NOT_USE_THIS_CASE__` case to discourage exhaustive switches
    
    * more refinements
    
    * refinements
    
    * minor refinements
    
    * only use $Macros in #if
    
    * revert last commit
    
    * ditch swift 5.7/5.8
    
    * minor refinements
    
    * minor refinements
    
    * add `Equatable` and `Hashable` to Unstable enums
    
    * fixes
    
    * Update UnstableEnumMacro.swift
    
    * decouple macro tests
    
    * Update UnstableEnumMacro.swift
    
    * update macro with latest changes
    
    * add new experimental flag for strict-concurrency
    
    * repair macro tests
    
    * one macro test + refinements
    
    * remove experimental macro flag
    
    * add back experimental feature flag
    
    * minor refinements
    
    * update and fix macro on linux
    
    * macro improvements
    
    * more refinements
    
    * cleanup macro
    
    * more macro refinements
    
    * Update README.md
    
    * Update Macro.swift
    
    * add `package` access modifier
    
    * disable tsan
    
    * macro repair deprecations and tests
    
    * rename `undocumented` to `_undocumented`, then remove most `__DO_NOT_USE_THIS_CASE`
    
    * trigger CI
    
    * fixes
    
    * add back removed json error code enum
    
    * update checkout action
    
    * refinements
    
    * use 5.9 release in intergration tests ci
    
    * Empty commit to trigger CI
    
    * with tsan
    
    * some ci
    
    * tsan
    MahdiBM authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    031affd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    2cf1f90 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. a bunch of minor refinements

    MahdiBM committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    39230ff View commit details
    Browse the repository at this point in the history
Loading
0