Skip to content

Commit ed37ced

Browse files
authored
Update links & conformance banner (#206)
* Update conformance message We now pass more than 93% of the test suite, and in fact, 0.20 already passed around 90%. * Update conformance link for 0.20 blog post * Updated links in some other places * Small typo fix * Using full link for RSS
1 parent 3ccaa59 commit ed37ced

File tree

11 files changed

+11
-13
lines changed

11 files changed

+11
-13
lines changed

blog/2021-01-14-boa-release-11/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import conformance_dark from "./conformance_dark.png";
3333

3434
Previously many tests failed to run as the test-runner was still being worked on. Those issues have been fixed and our tests jumped from 38k to 78K which is why the graph flips up above. Boa should never panic, however we've had many tests reveal areas where panics happen, this has helped us identify and apply correct fixes, to the point where our panics have gone from hundreds to under 50 (the graph above shows the dark red diminishing).
3535

36-
For live tracking of conformance tests you can check [here](https://boa-dev.github.io/boa/test262/). Below is a snapshot of the previous version and today.
36+
For live tracking of conformance tests you can check [here](/conformance). Below is a snapshot of the previous version and today.
3737

3838
<div
3939
className="row"

blog/2021-09-30-boa-release-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Test262 is the implementation conformance test suite maintained by TC39. It's us
7979

8080
Since v0.12 we have managed to pass 6391 more tests and are 7% more conformant. This has been great progress by all involved and we hope this continues to improve. Most of these new passes have come from refactors across the codebase which have had little impact on performance, in fact, v0.13 is much faster than v0.12.
8181

82-
You can track Boa's conformance to the specification [here](https://boa-dev.github.io/boa/test262/#)
82+
You can track Boa's conformance to the specification [here](/conformance)
8383

8484
## Keeping up with Rust
8585

blog/2022-03-15-boa-release-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Boa currently supports part of the JavaScript language. In this release, our con
1515
in the official ECMAScript Test Suite (Test262). The engine now passes 43,986 tests, coming from 33,192 in Boa 0.13
1616
(32.5% increase), and we have closed 40 issues and merged 137 pull requests. You can check the full list of changes
1717
[here](https://github.com/boa-dev/boa/blob/v0.14/CHANGELOG.md), and the full information on conformance
18-
[here](https://boa-dev.github.io/boa/test262/).
18+
[here](/conformance).
1919

2020
<!--truncate-->
2121

blog/2022-06-10-boa-release-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Boa currently supports part of the JavaScript language. In this release, our con
1515
in the official ECMAScript Test Suite (Test262). The engine now passes 56,372 tests, coming from 43,986 in Boa 0.14
1616
(28.1% increase), and we have closed 18 issues and merged 58 pull requests. You can check the full list of changes
1717
[here](https://github.com/boa-dev/boa/blob/v0.15/CHANGELOG.md), and the full information on conformance
18-
[here](https://boa-dev.github.io/boa/test262/).
18+
[here](/conformance).
1919

2020
<!--truncate-->
2121

blog/2022-09-25-boa-release-16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Boa currently supports part of the JavaScript language. In this release, our con
1515
in the official ECMAScript Test Suite (Test262). The engine now passes 68,612 tests, coming from 56,372 in Boa 0.15
1616
(21.7% increase), and we have closed 9 issues and merged 59 pull requests. You can check the full list of changes
1717
[here](https://github.com/boa-dev/boa/blob/v0.16/CHANGELOG.md), and the full information on conformance
18-
[here](https://boa-dev.github.io/boa/test262/).
18+
[here](/conformance).
1919

2020
<!--truncate-->
2121

blog/2022-10-24-boa-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is where Boa enters the scene. Boa is a Javascript engine fully written in
1919
can be used in places where you need most of the JavaScript language to work, even though, we would
2020
advise to wait to get all our [known blocker bugs][blocking] solved before using this for critical
2121
workloads. You can check how conformant we are with the official ECMAScript specification
22-
[here](https://boa-dev.github.io/boa/test262/).
22+
[here](/conformance).
2323

2424
And, before going further, we would like to mention that you can contribute to Boa by solving one
2525
of the [issues][issues] where we need special help, and we now also accept financial contributions

blog/2023-07-08-boa-release-17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you wish to sponsor Boa, you can do so by donating to our [open collective][coll
2626
Furthermore, we now have a new domain for Boa, [boajs.dev][boajs].
2727

2828
[changelog]: https://github.com/boa-dev/boa/blob/v0.17/CHANGELOG.md
29-
[conformance]: https://boajs.dev/boa/test262/
29+
[conformance]: /conformance
3030
[collective]: https://opencollective.com/boa
3131
[easy_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy
3232
[first_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

blog/2024-03-07-boa-release-18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also check [easy][easy_issues] or [good first issues][first_issues] if y
3737
some code instead.
3838

3939
[changelog]: https://github.com/boa-dev/boa/blob/v0.18/CHANGELOG.md
40-
[conformance]: https://boajs.dev/boa/test262/
40+
[conformance]: /conformance
4141
[feed]: https://boajs.dev/blog/rss.xml
4242
[collective]: https://opencollective.com/boa
4343
[easy_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy

blog/2024-07-09-boa-release-19.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ Once again, big thanks to [all the contributors][contributors] of this release!!
210210

211211
[contributors]: https://github.com/boa-dev/boa/graphs/contributors?from=2024-03-05&to=2024-07-11&type=c
212212
[changelog]: https://github.com/boa-dev/boa/blob/v0.19/CHANGELOG.md
213-
[conformance]: https://boajs.dev/boa/test262/
214-
[feed]: https://boajs.dev/blog/rss.xml
213+
[conformance]: /conformance
215214
[collective]: https://opencollective.com/boa
216215
[easy_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy
217216
[first_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

blog/2024-12-05-boa-release-020/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ Once again, big thanks to [all the contributors][contributors] of this release!!
210210

211211
[contributors]: https://github.com/boa-dev/boa/graphs/contributors?from=2024-03-05&to=2024-07-11&type=c
212212
[changelog]: https://github.com/boa-dev/boa/blob/v0.19/CHANGELOG.md
213-
[conformance]: https://boajs.dev/boa/test262/
214-
[feed]: https://boajs.dev/blog/rss.xml
213+
[conformance]: /conformance
215214
[collective]: https://opencollective.com/boa
216215
[easy_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy
217216
[first_issues]: https://github.com/boa-dev/boa/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

0 commit comments

Comments
 (0)