Skip to content

Commit ab6fa30

Browse files
authored
Merge pull request scala#161 from scala/SethTisue-patch-1
various readme tweaks
2 parents 04171f5 + 51ab1c5 commit ab6fa30

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ scala-xml
66
[![Gitter](https://badges.gitter.im/Join+Chat.svg)](https://gitter.im/scala/scala-xml)
77
=========
88

9-
The standard Scala XML library. Please file issues here instead of over at issues.scala-lang.org.
9+
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
1010

1111
Since Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
12-
If you are cross-building a project that uses scala-xml with both Scala 2.10 and later Scala versions, take a look [this example](https://github.com/scala/scala-module-dependency-sample).
1312

14-
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (XML syntax is desugared into a set of method calls, which unfortunately is only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala)). Alternative implementations are welcome!
13+
The decoupling works because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
1514

1615
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/scala/xml/index.html).
1716

17+
## Cross-building with 2.10
18+
19+
If you are cross-building a project that uses scala-xml with both Scala 2.10 and later Scala versions, take a look at [this example](https://github.com/scala/scala-module-dependency-sample).
20+
1821
## Maintenance status
1922

20-
This library is community-maintained. The lead maintainers are [@biswanaths](https://github.com/biswanaths) and [@aaron_s_hawley](https://github.com/ashawley).
23+
This library is community-maintained. The lead maintainers are [@aaron_s_hawley](https://github.com/ashawley) and [@biswanaths](https://github.com/biswanaths).
2124

2225
## Security best practices
2326

0 commit comments

Comments
 (0)