From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5ae752c88e0dde5e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news-2.dfn.de!news.dfn.de!news.uni-stuttgart.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Using representation clauses in networking software Date: Sun, 15 Aug 2010 16:44:33 +0200 Message-ID: <8739ugkka6.fsf@mid.deneb.enyo.de> References: <8739ugqfeb.fsf@mid.deneb.enyo.de> <43fkp7an4c5m$.3db3n6adym42.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: idssi.enyo.de 1281883473 10364 172.17.135.6 (15 Aug 2010 14:44:33 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:TsKxv41BGE2Gugwm68mlm/a8Z5k= Xref: g2news1.google.com comp.lang.ada:13338 Date: 2010-08-15T16:44:33+02:00 List-Id: * Dmitry A. Kazakov: > On Sun, 15 Aug 2010 15:44:34 +0200, Yannick Duch�ne (Hibou57) wrote: > > (I agree with what you wrote. I am programming a lot of communication > stuff, but never used representation clauses to handle endianness.) This is not surprising because the current representation clauses cannot handle it. I wonder if there has been any attempt to enhance representation clauses so that they are useful in this context.