Skip to content

Commit

Permalink
Version 1.8.0-dev.1.0
Browse files Browse the repository at this point in the history
svn merge -r 41141:41254 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

git-svn-id: http://dart.googlecode.com/svn/trunk@41257 260f80e4-7a28-3924-810f-c04153c831b5
  • Loading branch information
ricowind committed May 27, 2015
2 parents c582bcf + 227c552 commit aad72b9
Show file tree
Hide file tree
Showing 184 changed files with 13,209 additions and 19,520 deletions.
36 changes: 36 additions & 0 deletions docs/language/dart.sty
Expand Up @@ -113,3 +113,39 @@
}{
%\end{verbatim}
}


% ----------------------------------------------------------------------
% Support for hash valued Location Markers

% very small font, to enable 33 char hash values in the margin
\makeatletter
\ifcase \@ptsize \relax% 10pt
\newcommand{\miniscule}{\@setfontsize\miniscule{2}{3}}% \tiny: 5/6
\or% 11pt
\newcommand{\miniscule}{\@setfontsize\miniscule{3}{4}}% \tiny: 6/7
\or% 12pt
\newcommand{\miniscule}{\@setfontsize\miniscule{3}{4}}% \tiny: 6/7
\fi
\makeatother

% white: location markers should not create visual noise
\definecolor{LMdim}{gray}{1.0}

% insert location marker showing hash value of following paragraph
\newcommand{\LMHash}[1]{%
\hspace{0pt}\marginpar{\raisebox{0.5ex}{\miniscule{\color{LMdim}#1}}}}

% support convenient renewcommand
\let\OriginalLMHash\LMHash

% define a label, and show the associated logical location marker
\newcommand{\LMLabel}[1]{%
\vspace{-\baselineskip}\hspace{0pt}\OriginalLMHash{\raisebox{10ex}{sec:#1}}%
\label{#1}}

% dummy version of LMHash, always shows the same arbitrary hash value
\renewcommand{\LMHash}[1]{\OriginalLMHash{ba01b04d58c8c4e259764498f823cc65}}

% ----------------------------------------------------------------------

1,196 changes: 1,047 additions & 149 deletions docs/language/dartLangSpec.tex

Large diffs are not rendered by default.

137 changes: 0 additions & 137 deletions pkg/analysis_server/bin/fuzz/byte_stream_channel.dart

This file was deleted.

151 changes: 0 additions & 151 deletions pkg/analysis_server/bin/fuzz/channel.dart

This file was deleted.

0 comments on commit aad72b9

Please sign in to comment.