summary refs log tree commit diff stats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* setup.py: fix CHANGELOG.md referencehut2015-07-161-1/+1
* Use setuptools if presentShadab Zafar2015-06-251-2/+7
* moved "doc/examples" to "examples" for more visibilityhut2015-04-131-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* Fixed references to doc/HACKING (for real)Dorien Snake2014-12-101-1/+1
* Fixed references to doc/HACKINGDorien Snake2014-12-101-1/+1
* fix references to README.mdhut2014-08-221-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* added doc/config directory with symlinks to configshut2013-03-151-9/+4
* setup.py: added _findall functionhut2013-03-091-7/+6
* setup.py: create a /usr/share/doc/ranger directoryhut2013-03-091-1/+26
* setup.py: updated website URLhut2013-03-011-1/+1
* setup.py: removed fsobject packagehut2013-03-011-1/+0
* Merge branch 'master' into vcshut2013-02-221-1/+1
|\
| * updated rest of the copyright noticeshut2013-02-221-1/+1
| * update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* | Merge branch 'master' into vcshut2013-02-191-1/+1
|\|
| * setup.py: add doc/rifle.1 to man pageshut2013-02-181-1/+1
* | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
* | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-121-1/+2
|/
* replaced tabs with 4 spaces in all python fileshut2013-02-101-23/+23
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-1/+1
* setup.py: s/defaults/config/hut2012-08-021-3/+3
* setup.py: added entry for rifle.confhut2012-03-191-1/+2
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-1/+1
* Updated copyright headershut2011-10-101-1/+1
* added defaults/rc.conf in setup.pyhut2011-09-301-1/+1
* Fixed setup.py (by removing ranger/help entry)hut2011-09-291-2/+1
* a little restructurationhut2010-10-021-2/+2
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-23/+24
* added setup.py drafthut2010-06-181-0/+42
: #c000c0; } .Special { color: #ff6060; } .Identifier { color: #008080; } .traceContains { color: #008000; } --> </style> <script type='text/javascript'> <!-- --> </script> </head> <body> <pre id='vimCodeElement'> <span class="Delimiter">:(scenario assert)</span> <span class="Special">% Hide_warnings = true;</span> recipe main [ assert <span class="Constant">0</span>:literal<span class="Delimiter">,</span> [this is an assert in mu] ] <span class="traceContains">+warn: this is an assert in mu</span> <span class="Delimiter">:(before &quot;End Primitive Recipe Declarations&quot;)</span> ASSERT<span class="Delimiter">,</span> <span class="Delimiter">:(before &quot;End Primitive Recipe Numbers&quot;)</span> Recipe_number[<span class="Constant">&quot;assert&quot;</span>] = ASSERT<span class="Delimiter">;</span> <span class="Delimiter">:(before &quot;End Primitive Recipe Implementations&quot;)</span> case ASSERT: <span class="Delimiter">{</span> trace<span class="Delimiter">(</span><span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;ingredient 0 is &quot;</span> &lt;&lt; current_instruction<span class="Delimiter">().</span>ingredients[<span class="Constant">0</span>]<span class="Delimiter">.</span>name<span class="Delimiter">;</span> vector&lt;long long int&gt; arg0 = read_memory<span class="Delimiter">(</span>current_instruction<span class="Delimiter">().</span>ingredients[<span class="Constant">0</span>]<span class="Delimiter">);</span> assert<span class="Delimiter">(</span>arg0<span class="Delimiter">.</span>size<span class="Delimiter">()</span> == <span class="Constant">1</span><span class="Delimiter">);</span> if <span class="Delimiter">(</span>arg0[<span class="Constant">0</span>] == <span class="Constant">0</span><span class="Delimiter">)</span> raise &lt;&lt; current_instruction<span class="Delimiter">().</span>ingredients[<span class="Constant">1</span>]<span class="Delimiter">.</span>name &lt;&lt; <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> </pre> </body> </html> <!-- vim: set foldmethod=manual : -->