Code Monkey home page Code Monkey logo

agen's People

Contributors

entomy avatar psyomn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

agen's Issues

Unit tests

There's a few options for unit test frameworks as far as Ada goes.

AUnit:
This is the AdaCore/GNAT offering, based off JUnit with modifications. It works, there's plenty of documentation for it, and it's familiar to most people.

VectorCast/Ada:
Commercial. Excellent quality, but probably not what's wanted for a project like this.

Ahven:
I know nothing about this one. Never used it. Seems like another take on JUnit for Ada.

Testing:
My own testing framework. Offers some unusual features like procedure testing, but isn't mature and takes a considerably different approach so it's far less familiar.

Your call. I'll get unit tests made up once a decision is made.

Incomplete help documentation

PS C:\Users\p-kel\Desktop\gnatgen\bin> .\gnatgen --help
Did not understand that
PS C:\Users\p-kel\Desktop\gnatgen\bin> .\gnatgen
Use:
gnatgen <action> [params]
  new project - to create a template of a new project

As seen, --help is not recognized and the help documentation that is printed out is incomplete, as the README.md is using "actions" such as print and p.

gnatgen new project name.derp is problematic

Running the following will be ok

$ gnatgen new project name.with.dots.everywhere

But this will make the GPR file have a bunch of dots at the project name which probably won't be a good idea (not sure about what the specification says about this - it might be allowed for big projects, with subprojects that need building with other recipees).

For now a quick fix would be to replace the dots with an underscore. Good beginner issue for whoever may want to tackle this.

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.