ThrawnCA
ThrawnCA
Why would `protected` methods be excluded? If subclasses are allowed to alter an aspect of state, that doesn't sound immutable.
I think the fundamental issue here is that updating a resource triggers an update at the package level, which means that any package with multiple resources has the potential for...
@Zharktas I think it's not exactly a bug in one extension, more like the straw that broke the camel's back. We have XLoader and Validation and Archiver and QA and...
I've been working on this at https://github.com/qld-gov-au/ckanext-xloader/compare/develop...qld-gov-au:ckanext-xloader:github-262-click-logging but it's not ready yet.
The concept of an "armed boxwing" seems a little incongruous, when the whole point of the name is that everything but cargo space has been stripped out...rather like low-sodium salt,...
> However, when `xloader` retries, it creates the table again and fails again, keeping the incorrect state. Well, if something has triggered XLoader to retry, then that probably means that...
That doesn't sound like intentional design, thanks for picking it up. > happy to help if needed! If you want to submit a pull request, I'll certainly take a look.
I'm seeing a false positive when a `static final` field is assigned an `unmodifiableList` and is then returned by a non-static method.
What version of XLoader are you using?
> Looks like setup tools for 2.9 has started to fail unrelated to your changes. We can fix that, but I'll note that with the release of CKAN 2.11, 2.9...