Commit Graph

26 Commits

Author SHA1 Message Date
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Yoshiya Hinosawa
75a50aecf7
chore: document unstable new feature processes (#5976)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-13 14:35:36 +09:00
Ian Bull
d51b349381
chore: add a note about error message format exception (#5797) 2024-08-26 13:00:27 +09:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672)
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert

* update

* fix

* update

* fmt

* fix
2024-08-22 02:55:17 -04:00
Ian Bull
8f3dd6ef0b
chore: update the style guide, specifically disallow periods in error messages (#5753) 2024-08-22 14:30:16 +09:00
Ian Bull
f0031966c9
chore: update the style guide, error messages may describe desired state (#5757) 2024-08-22 14:03:42 +09:00
Ian Bull
11513e0655
refactor(io): create a style guide for error messages, align error messages to the style guide (#5671)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-20 12:27:43 +09:00
Yusuke Tanaka
43f2a2dffd
chore: support expect-error directive in code snippets evaluator (#5688)
This commit adds support for `expect-error` directive in code snippets
evaluator, which allows example snippets to have ones that are expected to fail
either at compile time or runtime.
2024-08-16 02:58:01 -07:00
Yoshiya Hinosawa
b315e049b6
chore: clarify the policy about new features (#5581)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-31 12:33:03 +09:00
Asher Gomez
f1ee8ac2c6
chore: document design decision to only use @std/assert within testing code (#5516) 2024-07-23 12:09:45 +09:00
Asher Gomez
00645f09bf
chore: document how to document unstable APIs (#5484) 2024-07-19 12:59:38 +09:00
Asher Gomez
2785a7308a
chore: suggest "Usage" as example title for documentation (#4841) 2024-05-23 10:52:09 +09:00
Luca Casonato
1a2f721d41
docs(ulid): finish documentation (#4825)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 15:42:59 +02:00
Asher Gomez
8fc19d95c7
chore: support no-eval code snippet directive (#4791) 2024-05-21 20:12:55 +10:00
Asher Gomez
47627516f0
docs: improve documentation on how to write documentation (#4771)
* docs: improve documentation on how to write documentation

* tweak

* tweak

* fix typo

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-20 07:22:00 +00:00
Asher Gomez
531ca65b0a
docs: instructions on how to add package title to title checker (#4729)
* docs: instructions on how to add package title to title checker

* fix
2024-05-15 15:17:23 +10:00
Asher Gomez
762a7c266d
chore: reword to use "package" (#4612)
* chore: reword to use "package"

* tweak
2024-04-22 05:23:12 +00:00
Asher Gomez
f51910c507
chore: cleanup old git submodule settings (#4613)
* chore: cleanup old git submodule settings

* fix
2024-04-22 14:15:50 +09:00
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check (#4577) 2024-04-17 15:36:50 +09:00
Asher Gomez
7396d36ce7
docs: update public symbol and module documentation style (#4570)
* deprecation(semver): deprecate `rangeMax()` and `rangeMin()` (#4561)
To accompany #4569

* Update CONTRIBUTING.md

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* Update CONTRIBUTING.md

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* fmt

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-04-11 21:35:52 +10:00
Asher Gomez
31c7786c52
docs: ARCHITECTURE.md (#4559)
* docs: `ARCHITECTURE.md`

* tweaks
2024-04-10 11:27:39 +10:00
Asher Gomez
74fc8ff920
chore: add "Documentation" to contributing guidelines (#4543) 2024-04-03 18:17:02 +11:00
Asher Gomez
fec288bcbd
docs: account for classes in test guideline (#4495) 2024-03-17 08:02:05 +10:00
Asher Gomez
6fa107eea0
docs: add test name convention (#3959) 2023-12-14 14:39:22 +11:00
Asher Gomez
3d41792850
docs: add "Deprecations" section to contributing guide (#3858) 2023-11-27 19:38:07 +11:00
Asher Gomez
6585d779c2
docs: re-write contributing guide (#3748) 2023-11-11 22:11:19 +11:00