-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.notes.txt
41 lines (32 loc) · 975 Bytes
/
.notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
BUGS
----
Parse::STDF was developed and tested using Perl 6.c, Rakudo version 2017.10-4-g4fca947 built
on MoarVM version 2017.10. There is a bug (see <https://rt.perl.org/Public/Bug/Display.html?id=127210>)
which impacts some of the class attributes typed as `uint8`. Until this bug is fixed, workarounds are needed.
See **examples/summary.p6** on how to do this.
When this bug is fixed the following files must be updated:
- examples/summary.p6
- t/12-pcr.t
- t/06-mir.t
PERFORMANCE
-----------
Perl6 is painfully slow. Waiting for a faster version before making a formal release.
TESTING
-------
$ PERL6LIB=lib prove -v -r --exec=perl6 t/
RUNNING EXAMPLES
----------------
$ export PERL6LIB=lib
$ examples/ver.p6
INSTALL LOCALLY
---------------
$ zef install ./perl6-Parse-STDF/
-or-
# Forces installation, bypassing test results.
$ zef install --force-test ./perl6-Parse-STDF/
UINSTALL
--------
$ zef uinstall Parse::STDF
DOCS
----
$ p6doc Parse::STDF