Commit Graph

12 Commits

Author SHA1 Message Date
WorldSEnder 3871418174
Modernize github workflows (#3711)
* modernize github workflows

this mainly fixes some inconsistencies in style, outdated or wrong comments and action version
- replace Legit-Labs/action-download-artifact with actions/download-artifact
- fix Swatinem/rust-cache arguments
- fix benchmark transformations
- expand feature soundness lints
- wording and capitalization in comments

* fix no_run on crate level doc

* fix some more small issues
2024-08-22 20:04:04 +05:00
Kaede Hoshikawa 08f4fd3032
Fix Dependabot and GitHub Actions (#3111) 2023-03-05 07:03:10 +09:00
Alexander Mescheryakov 61efc8042e
constify VList::new (#2293)
* Use const constructor for VList and fix EMPTY VList access

* Add comment
2021-12-23 20:57:50 +01:00
Simon e57a8e1d1e
Clean up .gitignore files (#1618) 2020-10-14 15:34:56 +02:00
Simon 5217ed9347
Use --public-url value in router example (#1597)
* Use --public-url value for router example

* some documentation
2020-10-02 01:11:55 +02:00
Teymour Aldridge 18b9086bc9
Tidy up documentation (#1528)
* Add more files to the .gitignore.

* Add notes on testing.

* More tidy up.

* Satisfy spellcheck.

* Make spelling even happier.
Not sure if it's acceptable to modify the old versions of this?

* More fixes to the dictionary.

* Update docs/more/testing.md

Co-authored-by: Simon <simon@siku2.io>

* Update docs/more/debugging.md

Co-authored-by: Simon <simon@siku2.io>

* Adopt @siku2's suggestions :)

* Update docs/more/testing.md

Co-authored-by: Simon <simon@siku2.io>

* Update docs/more/external-libs.md

Co-authored-by: Simon <simon@siku2.io>

* Tidy up panic hook.

* Update docs/more/debugging.md

Co-authored-by: Simon <simon@siku2.io>

Co-authored-by: Simon <simon@siku2.io>
2020-08-31 20:56:19 +02:00
Simon bd67b92535
Add support for use_context hook (#1249)
* Replace mounted with rendered lifecycle method

* fix checks

* fix doc test

* use_context test

* made test yet more sensitive to errors

* fix some merge oddities

* just some style adjustments

* proof of concept use_context hook using scope

* store scope in hook state

* add a test with multiple context types

* subscribe to context changes

* make clippy happy

* reuse dead slots for subscriptions

* clean up and improve test

Co-authored-by: Justin Starry <justin.starry@icloud.com>
Co-authored-by: Mathis <mk@thepeaklab.com>
2020-05-25 20:42:00 +08:00
Stephan Buys 386e5e9f05 Add idea and cmake to gitignore 2018-09-04 21:59:01 +03:00
Denis Kolodin deb838b2e1 Fix examples for the new context reference 2018-04-23 22:54:24 +03:00
Denis Kolodin e97e0ebe35 Remove cargo lock files
Because it's library crate.
2017-12-25 20:39:48 +03:00
Denis Kolodin a82d01c9ec Add TodoMVC example draft 2017-12-17 17:29:59 +03:00
Denis Kolodin 6a0067838a Minimal prototype 2017-12-16 17:19:27 +03:00