Coder Social home page Coder Social logo

Comments (2)

dazuma avatar dazuma commented on September 26, 2024 1

I'm investigating now. It looks like there was a crash during YAML generation, resulting in incomplete YAML. However, the release script didn't detect the crash and proceeded to upload the tarball of the incomplete YAML, resulting in the errors above. So there are two issues here: the crash itself, and the fact that the script didn't handle the crash correctly. I'll look at these over the next day or two. More info in the internal issue b/277880368. Note that, as we haven't had a successful release of this library since this incident, it's very possible the same issue will resurface with the next release unless it gets addressed.

from doc-pipeline.

dandhlee avatar dandhlee commented on September 26, 2024

After some debugging with this specific blob, it seems like there are a lot more references than actual items included in the YAML file for Google-Cloud-Datastore.yml.

In the references, it expects all of these entries:

- uid: Google::Cloud::Datastore
- uid: Google::Cloud::Datastore.configure(class)
- uid: Google::Cloud::Datastore.new(class)
- uid: Google::Cloud::Datastore::VERSION
- uid: Google::Cloud::Datastore::Key
- uid: Google::Cloud::Datastore::Query
- uid: Google::Cloud::Datastore::Commit
- uid: Google::Cloud::Datastore::Cursor
- uid: Google::Cloud::Datastore::Entity
- uid: Google::Cloud::Datastore::KeyError
- uid: Google::Cloud::Datastore::PropertyError
- uid: Google::Cloud::Datastore::TransactionError
- uid: Google::Cloud::Datastore::Filter
- uid: Google::Cloud::Datastore::Dataset
- uid: Google::Cloud::Datastore::GqlQuery
- uid: Google::Cloud::Datastore::Properties
- uid: Google::Cloud::Datastore::Credentials
- uid: Google::Cloud::Datastore::Transaction
- uid: Google::Cloud::Datastore::AggregateQuery
- uid: Google::Cloud::Datastore::ReadOnlyTransaction

The following are defined within the YAML file:

- uid: Google::Cloud::Datastore
- uid: Google::Cloud::Datastore.configure(class)
- uid: Google::Cloud::Datastore.new(class)
- uid: Google::Cloud::Datastore::VERSION

The following are referenced and exist as a separate file within the blob:

- uid: Google::Cloud::Datastore::Key
- uid: Google::Cloud::Datastore::Query
- uid: Google::Cloud::Datastore::Commit
- uid: Google::Cloud::Datastore::Cursor
- uid: Google::Cloud::Datastore::Entity
- uid: Google::Cloud::Datastore::KeyError
- uid: Google::Cloud::Datastore::PropertyError
- uid: Google::Cloud::Datastore::TransactionError

The following are referenced but do not exist as a separate YAML file or entry within the blob:

- uid: Google::Cloud::Datastore::Filter
- uid: Google::Cloud::Datastore::Dataset
- uid: Google::Cloud::Datastore::GqlQuery
- uid: Google::Cloud::Datastore::Properties
- uid: Google::Cloud::Datastore::Credentials
- uid: Google::Cloud::Datastore::Transaction
- uid: Google::Cloud::Datastore::AggregateQuery
- uid: Google::Cloud::Datastore::ReadOnlyTransaction

@dazuma, can you take a look to see where the missing references might be? I'll remove the problematic blob for now.

from doc-pipeline.

Related Issues (20)

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.