sideshowbarker
sideshowbarker
To answer your other specific questions: > Is there a plan of updating the Jing dependency in Nu? No, there is not. > Please consider alternatively documenting whether one can...
The jars published to Maven Central at https://repo1.maven.org/maven2/nu/validator/validator/ and at https://github.com/validator/validator/packages/892686 now bundle in Jing — as well as bundling in the validator.nu HTML parser. Please test with those jars...
I’m going ahead and closing this for now. If there are any problems that come up with using the new Jing-classes-included Maven releases, it seems best to file new/separate issues...
> By shading the jing dependency I actually meant renaming its packages before including in in the nu jar, so as to avoid conflict with recent jing versions (which are...
To be clear: At this point, unless/until you or someone else contributes a patch which implements the shading you propose, and tests it and does everything else necessary to help...
Please trying deleting the build and rebuilding from scratch: ``` ./Meta/ladybird.sh delete && ./Meta/ladybird.sh rebuild ``` (I _think_ running `./Meta/ladybird.sh rebuild` on its own _should_ work, but not 100% certain.)...
@fitsum Did you try what’s suggested in https://github.com/LadybirdBrowser/ladybird/issues/1329#issuecomment-2357928312?
@fitsum were you ever able to get this resolved and be able to build?
Top of the stack trace: ```c++ ak_trap + 1536 (Assertions.cpp:113) ak_assertion_failed + 104 (Assertions.cpp:133) GC::Ptr::operator->() const + 48 (Ptr.h:168) Web::ContentSecurityPolicy::should_navigation_request_of_type_be_blocked_by_content_security_policy(GC::Ref, Web::ContentSecurityPolicy::Directives::Directive::NavigationType) + 1880 (BlockingAlgorithms.cpp:219) Web::HTML::Navigable::navigate_to_a_javascript_url(URL::URL const&, Web::HTML::HistoryHandlingBehavior, GC::Ref, URL::Origin const&,...
`navigation_request->client()` is a nullptr here: https://github.com/LadybirdBrowser/ladybird/blob/948349974c37d991837fa041c9e834e1b56429b5/Libraries/LibWeb/ContentSecurityPolicy/BlockingAlgorithms.cpp#L219