From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:5c0e:: with SMTP id i14mr5481736qti.328.1608320880010; Fri, 18 Dec 2020 11:48:00 -0800 (PST) X-Received: by 2002:ad4:4c8c:: with SMTP id bs12mr6240805qvb.11.1608320879810; Fri, 18 Dec 2020 11:47:59 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Dec 2020 11:47:59 -0800 (PST) In-Reply-To: <3eec3e60-7ac7-40de-844b-5dc16361a6ean@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:60ea:be4b:caea:bfcc; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:60ea:be4b:caea:bfcc References: <3eec3e60-7ac7-40de-844b-5dc16361a6ean@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Advent of Code, Day 17 From: Gautier Write-Only Address Injection-Date: Fri, 18 Dec 2020 19:48:00 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60884 List-Id: > Advent of Code hasn't been a *complete* waste of time. ;-) Far from that: now the major part of the test suite for HAC stems from AoC: *******[ HAC ]******* Compiler version: 0.083 dated 09-Dec-2020. *******[ HAC ]******* Caution: HAC is not a complete Ada compiler. Type "hac" for license. . . . .[ HAC ]. . . . Compiling from file: all_silent_tests.adb . . . .[ HAC ]. . . . Compilation finished in 0.000862600 seconds. . . . .[ HAC ]. . . . Starting p-code VM interpreter... ___________ ____________________________________________________________ / * HAC * \ / "Silent tests": when there is zero output, no compilation \ | Testing | | error and no run-time error, then it's all fine. | \___________/ \____________________________________________________________/ ----> Launching tests (one instance of HAC each)... . . . .[ HAC ]. . . . Compiling and running from file: case_statement.adb . . . .[ HAC ]. . . . Compiling and running from file: constants.adb . . . .[ HAC ]. . . . Compiling and running from file: declarations.adb . . . .[ HAC ]. . . . Compiling and running from file: enumerations.adb . . . .[ HAC ]. . . . Compiling and running from file: floats.adb . . . .[ HAC ]. . . . Compiling and running from file: integers.adb . . . .[ HAC ]. . . . Compiling and running from file: loops.adb . . . .[ HAC ]. . . . Compiling and running from file: recursion.adb . . . .[ HAC ]. . . . Compiling and running from file: sorting_tests.adb . . . .[ HAC ]. . . . Compiling and running from file: strings.adb . . . .[ HAC ]. . . . Compiling and running from file: type_conversion.adb . . . .[ HAC ]. . . . Compiling and running from file: var_init.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_02.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_03.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_04.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_05.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_06.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_07.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_08.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_09.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_10.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_11.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_12.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_13.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_15.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_16.adb . . . .[ HAC ]. . . . Compiling and running from file: aoc_2020_17.adb ----> Done. All tests passed. Summary: 27 successes 0 failures -------[ HAC ]------- VM interpreter done after 35.307665400 seconds. -------[ HAC ]------- Execution of all_silent_tests.adb completed.