[Chicken-users] Call For Workshop Proposals
CALL FOR WORKSHOP AND CO-LOCATED EVENT PROPOSALS ICFP 2019 24th ACM SIGPLAN International Conference on Functional Programming August 18 - 23, 2019 Berlin, Germany https://icfp19.sigplan.org/ The 24th ACM SIGPLAN International Conference on Functional Programming will be held in Berlin, Germany on August 18-23, 2019. ICFP provides a forum for researchers and developers to hear about the latest work on the design, implementations, principles, and uses of functional programming. Proposals are invited for workshops (and other co-located events, such as symposiums) to be affiliated with ICFP 2019 and sponsored by SIGPLAN. These events should be less formal and more focused than ICFP itself, include sessions that enable interaction among the attendees, and foster the exchange of new ideas. The preference is for one-day events, but other schedules can also be considered. The workshops are scheduled to occur on August 18th (the day before ICFP) and 22-23th of August (the two days after ICFP). -- Submission details Deadline for submission: November 25, 2018 Notification of acceptance: December 23, 2018 Prospective organizers of workshops or other co-located events are invited to submit a completed workshop proposal form in plain text format to the ICFP 2019 workshop co-chairs (Jennifer Hackett and Christophe Scholliers), via email to icfp-workshops-2...@googlegroups.com by November 25, 2018. (For proposals of co-located events other than workshops, please fill in the workshop proposal form and just leave blank any sections that do not apply.) Please note that this is a firm deadline. Organizers will be notified if their event proposal is accepted by December 23, 2018, and if successful, depending on the event, they will be asked to produce a final report after the event has taken place that is suitable for publication in SIGPLAN Notices. The proposal form is available at: http://www.icfpconference.org/icfp2019-files/icfp19-workshops-form.txt Further information about SIGPLAN sponsorship is available at: http://www.sigplan.org/Resources/Proposals/Sponsored/ -- Selection committee The proposals will be evaluated by a committee comprising the following members of the ICFP 2019 organizing committee, together with the members of the SIGPLAN executive committee. Workshop Co-Chair: Jennifer Hackett(University of Nottingham) Workshop Co-Chair: Christophe Scholliers(University of Ghent) General Chair: Derek Dreyer (MPI-SWS) Program Chair: François Potier(Inria) -- Further information Any queries should be addressed to the workshop co-chairs (Jennifer Hackett and Christophe Scholliers), via email to icfp-workshops-2...@googlegroups.com ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Operating system: Devuan Ascii (Linux 4.9.0-8-amd64) Hardware platform: x86-64 C Compiler: gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Operating system: macOS High Sierra 10.13.6 Hardware platform: x86_64-apple-darwin17.7.0 C Compiler: Apple LLVM version 10.0.0 (clang-1000.11.45.2) Installation works?: yes Tests work?: yes Installation of eggs works?: yes ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Operating system: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64 GNU/Linux Hardware platform: x86-64 C Compiler: gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Installation works: yes Tests work: yes Installation of eggs works: yes /Jörg ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Hi. I am testing rc4 with the X32 ABI. Is it ok that C_COMPILER_OPTIMIZATION_OPTIONS is not respected when building chicken-do? I am using this make variable to pass in an -I option that is required by Ubuntu's gcc-8 in X32 mode. (Sorry, I have no cleaner solution right now.) This approach fails when building chicken-do; everything else looks fine. Ciao Sven ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] CHICKEN 5.0.0 release candidate 4 available
All is fine. Operating system: OpenBSD 6.4-current (GENERIC.MP) #404: Sat Oct 27 22:12:40 MDT 2018 Hardware platform: x86-64 C Compiler: OpenBSD clang version 6.0.0 (tags/RELEASE_600/final) (based on LLVM 6.0.0) Installation works?: yes Tests work?: yes Installation of eggs works?: yes -- Sebastien Marie ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
Re: [Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Hello, Everything looks OK here. Operating system: Linux 4.15.0-34-generic #37~16.04.1-Ubuntu SMP Tue Aug 28 10:44:06 UTC 2018 x86_64 GNU/Linux Hardware platform: x86-64 C Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 Installation works?: yes Tests work?: yes Installation of eggs works?: yes ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users
[Chicken-users] CHICKEN 5.0.0 release candidate 4 available
Hello all, The fourth release candidate for CHICKEN 5.0.0 is now available for download: https://code.call-cc.org/dev-snapshots/2018/10/29/chicken-5.0.0rc4.tar.gz The sha256sum of that tarball is: 90dbd9d2ff7e95aa369a9ba3bb00ef849f5509fc6547861136359f22500d8cd9 The list of changes since 4.13.0 is available here (which is the same as that of 5.0.0rc3): https://code.call-cc.org/dev-snapshots/2018/10/29/NEWS This release candidate fixes a handful of issues with chicken-install and chicken-do. For an overview of fixed tickets since 5.0.0rc3, see the Trac page: https://bugs.call-cc.org/query?status=closed&version=5.0.0rc3&milestone=5.0&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority Given that there were only a few issues found in rc3, it's likely that this will be the last release candidate so we can make an official release soon! To help speed up the release, please also help test this new release candidate and report your findings to the mailing list. Here's a suggested test procedure: $ make PLATFORM= PREFIX= install check $ /bin/chicken-install -test awful If you can, please let us know the following information about the environment on which you test the RC: Operating system: (e.g., FreeBSD 10.1, Debian 8, Windows 7 mingw-msys) Hardware platform: (e.g., x86, x86-64, PPC) C Compiler: (e.g., GCC 4.9.2, clang 3.6) Installation works?: yes or no Tests work?: yes or no Installation of eggs works?: yes or no Thanks in advance! The CHICKEN Team signature.asc Description: PGP signature ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users