From Fedora Project Wiki
(remove note after review)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 13: Line 13:


== Current status ==
== Current status ==
* Targeted release: [[Releases/16 | Fedora 16 ]]  
* Targeted release: [[Releases/21 | Fedora 21 ]]  
* Last updated: 2011-06-04
* Last updated: 2013-11-09
* Percentage of completion: 25%
* Percentage of completion: 85%


<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
Line 30: Line 30:
Required steps are:  
Required steps are:  
# '''Ada Packaging Guidelines''' - ''accepted''
# '''Ada Packaging Guidelines''' - ''accepted''
# '''Support of Ada 2012 specification''' - ''in progress''
# '''Support of Ada 2012 specification''' - ''done`` (since gcc-4.8)
# '''GprBuild''' - Gnat project build (Requres XMLAda) - ''approved''
# '''GprBuild''' - Gnat project build (Requres XMLAda) - ''approved''
# '''GtkAda''' - Ada bindings for GTK - ''approved''
# '''GtkAda''' - Ada bindings for GTK - ''approved''
# '''QtAda''' - Ada bindings for QT - ''in progress''
# '''Gela-asis''' - ASIS implementation for qtada - ''under review''
# '''GPS''' - GNAT Programming Studio  - ''in progress''
# '''QtAda''' - Ada bindings for QT - ''ready for review''
# '''AWS''' - Ada web server and tools for http:// and other protocols - ''in progress''
# '''GPS''' - GNAT Programming Studio  - ''stale review''
# '''Gdb''' - Ada support for GDB (need hard-working with GDB upstream and AdaCore is needed) - ''in progress''
# '''AWS''' - Ada web server and tools for http:// and other protocols - ''approved''
# '''Matreshka''' - a set of Ada libraries to help to develop information systems. - ''under review''
# '''Matreshka''' - a set of Ada libraries to help to develop information systems. - ''approved''
# '''Florist''' -- Open-source implementation of IEEE Standard 1003.5b-1996 - ''approved''
# '''Gnatcoll''' -- Suite of reusable software components and utilities for Ada developers - ''approved''


== How To Test ==
== How To Test ==
Line 72: Line 74:
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
<!-- Is there upstream documentation on this feature, or notes you have written yourself?  Link to that material here so other interested developers can get involved. -->
* [http://libre.adacore.com/home/ada_answers/ada_overview/ Ada overview]
* [http://libre.adacore.com/home/ada_answers/ada_overview/ Ada overview]
* [http://libre.adacore.com/home/ada_answers/ada-2012/ Ada 2012]
* [http://www.ada-auth.org/standards/ada12.html Ada Reference Manual (2012)]
* [http://www.adaic.org/resources/add_content/standards/05rm/html/RM-TTL.html Ada Reference Manual (2005)]


== Release Notes ==
== Release Notes ==
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
* Fedora 16 includes full stack of tools for Ada Development: Compiler (gcc-gnat), Project Builder (gprbuild), IDE (GPS) and some others
* Fedora 19 includes full stack of tools for Ada Development: Compiler (gcc-gnat), Project Builder (gprbuild), IDE (GPS) and some others
* Ada bindings for most popular tools such as: GTK, Qt, zeromq, Databases (PostgreSQL, MySQL and SQLite) etc
* Ada bindings for most popular tools such as: GTK, Qt, zeromq, Databases (PostgreSQL, MySQL and SQLite) etc


Line 84: Line 85:
* See [[Talk:Features/Ada_developer_tools]]
* See [[Talk:Features/Ada_developer_tools]]


[[Category:FeatureAcceptedF16]]
[[Category:FeaturePageIncomplete]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Latest revision as of 18:44, 8 November 2013

Feature Name

Features/AdaDeveloperTools

Summary

Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language.

Owner

  • Email: landgraf@fedoraproject.org

Current status

  • Targeted release: Fedora 21
  • Last updated: 2013-11-09
  • Percentage of completion: 85%


Detailed Description

Ada is a modern programming language designed for large, long-lived applications – and embedded systems in particular – where reliability and efficiency are essential. It was originally developed in the early 1980s (this version is generally known as Ada 83) by a team led by Dr. Jean Ichbiah at CII-Honeywell-Bull in France. The language was revised and enhanced in an upward compatible fashion in the early 1990s, under the leadership of Mr. Tucker Taft from Intermetrics in the U.S. The resulting language, Ada 95, was the first internationally standardized (ISO) Object-Oriented Language. Under the auspices of ISO, a further (minor) revision was completed as an amendment to the standard; this version of the language is known as Ada 2005. Work is currently in progress on some additional features (including support for program anotations) and is expected to be completed in 2012.

Benefit to Fedora

For Fedora this brings the Ada support right up to date and alongside Debian. It also enables our developers to use a powerful, secure and fast programming language.

Scope

Required steps are:

  1. Ada Packaging Guidelines - accepted
  2. Support of Ada 2012 specification - done (since gcc-4.8)
  3. GprBuild - Gnat project build (Requres XMLAda) - approved
  4. GtkAda - Ada bindings for GTK - approved
  5. Gela-asis - ASIS implementation for qtada - under review
  6. QtAda - Ada bindings for QT - ready for review
  7. GPS - GNAT Programming Studio - stale review
  8. AWS - Ada web server and tools for http:// and other protocols - approved
  9. Matreshka - a set of Ada libraries to help to develop information systems. - approved
  10. Florist -- Open-source implementation of IEEE Standard 1003.5b-1996 - approved
  11. Gnatcoll -- Suite of reusable software components and utilities for Ada developers - approved

How To Test

  1. No special hardware is needed.
  2. For install compiler and project-file use:
     $ yum install fedora-gnat-project-common gprbuild 
  3. Use any examples GPRs for build and test

User Experience

End users won't notice the difference. Developers will have a more powerful and up to date Ada to use.

Dependencies

None

Contingency Plan

None necessary. We should fix existing packages in order to help the Community. We should also monitor upstream development process for potentially discovered issues and proactively apply patches.

Documentation

Release Notes

  • Fedora 19 includes full stack of tools for Ada Development: Compiler (gcc-gnat), Project Builder (gprbuild), IDE (GPS) and some others
  • Ada bindings for most popular tools such as: GTK, Qt, zeromq, Databases (PostgreSQL, MySQL and SQLite) etc

Comments and Discussion