Skip to content

Commit 012116c

Browse files
authoredAug 22, 2019
Clean up links in known_issues.md
1 parent c8b1294 commit 012116c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎known_issues.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ If you feel that something should be added to this list:
1313
If you're not sure, just open an issue in this repo. We're happy to help!
1414

1515
## IDE/Debugging Experience
16-
* https://github.com/rust-gamedev/wg/issues/20 - Map/Set in .natvis files
17-
* https://github.com/rust-gamedev/wg/issues/22 - RLS for huge projects
18-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/8 - RLS in VS Code robustness & performance
19-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/9 - Better debugger experience in VS Code
16+
* [wg #20](https://github.com/rust-gamedev/wg/issues/20): Map/Set in .natvis files
17+
* [wg #22](https://github.com/rust-gamedev/wg/issues/22): RLS for huge projects
18+
* [embark-rust-ecosystem #8](https://github.com/EmbarkStudios/rust-ecosystem/issues/8): RLS in VS Code robustness & performance
19+
* [embark-rust-ecosystem #9](https://github.com/EmbarkStudios/rust-ecosystem/issues/9): Better debugger experience in VS Code
2020

2121
## Debug Performance
22-
* https://github.com/rust-gamedev/wg/issues/32 - Selective Enabling/Disabling optimizations at a crate/file/function level
23-
* Profile overrides do not work for code using generics (such as nphysics) https://github.com/rust-lang/rust/issues/63484
24-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/5 - More efficient runtime code generation for debug builds
22+
* [wg #32](https://github.com/rust-gamedev/wg/issues/32): Selective Enabling/Disabling optimizations at a crate/file/function level
23+
* [rust-lang #63484](https://github.com/rust-lang/rust/issues/63484): Profile overrides do not work for code using generics (such as nphysics)
24+
* [embark-rust-ecosystem #5](https://github.com/EmbarkStudios/rust-ecosystem/issues/5): More efficient runtime code generation for debug builds
2525

2626
## Iteration Times
27-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/13 - Dynamic libraries (dll/dylib) for fast iteration
28-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/11 - Distributed compilation for fast iteration
27+
* [embark-rust-ecosystem #13](https://github.com/EmbarkStudios/rust-ecosystem/issues/13): Dynamic libraries (dll/dylib) for fast iteration
28+
* [embark-rust-ecosystem #11](https://github.com/EmbarkStudios/rust-ecosystem/issues/11): Distributed compilation for fast iteration
2929

3030
## Runtime Performance
31-
* https://github.com/EmbarkStudios/rust-ecosystem/issues/2 - fast math support
31+
* [embark-rust-ecosystem #2](https://github.com/EmbarkStudios/rust-ecosystem/issues/2): Fast fp math support

0 commit comments

Comments
 (0)
Please sign in to comment.