VolcanicArts / VRCOSC

Modular OSC program creator, toolkit, and router made for VRChat. Show your heartrate, time, hardware stats, speech to text, control Spotify, and more! Includes drag-and-drop prefabs for your avatar.
GNU General Public License v3.0
349 stars 30 forks source link

Bump ppy.osu.Framework from 2023.625.0 to 2023.720.0 #136

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Framework from 2023.625.0 to 2023.720.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2023.720.0

What's Changed

Breaking Changes

Source generators will now only run on release builds

As we continue to add more source generators, we've seen increases in compile-time overheads, with local testing showing over 2x compile times with source generators turned on.

osu!framework source generators are made to optimise builds at runtime (mostly by removing reflection overhead). As such, it doesn't make sense to run these for debug releases as they are basically custom release-targeting optimisations.

This should not result in a noticeable change in runtime performance during debug, but will reduce compilation times by over 50% in most cases. This is valuable during debug as the most common case is frequently building / hot reloading for quick iteration.

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.716.0...2023.720.0

2023.716.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.715.0...2023.716.0

2023.715.0

What's Changed

Full Changelog: https://github.com/ppy/osu-framework/compare/2023.714.0...2023.715.0

2023.714.0

What's Changed

Breaking changes

GameHost.GetClipboard() is obsolete

... (truncated)

Commits
  • 07236ad Merge pull request #5938 from smoogipoo/debug-disable-sgen
  • 49781c6 Merge branch 'master' into debug-disable-sgen
  • 6edcbd0 Fix some events tests are depending on not firing
  • 1807a55 Remove unnecessary prettyname modifier
  • 4e468c4 Merge pull request #5935 from Susko3/dont-run-first-test-step
  • 31605c6 Fix tests not always running on correct directory
  • ae79b5d Fix some more inspections
  • d3ac44d Add CI release-specific builds
  • 3555aee Add ForceRun flag to fix source generator tests
  • 00c1afd Update source generator package
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #137.