GitXplorerGitXplorer
c

DEP-non-null

public
22 stars
3 forks
9 issues

Commits

List of commits on branch master.
Unverified
3dac7f692d4425f73e945d92bdedfe2f39fa9fcc

v0.6.7 (2015-07-09). Revised example justifying need for redefinition of <==>

cchalin committed 10 years ago
Unverified
9a3f8c537c22fde17027dadc4a5b826b7c99123c

v0.6.6 (2015-07-03). Semantics of <==>

cchalin committed 10 years ago
Unverified
cec7f6d77707cbb832f59e0edf3c815caa51beee

Add all cases to redefinition of <==>

cchalin committed 10 years ago
Unverified
6ad3fbcfd3c4bf55774b5db8d3f3515b23582b1b

Correct rules for << over ? and some adjustment to prose

cchalin committed 10 years ago
Unverified
cb2298756568452a5409c75ba7a078a1642a3ef6

v0.6.3 (2015-06-30)

cchalin committed 10 years ago
Unverified
988967e65bb8c1ae37e36c3597f927626ae53245

v0.6.2 (2015-06-29)

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