You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2018. It is now read-only.
Rapture XML has been designed to offer similar functionality to Rapture JSON, but for XML, but development has always focussed on JSON while XML has taken a back seat.
Consequently, basic functionality for Rapture XML works, but there is probably a minefield of undiscovered or forgotten bugs which have yet to be documented. The first step to finding and fixing these is to write some tests.
To get started,
Clone the repository, propensive/rapture:
git clone https://github.com/propensive/rapture rapture
cd rapture
Take a look at the existing tests,
vi xml-test/test/tests.scala
Compile and run the tests with sbt:
sbt xml-testJVM/test
The text was updated successfully, but these errors were encountered:
Rapture XML has been designed to offer similar functionality to Rapture JSON, but for XML, but development has always focussed on JSON while XML has taken a back seat.
Consequently, basic functionality for Rapture XML works, but there is probably a minefield of undiscovered or forgotten bugs which have yet to be documented. The first step to finding and fixing these is to write some tests.
To get started,
propensive/rapture
:The text was updated successfully, but these errors were encountered: