Skip to content

Commit 94054bb

Browse files
committed
Enables comments on new SIPs
1 parent 668d3d2 commit 94054bb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

sips/pending/_posts/2015-6-18-repeated-byname.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: sip
33
title: SIP-24 - Repeated By Name Parameters
4+
disqus: true
45
---
56

67
**By: Martin Odersky**
@@ -26,4 +27,4 @@ The same holds for an vararg argument of the form `e: _*`. The argument expressi
2627

2728
## See also
2829

29-
https://github.com/lampepfl/dotty/issues/499
30+
[Dotty Issue #499](https://github.com/lampepfl/dotty/issues/499)

sips/pending/_posts/2015-6-18-trait-parameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: sip
33
title: SIP 25 - Trait Parameters
4+
disqus: true
45
---
56

67
__Martin Odersky__
@@ -61,4 +62,4 @@ the evaluation order would be `e1`, initializer of `T`, `e2`, initializer of `V`
6162

6263
## See Also ##
6364

64-
Dotty issue: https://github.com/lampepfl/dotty/issues/640
65+
[Dotty Issue #640](https://github.com/lampepfl/dotty/issues/640)

0 commit comments

Comments
 (0)