User talk:ManuelGR

From Wikibooks, open books for an open world
Latest comment: 1 year ago by ManuelGR in topic Ada Programming/Libraries/Ada.Storage_IO
Jump to navigation Jump to search

gnat make

[edit source]

I think that the two word "gnat make" is better suited for beginners. Partly because of the better help screen:

GNAT 3.4.3 Copyright 1996-2004 Free Software Foundation, Inc.

List of available commands

GNAT BIND               gnatbind
GNAT CHOP               gnatchop
GNAT CLEAN              gnatclean
GNAT COMPILE            gnatmake -f -u -c
GNAT ELIM               gnatelim
GNAT FIND               gnatfind
GNAT KRUNCH             gnatkr
GNAT LINK               gnatlink
GNAT LIST               gnatls
GNAT MAKE               gnatmake
GNAT NAME               gnatname
GNAT PREPROCESS         gnatprep
GNAT PRETTY             gnatpp
GNAT STUB               gnatstub
GNAT XREF               gnatxref

Commands FIND, LIST, PRETTY, STUB and XREF accept project file switches -vPx, -Pprj and - Xnam=val

Computer programming/Types

[edit source]

got additions by AlMac effectively doubling the size of the article since you last worked on it. I just thought you might like to see what I did to it. AlMac 23:52, 17 July 2005 (UTC)Reply

Ada Quality and Style Guide

[edit source]

Hola otra vez, después de bastante tiempo algo alejado de "Wikibooks" tenía ganas de colaborar otra vez en el libro de Ada. Entre otras cosas, tenía una propuesta que haceros sobre la sección "Ada 95 Quality and Style Guide" (mejor escribe tu opinión en esa página de discusión). Si os gusta la idea a ti y a Martin estoy dispuesto a hacer yo mismo todos los cambios. Un saludo --surueña 09:28, July 24, 2005 (UTC)

Wikibooks Newsletter, Volume 1

[edit source]
(Wikibooks gazette home | Discuss | Bulletin board | Subscription list)

This is a short newsletter that is being distributed to all active wikibookians. You are getting this message because you are recognized as an established contributor to the project. This newsletter will be distributed on a regular basis to help share news, information, and tips. It comes from a bot account, User:The Staff. User:The Staff is currently operated by a team of wikibooks admins, the complete list of which is available on the user page of the bot. If you would like to not receive this newletter anymore, please remove your name from the list at Wikibooks:Active wikibookians.

The work you do at Wikibooks is greatly appreciated. However there are plenty of other opportunities for you to get involved and help us to create a thriving Wikibooks community. We are sure that there are things we can do to help you and your understanding of Wikibooks and similarly there are certainly things you could do to help Wikibooks become a better place.

We would like to ask all wikibookians to add the Bulletin Board to your watchlists. The Bulletin Board is a fast and easy way for wikibookians to communicate important news and events to the entire community. If you have important news to share with the community, you can feel free to add your own entry to that page.

If you have general questions or comments about Wikibooks, you are welcome to post a message on The Staff Lounge, a free discussion area. Your input would also be welcomed in the Votes for Deletion and Requests for Adminship discussion pages. These pages are all active discussion areas that help to shape the Wikibooks community as a whole.

Sometimes it is easy to forget that the Wikibooks community is much larger and more diverse then the people who work in a single book, or on a single bookshelf. Hopefully, together we can all make Wikibooks a better place, and a more valuable educational resource.

The Staff
04:17, 19 December 2006 (UTC)Reply

Inclusion != transcusion

[edit source]

Transclusions between Wikibooks aren't helpful, they break several subsystem, including book renames, even deletion, categories and ultimately make edits problematic (edits can break one of the books sharing the same content by using transclusion), you should copy the content and give attribution to the original book if the size of used content is relevant, Wikibooks should be self containing... --Panic (talk) 00:07, 19 December 2008 (UTC)Reply
I've made a generalazation of this post in Wikibooks:Reading_room/General#Transclusion_of_content_between_books, if you disagree please share your rational there, txs. --Panic (talk) 00:15, 19 December 2008 (UTC)Reply

A new proposal

[edit source]

Hi ManuelGR, there is currently a proposal at Wikibooks:Reading room/Proposals for non-admins to be given the ability of Suppress redirect and Move subpages. Since you’ve been an active user on Wikibooks for the last thirty day, I thought you might join in by giving feedback/opinion or amendments. Thank you so much for your time Synoman Barris (discusscontribs) 13:00, 14 September 2020 (UTC)Reply

Ada Programming/Libraries/Ada.Storage_IO

[edit source]

Hi Manuel,

where do the copyright notes on this page come from? In the RM legal information (file:///C:/Users/Grein/Documents/Christoph/Language%20Manuals/Ada/Ada%202012/TC1_2016/RM-TTL.html), there are a lot of copyright notes, but they do not match with the ones given on this page. Expecially: Can some Maxim Reznik add a copyright notice on a specification which he does not own? I'm not a lawyer, but am wondering.

I did not check whether there are similar notes on other copies of RM specs.

It does look like there is something terribly wrong.

Christoph CKWG - Ada Magica (discusscontribs) 19:41, 10 October 2022 (UTC)Reply

Hi @CKWG - Ada Magica,
I got the specifications for the pages for the Ada library up to version 2005 from https://github.com/reznikmm/adalib because it was easier, in principle, to obtain them from there instead of from the RM. That specifications have some modifications in the private part to make them valid Ada, but not all of them are. For Ada 2012, which were not in that repository initially, I finally got them directly copying the RM, and they don't have Reznik's copyright notice. I'd prefer them to not have any notice at all, but since I'm not a lawyer either, I didn't dare to remove them at that time. If you want to do it now, I won't complain. ManuelGR (discusscontribs) 23:10, 14 October 2022 (UTC)Reply
I guess best would be a reference in the header to the title page of the RM. There the relevant copyright notices can be found.
http://ada-auth.org/standards/rm12_w_tc1/html/RM-TTL.html
I've changed this page accordingly. Hope this solves the issue. CKWG - Ada Magica (discusscontribs) 10:34, 15 October 2022 (UTC)Reply
OK. That's a convincing solution. — ManuelGR (discusscontribs) 12:19, 15 October 2022 (UTC)Reply
By the way, if we are going to change all the specifications, I think we should make a new template for the header, in order to have a single place where we can update at once that notice. — ManuelGR (discusscontribs) 10:46, 16 October 2022 (UTC)Reply