Code Monkey home page Code Monkey logo

Comments (6)

rlskoeser avatar rlskoeser commented on August 10, 2024

@ghukill thanks for catching this. You're right, it should be progressbar2 instead of progressbar. I think at one point progressbar was an optional dependency (since it isn't technically needed to run eulfedora), but it looks like that's not the case anymore. I'm not sure of the cleanest way to handle that.

It does look like the line you identified in the setup script is a simple fix, though, and should be corrected. If you want to do a pull request, go ahead. Otherwise, I'll change it when I get a chance.

from eulfedora.

ghukill avatar ghukill commented on August 10, 2024

Sounds good - we can definitely submit a pull request with regards to progressbar.

Might have another small one from syncutil as well, for particularly long datastream labels...

from eulfedora.

rlskoeser avatar rlskoeser commented on August 10, 2024

Great.

I think we ran into the same issue with syncutil; there are a couple of fixes in the develop branch that haven't been released yet (see 2042420 and cb55302), and we're also planning to add some better error handling.

from eulfedora.

ghukill avatar ghukill commented on August 10, 2024

Those commits are exactly it. But food for thought: we had to set ours at 750 to safely get through a handful of objects with particularly long labels. We also had to bump up the number on line 206.

Is the danger of setting it considerably higher that you might encroach on another tag? Pondered if you could save the length traversed backwards from len_to_save (or some way similar), but that was at week's end and haven't yet revisited.

from eulfedora.

rlskoeser avatar rlskoeser commented on August 10, 2024

@ghukill Do you want to open a second issue to track the syncutil issue?

Setting the length higher is probably better than failing because there isn't enough context present. It should be possible to adjust the regex to find the last occurrence of the datastream info tags we're looking for, and probably not to hard to manufacture a test case that includes multiple datastream tags to confirm it gets the expected values.

We also ran into a problem with old records that had -1 datastream sizes (old fedora bug); I think it's probably ok if those fail, since they should be cleaned up, but I wondered if you all had any thoughts.

from eulfedora.

rlskoeser avatar rlskoeser commented on August 10, 2024

Merged in #16 and released eulfedora 1.5.2

from eulfedora.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.