You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow processing symbol graphs of unknown languages
DocC currently has a set of 'known' programming languages for which it
has display names, and loading symbol graphs currently requires the
symbols' language to be known by DocC. There's no reason to not process
allow processing symbols of unknown language though, and this fix makes
DocC more flexible in that respect. The end-to-end compilation flow
works fine with the change.
0 commit comments