cargo-aoc icon indicating copy to clipboard operation
cargo-aoc copied to clipboard

Runner support for multiple years

Open trebinor opened this issue 6 years ago • 4 comments

I noticed cargo aoc input downloads inputs into directories by year.

Are there any plans to support multiple years per project in the runner? It would be nice to have all my advent years in the same repo.

trebinor avatar Dec 01 '19 18:12 trebinor

The main issue is how symbols are exported by aoc_lib, in order to be used by aoc_runner and aoc_generator (which are year agnostic ATM).

gobanos avatar Dec 09 '19 07:12 gobanos

Makes sense. Something to keep in mind for the future, if it's not too hard.

trebinor avatar Dec 10 '19 02:12 trebinor

This would be a great feature!

RichoDemus avatar Dec 01 '20 12:12 RichoDemus