-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compensate for differences between cargo bin vs lib output names #58
Comments
Not sure if that was already meant with this issue, but I ran into this when trying to move yew-react-example to trunk. The problem here was that the crate name contains dashes which are automatically converted to underscores in the target .wasm file name, which I guess is quite common. Coupled with the sparse logging and the fact that the old |
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. Add snapshot tests over the yew example app. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. Add snapshot tests over the yew example app. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. Add snapshot tests over the yew example app. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). Introduced CI caching. closes #58
A few things to consider here:
The text was updated successfully, but these errors were encountered: