Git Product home page Git Product logo

Comments (4)

nomeata avatar nomeata commented on August 16, 2024 1

Actually

        if ".yaml" `isSuffixOf` file || ".yml" `isSuffixOf` file

should work.

I’ll just do it, simpler that way.

from tip-toi-reveng.

nomeata avatar nomeata commented on August 16, 2024

Reasonable. Care to submit a patch? Only this line needs to be changed: https://github.com/entropia/tip-toi-reveng/blob/master/src/Commands.hs#L142

from tip-toi-reveng.

cstuder avatar cstuder commented on August 16, 2024

I don't speak Haskell, but I can have a look. (As soon as I manage to reliably print my OID codes....)

from tip-toi-reveng.

maehw avatar maehw commented on August 16, 2024

I can't get the build toolchain run on my current machine (running Mac OS).

Just a guess (no Haskell programmer, too) which I cannot test:

Replace

        if ".yaml" `isSuffixOf` file

by

        if (".yaml" `isSuffixOf` file) || (".yml" `isSuffixOf` file)

?

I could submit a pull request for that if that helps reducing the effort for you.

from tip-toi-reveng.

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.