caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Tsdl 0.8.2
@ 2015-11-20 18:49 Daniel Bünzli
  2015-11-20 19:39 ` Anthony Tavener
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Bünzli @ 2015-11-20 18:49 UTC (permalink / raw)
  To: OCaml List

Hello, 

tsdl just got a long due maintenance release. The details are in the release notes: 

  https://github.com/dbuenzli/tsdl/blob/v0.8.2/CHANGES.md#v082-2015-11-20-cambridge-uk

Thanks to Frederic Bour and Julian Squires for their patches.

tsdl provides thin bindings to the cross-platform SDL C library.
Homepage: http://erratique.ch/software/tsdl

Best,

Daniel




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] [ANN] Tsdl 0.8.2
  2015-11-20 18:49 [Caml-list] [ANN] Tsdl 0.8.2 Daniel Bünzli
@ 2015-11-20 19:39 ` Anthony Tavener
  2015-11-20 20:26   ` Daniel Bünzli
  0 siblings, 1 reply; 6+ messages in thread
From: Anthony Tavener @ 2015-11-20 19:39 UTC (permalink / raw)
  To: Daniel Bünzli; +Cc: OCaml List

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

Thanks Daniel!

I wasn't sure if your next release would change the result type to the
(recently) common one. So I wonder if there is any plan to change it
sometime?

If not I will settle on two variations of some monads. I can understand
that the implications of such a change are too drastic. I just wasn't sure
if your libraries might change, as you were involved in the discussion
leading to the agreed-upon result type we finally have (thankfully!).

Tsdl and Tgls have helped me a lot!

Tony


On Fri, Nov 20, 2015 at 11:49 AM, Daniel Bünzli <daniel.buenzli@erratique.ch
> wrote:

> Hello,
>
> tsdl just got a long due maintenance release. The details are in the
> release notes:
>
>
> https://github.com/dbuenzli/tsdl/blob/v0.8.2/CHANGES.md#v082-2015-11-20-cambridge-uk
>
> Thanks to Frederic Bour and Julian Squires for their patches.
>
> tsdl provides thin bindings to the cross-platform SDL C library.
> Homepage: http://erratique.ch/software/tsdl
>
> Best,
>
> Daniel
>
>
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2220 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] [ANN] Tsdl 0.8.2
  2015-11-20 19:39 ` Anthony Tavener
@ 2015-11-20 20:26   ` Daniel Bünzli
  2015-11-30 11:10     ` [Caml-list] [ANN] Tsdl 0.9.0 Daniel Bünzli
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Bünzli @ 2015-11-20 20:26 UTC (permalink / raw)
  To: Anthony Tavener; +Cc: OCaml List

Le vendredi, 20 novembre 2015 à 19:39, Anthony Tavener a écrit :
> Thanks Daniel!
>  
> I wasn't sure if your next release would change the result type to the (recently) common one. So I wonder if there is any plan to change it sometime?
Oh sure, there's no reason why it shouldn't. I'm not using tsdl at the moment so that just slipped from my mind. The change should be rather easy since the polyvar result type is never composed with other polyvar cases in the API.  

However I won't have time for this soon. So first, please do file an issue, so that I don't forget. Second if anyone's willing to do the slightly tedious — but compiler guided — change on a boring day so that it happens more quickly please announce yourself on the issue and make a PR. I can then quickly make a new incompatible release.

Best,

Daniel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] [ANN] Tsdl 0.9.0
  2015-11-20 20:26   ` Daniel Bünzli
@ 2015-11-30 11:10     ` Daniel Bünzli
  2015-11-30 11:12       ` Gabriel Scherer
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Bünzli @ 2015-11-30 11:10 UTC (permalink / raw)
  To: Anthony Tavener; +Cc: OCaml List

Le vendredi, 20 novembre 2015 à 20:26, Daniel Bünzli a écrit :
> I can then quickly make a new incompatible release.

So here it is. tsdl 0.9.0 was released and uses the result value compatibility package.

Many thanks to Florian Angeletti for taking up this slightly unglamorous task.  

Best,  

Daniel

P.S. To the compiler developers: compiling tsdl with 4.01.0 takes 3.291s while it is 1m33s with 4.02.3. Is worth checking a bug in mantis about this ?  



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] [ANN] Tsdl 0.9.0
  2015-11-30 11:10     ` [Caml-list] [ANN] Tsdl 0.9.0 Daniel Bünzli
@ 2015-11-30 11:12       ` Gabriel Scherer
  2015-11-30 11:47         ` Daniel Bünzli
  0 siblings, 1 reply; 6+ messages in thread
From: Gabriel Scherer @ 2015-11-30 11:12 UTC (permalink / raw)
  To: Daniel Bünzli; +Cc: Anthony Tavener, OCaml List

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

Yes!

On Mon, Nov 30, 2015 at 12:10 PM, Daniel Bünzli <daniel.buenzli@erratique.ch
> wrote:

> Le vendredi, 20 novembre 2015 à 20:26, Daniel Bünzli a écrit :
> > I can then quickly make a new incompatible release.
>
> So here it is. tsdl 0.9.0 was released and uses the result value
> compatibility package.
>
> Many thanks to Florian Angeletti for taking up this slightly unglamorous
> task.
>
> Best,
>
> Daniel
>
> P.S. To the compiler developers: compiling tsdl with 4.01.0 takes 3.291s
> while it is 1m33s with 4.02.3. Is worth checking a bug in mantis about this
> ?
>
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

[-- Attachment #2: Type: text/html, Size: 1502 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] [ANN] Tsdl 0.9.0
  2015-11-30 11:12       ` Gabriel Scherer
@ 2015-11-30 11:47         ` Daniel Bünzli
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Bünzli @ 2015-11-30 11:47 UTC (permalink / raw)
  To: Gabriel Scherer; +Cc: Anthony Tavener, OCaml List

Le lundi, 30 novembre 2015 à 11:12, Gabriel Scherer a écrit :
> Yes!

Here it is: http://caml.inria.fr/mantis/view.php?id=7067

Daniel



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-30 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 18:49 [Caml-list] [ANN] Tsdl 0.8.2 Daniel Bünzli
2015-11-20 19:39 ` Anthony Tavener
2015-11-20 20:26   ` Daniel Bünzli
2015-11-30 11:10     ` [Caml-list] [ANN] Tsdl 0.9.0 Daniel Bünzli
2015-11-30 11:12       ` Gabriel Scherer
2015-11-30 11:47         ` Daniel Bünzli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).