Results 12 issues of Thore Husfeldt

The problem skeleton in `/skel` is getting a bit long in the tooth. Here are some issues: 1. Problem name in `problem.yaml` is not longer up to date with multilingual...

I want to be able to have `.in`-less invalid `.ans`-testcases, like this: (For a problem whose output is in [0..100]) ```yaml invalid_answers: data: range_hi: ans: 101 range_lo: ans: -1 ```...

This is my first attempt at implementing the expectations framework into BAPC. Draft documentation is in [doc/expectations.md](https://github.com/thorehusfeldt/BAPCtools/blob/feat/expectations/doc/expectations.md), and the file [`bin/expectations.py`](https://github.com/thorehusfeldt/BAPCtools/blob/feat/expectations/bin/expectations.py) has extensive documentation (including doctest.) This is a _very...

TODOs for invalid inputs: 1. Make BAPCtools recognise `data/invalid_inputs`, continue supporting `data/bad` but with a warning 2. Move the files currently created by `bt new_problem` in `data/bad` to the generator....

The generators framework work very smoothly, but I now constantly get tripped up in the following dance: ```bash > bt generate PROBLEM closestpairscoring Generate: sample/2 SKIPPED: 2.ans; supply -f --samples...

## In a Nutshell Q: The contents of a testcase’s `testdata.yaml` file be overwritten by the entries in `#testcase/"testdata.yaml"`. Should this happen 1. for the entire file or 2. for...

(This is not about changing functionality, but using terminology that is more aligned with the terminology used in the problem format specification.) *Analysis*: Too many things are called `generator(s)` right...

documentation

## Background In a `problem.yaml`, the key `name` specified as | Key | Type | Default |Comments | |--|--|--|--| name | String or map of strings |   | Required. If...

Dansk glimrer ved sit fravær i listen af lokaliseringer på https://github.com/git/git/tree/master/git-gui/po . Hvis og når sprogbruget på nærværende repos konvergerer til noget fornuftigt, bør vi skabe `dk.po` og sende en...

En konkret måde, hvorpå man kan teste sine ideer om velfungerende sprogbrug, er jo at gennemskrive en teknisk tekst. Herved opdager man ofte, at visse konstruktioner, som virkede overbevisende efter...