Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorporate review feedback from #799 #808

Merged
merged 7 commits into from
Oct 18, 2024

Conversation

miraclx
Copy link
Member

@miraclx miraclx commented Oct 16, 2024

  1. remove VMLogic::generate_uuid - ref
  2. remove uuid dep from runtime & SDK - ref
  3. generalize sys::generate_uuid to sys::random_bytes - ref
  4. remove mocks for SDK functionality - ref 1 & 2
  5. clean up uuid in root manifest - ref
    • the others - fixedstr, axum-server will be addressed in a separate PR targeting master

additionally, this includes optimizations for sized data exchanged between the runtime and the SDK, skipping register heap allocations & copying

Base automatically changed from feat/wasm-extras to feat/crdt-based-storage October 16, 2024 12:15
@miraclx miraclx force-pushed the miraclx/fixup/feat/wasm-extras branch 3 times, most recently from 81051f7 to 895ebfb Compare October 17, 2024 13:33
@miraclx miraclx force-pushed the miraclx/fixup/feat/wasm-extras branch from c6354e6 to 886df88 Compare October 18, 2024 07:18
@miraclx miraclx merged commit 2c9a8b3 into feat/crdt-based-storage Oct 18, 2024
12 checks passed
@miraclx miraclx deleted the miraclx/fixup/feat/wasm-extras branch October 18, 2024 07:23
@miraclx miraclx mentioned this pull request Oct 18, 2024
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
danwilliams pushed a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
danwilliams pushed a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
danwilliams pushed a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
miraclx added a commit that referenced this pull request Oct 24, 2024
NOTE: TESTS ARE CURRENTLY BROKEN.

  - Removed VMLogic::generate_uuid.

  - Removed UUID dependency from runtime & SDK.

  - Generalized sys::generate_uuid to sys::random_bytes.

  - Optimized sized data exchanged between the runtime and the SDK,
    skipping register heap allocations & copying.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants