{5} Assigned, Active Tickets by Owner (Full Description) (18 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

maxr

Ticket Summary Component Milestone Type Created
Description
#36 Add Ada support. Any 5.2.0 task 03/10/06

An Ada producer is needed.


#71 building scripts for Ada parts Build System 5.2.0 task 06/22/06

Create makefiles to

  1. build and install Ada producer,
  2. redistribute ASIS library as separate project

#72 Ada: init ASIS regression test suite Regression 5.2.0 task 06/22/06

Create test programs, test cases and and script to run. These tests should check ASIS library.

I organize test as set of test programs, test cases (compilable Ada sources) and results of execution test programs on test cases. Makefile builds test programs with our ASIS library, runs them on test cases and compares results with stored in repository.

Each test program runs as

./open a0001.adb body a0001

Where

  • ./open - name of the test
  • a0001.adb - file with test case
  • body (or spec) - choise of specificatio or body of tested unit
  • a0001 - name of tested unit

Existing test program:

  1. Open - just open ASIS context. It includes parsing sources, building AST and run all passes over it. All test cases should open without errors, so result is an empty file.
  2. Walk - walks over ASIS AST and dump each encountered (explicit) Ada construct.
  3. Name - print corresponding declaration for each name in a test case.

#73 Ada: implement pragma Import(Ada, ...) Any 5.2.0 task 06/22/06

We need pragma Import to write regression tests before Ada runtime will be ready.


#74 Ada: init Ada producer regression test suite Regression 5.2.0 task 06/22/06

Create bunch of simple tests to check Ada producer functionality


#75 Ada: implement discrete types and their operations Any 5.2.0 task 06/22/06

#76 Ada: implement string types Any 5.2.0 task 06/22/06

#84 Ada: implement Asis.Compilation_Units.Relations Producers 5.2.0 task 01/23/08

Both functions (Semantic_Dependence_Order, Elaboration_Order) are not implemented.


ogorod

Ticket Summary Component Milestone Type Created
Description
#86 Ada: implement identificator dictionary Producers 5.0.0 enhancement 03/26/08

We need identificator dictionary to speedup comparation of identificators, because this is complicated when Unicode characters are used.


stefanf

Ticket Summary Component Milestone Type Created
Description
#16 Implement non-supported C99 functionality. Any 5.1.0 task 03/10/06

Implement non-supported C99 functionality.


#17 The new POSIX standard is a superset of ISO/IEC 9899:1999, support for the C99 API is thus needed first. APIs 5.1.0 task 03/10/06

The new POSIX standard is a superset of ISO/IEC 9899:1999, support for the C99 API is thus needed first.


#22 Get the alpha installer working on OS's other than OSF1/Tru64. Any 5.1.0 task 03/10/06

The alpha installer currently produces assembler code that doesn't work with the GNU assembler.


verm

Ticket Summary Component Milestone Type Created
Description
#7 Versioning Header feng shui. Any 5.0.0 task 03/10/06

There are presently 12 duplicate release.h headers that provide a tendra release char* to various tools. These might be centralized, perhaps in ${TENDRA}/src/include, or perhaps inserted through a make system. Additionally, finer-detailed versioning information might be included


#14 Check for needed binaries. Any 5.0.0 task 03/10/06

During the make-config target, check for needed binaries so we can build. We may also add some simple regression tests to ensure they react properly. This takes care of situations like LC_ALL=C on redhat.


#43 Release checklist. Docs 5.1.0 task 03/10/06

Create a release checklist so we can ensure nothing is missed during a release.


#45 Create a README file to be packaged with TenDRA releases. Docs 5.1.0 task 03/10/06

The old TenDRA README file is quite outdated, most if it no longer applies to the new release currently being worked on. This will contain the regular README nits such as downloading, installation, known install issues, source layout, installed layout, build system workings, bug reporting and license information. A small section on basic TenDRA usage will also be included.


#47 Document the build system. Docs 5.1.0 task 03/10/06

Write a short document on the build process. List exactly how it works so that people may accurately submit bug reports and rule out operator error.


#69 "Links" page is missing in the new site version. WWW 5.0.0 task 04/28/06

The "Interesting Links" page were lost during conversion. It would be nice to get it back.


Note: See TracReports for help on using and creating reports.