Code Monkey home page Code Monkey logo

ch2o's Issues

Build failure under Ubuntu 18.04 with coqc 8.6

Thanks for a very interesting project!

I had trouble building ch2o under Ubuntu 18.04 with coqc 8.6.

What am I doing wrong? :-)

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
$ git clone https://github.com/robbertkrebbers/ch2o
$ cd ch2o
$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
coqc -R . ch2o -q prelude/base.v
File "./prelude/base.v", line 499, characters 0-62:
Error: The "clear implicits" flag is incompatible with implicit annotations
scons: *** [prelude/base.vo] Error 1
scons: building terminated because of errors.
$ coqc --version
The Coq Proof Assistant, version 8.6 (October 2017)
compiled on Oct 28 2017 14:23:55 with OCaml 4.05.0

Support ISO 9899:2018 (C17/C18)

C18 adds (almost) no features, and consists only of folding in Technical Corrigenda (and otherwise resolving defect reports against C11).

As a result, it should hopefully not be too onerous to support, and may also help further inform some places where judgment was required in interpreting the C11 standard.

The sole change beyond resolving DRs (listed in the summary linked below) is that ATOMIC_VAR_INIT is deprecated and no longer mandatory when initializing atomic variables.

References:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.