dioxus/packages
Matt Hunzinger d07e81005f
Better expect error messages (#2629)
* Replace expect error messages

* Change message

* Create RuntimeError struct

* Pass error through core methods

* Fix use of Runtime::current in signals package

* Fix tests

* Add #[track_caller] for better error output and fix maybe_with_rt

* provide a help message along with RuntimeError

---------

Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
2024-07-24 13:31:56 -05:00
..
autofmt fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
check Improve inline docs (#2460) 2024-06-06 18:15:17 -07:00
cli fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
cli-config improve error message when the CLI and dioxus versions don't match (#2683) 2024-07-23 17:27:52 -07:00
config-macro Simplify dioxus-config-macro (#2514) 2024-06-18 16:10:23 -07:00
core Better expect error messages (#2629) 2024-07-24 13:31:56 -05:00
core-macro fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
desktop fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
dioxus Re-Export Manganis & Update Examples (#2625) 2024-07-23 10:29:37 -07:00
dioxus-lib fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
extension Switch to using refs instead of owned for autofmt write block out (#2573) 2024-07-02 12:27:11 -07:00
fullstack fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
generational-box Fix generation race condition with sync storage (#2638) 2024-07-23 10:30:57 -07:00
hooks fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
hot-reload fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
html fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
html-internal-macro Hotreloading of for/if/body, formatted strings, literals, component props, nested rsx, light CLI rewrite, cli TUI (#2258) 2024-07-17 19:11:18 -07:00
interpreter fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
lazy-js-bundle switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
liveview fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
mobile set up example scaping for docs.rs (#2450) 2024-05-28 13:05:55 -07:00
playwright-tests switch to a Document trait and introduce Script/Head/Style/Meta components (#2635) 2024-07-17 20:54:03 -05:00
router Fix rsx autocomplete and diagnostics in the root; provide better completions after attributes are finished (#2656) 2024-07-23 16:34:50 -07:00
router-macro fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
rsx fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
rsx-rosetta fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
server-macro Hotreloading of for/if/body, formatted strings, literals, component props, nested rsx, light CLI rewrite, cli TUI (#2258) 2024-07-17 19:11:18 -07:00
signals Better expect error messages (#2629) 2024-07-24 13:31:56 -05:00
ssr fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
static-generation fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
web fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00