mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-16 03:05:03 +01:00
rewrite frontend to be less fucked
This commit is contained in:
parent
3012189906
commit
cc4d90e748
13 changed files with 379 additions and 19 deletions
|
|
@ -62,6 +62,7 @@ impl Nightlies {
|
|||
&self,
|
||||
already_finished: &[FinishedNightly],
|
||||
) -> Option<(String, BuildMode)> {
|
||||
dbg!(&self.all[..20]);
|
||||
let already_finished = HashSet::<_, RandomState>::from_iter(already_finished.iter());
|
||||
|
||||
self.all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue