Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dduugg/advent_of_code


https://github.com/dduugg/advent_of_code

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code

Advent of Code solved using Ruby preview releases.

## 2022

## 2021

### Day 2
Github syntax highlighting has trouble with Ruby 3 pattern matching:

![image](https://user-images.githubusercontent.com/697964/146279177-fd26ee71-7090-4889-a75e-015bc60bbb1f.png)

### Day 5
Sorbet does not recognize `Hash#sum`: https://github.com/sorbet/sorbet/issues/4972

### Day 12
Rubocop offers [conflitcting](https://github.com/rubocop/rubocop/issues/10292) guidance when using Ruby 3.1 keyword omission.

Sorbet does not recognize initializing a Queue with an Enumerable: https://github.com/sorbet/sorbet/pull/6588