DeadCodeProductions / dead

Other
50 stars 5 forks source link

Rewrite #45

Closed thetheodor closed 1 year ago

thetheodor commented 2 years ago

This an effort to rewrite dead using diopter. Unfortunately this is a huge change. I wanted to break it down into smaller chunks but I failed :smile: .

Notable changes:

There are still a few things left to do before merging this:

The following are also planned but maybe in a separate PR:

It probably makes sense to squash most of these commits since there's some transitional code there (e.g., two types of Cases, one with CompilerSetting and one with CompilationSetting)

Quarub commented 2 years ago

Another todo: old_utils should be removed.

Quarub commented 2 years ago

Will the changes be backwards incompatible wrt the DB? If so, I think we can throw away some parts of it.

thetheodor commented 2 years ago

Will the changes be backwards incompatible wrt the DB?

Not really, the new one is much simpler. I'll write a script to convert between them