Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
important follow-ups:
- contentDependencies and extraDependencies are now on purpose
implicit, and should be removed from all content functions
- expectDependencies is still stupid and the only important
behavior, which is receiving and providing boundExtraDep-
endencies, should be factored out
- need to test what happens when accessing dependencies that
don't exist and make sure that still errors cleanly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cheats a degree of immunity to secrelease shenanigans by making
(musical) track references universally *never* point to a track
with a "Main Release" field (i.e. a seconday release).
Still, #checks continues to detect and error when you're really
pointing to a secondary release, and shouldn't be doing that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Outside content text, this doesn't cause miscapitalized references
to slip past, but it does stop them from being specially reported
i.e. highlighting which letters need to be updated or treating as
more than just "nothing matches for this reference" generic errors.
That's a TODO. Sorry! Gyeep!
|
|
|
|
Same as just about any other tooltip. Not sure why this isn't
the way we went at outset.
|
|
|
|
|
|
|
|
|
|
Resolves #283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in matchMarkdownLinks here are refactoring only, not new
behavior.
|
|
|
|
|