Giter VIP home page Giter VIP logo

Comments (4)

Echolon avatar Echolon commented on August 17, 2024

Thank you Georg for the support!

  • Estimated workload: 30 h
  • Assumption: Knowledge of Github Automation

from xeps.

Echolon avatar Echolon commented on August 17, 2024

Some further input from Jonas:

attic maintenance + email notification both have a core issue, which is that
they need to keep state somewhere. Once the state-keeping is resolved, the
implementation is quite trivial, because tooling does exist for both archiving
stuff to the attic (maybe it needs like 5 lines of extra bash to automate the
commit, pulling and modifying a quote from Edgar Allan Poe's The Raven and
pushing, but that's about it)
.
This state-keeping would then also be extremely helpful for automating the
publication of new documents
; with the current process of building without
keeping state, we have to expect to pay significant CI fees soon, because
we're building not only HTML but also PDF versions from scratch every time, a
task which takes about 10-15 minutes on my 8-core machine when it does nothing
else.
On the other hand, there is not much, if any, tooling for XEP-0001 conformance
checking. Hence a person would have to first understand XEP-0001 and the
implications and then implement a tool to check that and provide useful
feedback to the PR author. I.e. there's much more work to do here than for the
other three tasks I mentioned so far
, especially if one makes use of the
synergies between them.

from xeps.

Kev avatar Kev commented on August 17, 2024

Just leaving further information from Jonas in xsf@. It needs it to do a diff of the old and new git master (which means keeping the state of the last master) and do calculations based on that.

( I proposed an approach:

foreach xep in *.xml:
   extract ver
   if not check attic for ver:
     git tag
     copy to attic
     commit attic
     push to attic and xeps.git

that doesn't use Git diffs, so isn't what's needed)

from xeps.

horazont avatar horazont commented on August 17, 2024

Closed in favour of #1236 and #1241, which should make for more clearer work packages. Re-open if you disagree.

from xeps.

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.