mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge pull request #363 from joemfb/safe-book
updates ++boil:ap to crash if a book has pages with the same tag
This commit is contained in:
commit
43383877e3
@ -7457,12 +7457,21 @@
|
||||
[%axil %void]
|
||||
?~ t.p.gen
|
||||
boil(gen i.p.gen)
|
||||
=+ :* def=bile(gen i.p.gen)
|
||||
^= end ^- (list line)
|
||||
~_ leaf+"book-foul"
|
||||
%+ turn `(list hoon)`t.p.gen
|
||||
|=(a/hoon =+(bile(gen a) ?>(?=($& -<) ->)))
|
||||
==
|
||||
=/ def bile(gen i.p.gen)
|
||||
=| tag/(set term)
|
||||
=? tag ?=($& -.def) (~(put in tag) `@tas`q.p.p.def)
|
||||
=/ end
|
||||
=| lit/(list line)
|
||||
|- ^+ lit
|
||||
=/ tar bile(gen i.t.p.gen)
|
||||
?. ?=($& -.tar)
|
||||
~_(leaf+"book-foul" !!)
|
||||
=/ hed `@tas`q.p.p.tar
|
||||
?: (~(has in tag) hed)
|
||||
~_(leaf+"book-dup-page: {<hed>}" !!)
|
||||
=. lit [+.tar lit]
|
||||
?~ t.t.p.gen lit
|
||||
$(tag (~(put in tag) hed), t.p.gen t.t.p.gen)
|
||||
?- -.def
|
||||
$& [%kelp p.def end]
|
||||
$| ?~(end p.def [%fern p.def [%kelp end] ~])
|
||||
|
Loading…
Reference in New Issue
Block a user