GitXplorerGitXplorer
c

DEP-non-null

public
22 stars
3 forks
9 issues

Commits

List of commits on branch master.
Unverified
331c01e134e7ab2b832d8bf13194e4d9683fa388

v0.6.0 updates (2015-06-26)

cchalin committed 10 years ago
Unverified
600dfb692532baac9d62c7902d6a50589c16a5a4

Project stats update following discussion; analyzer code has 10 anno/KLOC

cchalin committed 10 years ago
Unverified
3d8e863789be6008ea7178d417d25ded2fe472e3

v0.5.0 updates (2015-06-24)

cchalin committed 10 years ago
Unverified
1b901cf784b984e546854715603ba67625de4fbe

Remove execute permission from text files

cchalin committed 10 years ago
Unverified
4b6f5b575966fbeb725f6e7bec7d17f020318748

pandoc filter update: make math look better in md format

cchalin committed 10 years ago
Unverified
900b30ec67f242fce583cd9492cd8b91879676c7

Add alt: Ensuring `Object` is non-null by making `Null` a root too

cchalin committed 10 years ago

README

The README file for this repository.

Non-null Types and Non-null By Default (NNBD)

Dart Enhancement Process (DEP) proposal for non-null types and non-null by default. The full proposal is available in two formats:

Original markdown sources for the proposal are under doc-src.


If you make changes and want to generate the PDF, then follow these instructions. (When submitting a Pull Request, there is no need to submit the PDF or .md under doc.)

  1. To build the proposal you will need Pandoc, which can be installed as a brew cask as follows:

    $ brew cask install pandoc

    (The pandoc cask takes minutes to install, against hours for the homebrew pandoc Formula.)

  2. We also have a simple custom Pandoc filter that requires a node package so run:

    $ npm install
  3. To generate a PDF run:

    $ make