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

Compress stringify package #702

Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Dec 29, 2022

No description provided.

@thewtex thewtex requested a review from PaulHax January 3, 2023 16:14
@thewtex thewtex force-pushed the compress-stringify-package branch 2 times, most recently from dfd2d34 to e06d0e0 Compare January 5, 2023 04:32
@thewtex thewtex force-pushed the compress-stringify-package branch 6 times, most recently from 65555b8 to 29d586b Compare January 18, 2023 02:57
@thewtex thewtex marked this pull request as ready for review January 18, 2023 19:59
@thewtex
Copy link
Member Author

thewtex commented Jan 18, 2023

This branch is too large to reasonably request a review, but pinging to bring awareness:

  • There is now runtime configuration of WebAssembly pipeline assets (defaulting to jsDelivr), and this is used here on a per-package scope.
  • bindgen generates a package configuration, documentation, typescript, browser and node bundle configuration, and configuration for a demo application built with vite.

There is more to do, and I am sure there are many improvements we can make, but leaving that for follow-up PRs. Suggestions and improvements are welcome!

Copy link
Collaborator

@PaulHax PaulHax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds and runs ResampleLabelImage in itk-vtk-viewer

if (NOT TARGET libzstd_static)
include(${CMAKE_CURRENT_SOURCE_DIR}/BuildZstd.cmake)
endif()
include(${CMAKE_CURRENT_SOURCE_DIR}/BuildZstd.cmake)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The packages/compress-stringify/BuildZstd.cmake file is duplicated in the top level Cmake directory. Is that something to avoid?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 🦅 👁️ !

Yes, in general we should avoid this duplication.

We have some refactoring to do before consolidation, tracked in #716

@thewtex
Copy link
Member Author

thewtex commented Jan 19, 2023

Builds and runs ResampleLabelImage in itk-vtk-viewer

Wonderful! 🎉

@thewtex thewtex merged commit ea46543 into InsightSoftwareConsortium:main Jan 19, 2023
@thewtex thewtex deleted the compress-stringify-package branch January 19, 2023 02:29
@github-actions
Copy link

🎉 This PR is included in version 1.0.0-b.59 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants