Commit Graph

302 Commits

Author SHA1 Message Date
Wenzhe Wang
601e42fd2b
fix: typo 2023-12-10 22:36:03 +08:00
dependabot[bot]
f92f2e32a5
Bump actions/deploy-pages from 2 to 3 (#381)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-12-05 09:29:41 +01:00
dependabot[bot]
9c697a8b52
Bump actions/configure-pages from 3 to 4 (#382)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 09:28:40 +01:00
Pavel M. Penev
0a3e8a3449
fix: use proper definite, and indefinite articles (#378) 2023-11-13 18:37:47 +01:00
simonsan
79467dc448
fix(theme): Fix side menu being stuck open and obscuring most of the page (#376) 2023-10-04 11:58:35 +02:00
simonsan
675591b4ef
ci: update workflows (#375) 2023-10-03 19:45:54 +02:00
simonsan
3a82772719
feat(strategy): add link to blog post about application of strategy pattern (#374) 2023-10-03 19:25:45 +02:00
dependabot[bot]
71b3aa60d0
Bump actions/checkout from 3 to 4 (#373)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 01:11:58 +02:00
jhwgh1968
bbcf07985d
Iteration on Functional optics (#364)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
Co-authored-by: Julian Ganz <neither@nut.email>
2023-08-29 01:05:16 +02:00
Alexander González
0a12425a64
fix: correct typos in mem-replace.md (#371)
* fix: fix typos in mem-replace.md
2023-08-22 22:05:23 +02:00
simonsan
12f6f988d4
chore: reformat repository with dprint (#370)
* chore: reformat repository with dprint
* ci: change action name to reflect that it's not only markdown
* fix: broken link
2023-08-18 20:08:03 +02:00
dependabot[bot]
c455f960ca
Bump actions/upload-pages-artifact from 1 to 2 (#369)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 22:19:06 +02:00
Owen Leung
70c6ca4c86
docs(patterns): Add concrete examples for newtype and struct decomposition design patterns (#368) 2023-05-25 15:45:39 +02:00
Patrik Pyrzanowski
3a9e5de41c
Remove unknown Context identifier (#366) 2023-04-26 09:26:13 +02:00
BD103
bb8983f6fe
move ref_slice example and add historical note (#365) 2023-04-23 19:40:53 +02:00
simonsan
16a4e95d99
Fix symbolic link (#363) 2023-04-09 04:06:16 +02:00
simonsan
56082947ab
Add cloud-translated es translation as a starter (#360) 2023-04-09 03:01:02 +02:00
simonsan
ed82042c51
Add cloud-translated it translation as a starter (#361) 2023-04-09 02:59:57 +02:00
simonsan
36dd3002fb
Add cloud-translated pt-BR translation as a starter (#362) 2023-04-09 02:58:53 +02:00
simonsan
e73bbded8a
Fix typo in CI (#358) 2023-04-08 02:26:47 +02:00
simonsan
c30a6eb236
Refactor repository structure to include translations (#352) 2023-04-07 22:17:42 +02:00
Maria José Solano
f5f8078f46
Fix typo in lenses.md (#350) 2023-03-26 09:41:33 +00:00
simonsan
1d39d25d8c
Update mdbook version (#348) 2023-03-05 16:59:01 +00:00
Marco Ieni
8949bcd433
Rename loop label (#342) 2023-02-12 23:40:36 +01:00
Mikhail Trishchenkov
87373fa34d
New idiom: return moved arg on error (#336)
Co-authored-by: Julian Ganz <neither@nut.email>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
2023-02-11 17:21:54 +01:00
Taras Burko
7580985e8b
Fix JSON formatter bug in Strategy pattern (#340)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
2023-02-09 22:14:26 +01:00
simonsan
be0f1b1db0
Replace wording "abuse" with "misuse" (#339)
The wording is imho pretty clear connotated with sexual abuse and every time I read it I feel like it's misplaced. So I feel like replacing "abuse" with "misuse" is a better and clear wording.
2023-01-18 18:39:50 +01:00
Marco Ieni
0d6ccfc62b
add site url (#334) 2022-12-23 14:02:14 +01:00
Marco Ieni
ab81da9b20
Add edit url (#333) 2022-12-22 15:59:00 +01:00
Marco Ieni
662e537971
chore: update to mdbook v0.4.25 (#331) 2022-12-22 15:56:56 +01:00
jhwgh1968
c91ffc78a4
Add Lenses and Prisms (#326) 2022-12-10 02:23:26 +01:00
simonsan
06f79a20db
Upgrade to mdbook version v0.4.22 (#328) 2022-11-28 22:45:12 +01:00
amab8901
24fd4e2daa
RAII: Grammar correction (#324) 2022-10-23 15:35:47 +02:00
Marco Ieni
d75346d5a2
chore: add link to deref trait (#321) 2022-10-05 11:53:08 +02:00
simonsan
f0e44b5920
Fix #319 (#320) 2022-08-17 03:36:32 +02:00
Tristan Otterpohl
21a29edf52
Fixed minor typos, formatting, grammar issues, and outdated link (#318)
* Fixed minor typos, formatting, grammar issues, and outdated link
2022-08-01 04:39:54 +02:00
simonsan
049d49d353
Update mdbook version to v0.4.21 (#317) 2022-07-29 08:21:42 +02:00
Marco Ieni
396ac0fbf0
ci: keep github actions up to date with dependabot (#307) 2022-07-11 16:21:03 +02:00
Marco Ieni
7258b71753
update mdbook version to 0.4.18 (#309) 2022-07-11 16:18:55 +02:00
Carson Riker
c7be15d387
Modified example sentences to make sense (#311) 2022-07-02 15:09:56 +02:00
hafeoz
662a519128
Change lints hyphen to underscore (#308) 2022-05-26 21:59:50 +00:00
Marco Ieni
465ed6c860
patterns: remove TODO item (#305) 2022-04-04 22:46:53 +02:00
Marco Ieni
78735669af
intro: improve "design patterns in rust" section (#303) 2022-03-17 14:02:20 +01:00
Marco Ieni
48b1bf51ef
ci: update actions/checkout version (#302) 2022-03-17 13:57:10 +01:00
Marco Ieni
b440ed2dba
idioms: intro improvements (#304) 2022-03-17 13:54:57 +01:00
Andrew Sonin
482c2b8720
Fix typo (#300)
`Iterator::filter_map` is analogous to `Iterator::map`, not `Iterator::flat_map`
2022-03-09 09:08:25 +01:00
Marko
d510bc2431
Changes to introductory text. (#299)
* change to introductory text on design patterns with a very brief description

* minor textual adjustments

* shortened line length

* markdown fixes

* Update intro.md

removed redundancy

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
2022-03-03 00:32:07 +01:00
simonsan
cb591acb56
Update .env (#294) 2022-01-17 21:53:32 +01:00
Ivan Tham
2577a11869
Add Link to zh-CN translation (#293) 2022-01-17 17:53:40 +01:00
poly000
90484a2387
fix comment in 'Clone to stasify borrow checker' (#291) 2022-01-15 00:20:48 +01:00