Giter Site home page Giter Site logo

eagle's People

Contributors

elliotchance avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

uikit0

eagle's Issues

Check for missing docs

Doxygen does not warn when documentation is missing from C. Maybe there is another command line tool out there to do this?

Makefile coverage is not calculating properly

I don't know why but the percentage calculated from the HTML coverage is coming out wrong because the order in the file has changed. It need to be a bit smarted than it is now to handle this.

Verify operator precedence

Make sure that all operators are in the correct mathematical precedence. Some complex testing will need to be setup.

Make suites selectable on eagle_test

By default eagle_test should print out a help message. Each argument is a test suite, or "all" like:

eagle_test all
eagle_test memory sqlfuzz

Improve AddSuite

It's annoying to write tests and have to add the test names to a separate list, this can all be done in the same macro.

Check memory management

There is some confusion about variables that go into constructors being freed with their parent object when they shouldn't be. Check all objects to make sure they do not free memory or objects that they did not specifically create.

Better fuzz testing on SQL

Need more testing on unexpected tokens for stability and memory leaks. Some situations do cause the parser to crash.

Create database schema framework

There is a virtual schema called eagledb and there is a concrete default schema.

The "database" is the instance. Since the SQL standard says databases can never interact each database will require its own independent EagleDbInstance.

Safe malloc() and free()

Need macros for safe malloc(), calloc() that will throw a signal if failed. Also free() needs to reset the pointer to NULL.

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.