summary refs log tree commit diff stats
path: root/tests/niminaction
Commit message (Expand)AuthorAgeFilesLines
* fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)ringabout2024-06-021-1/+1
* build the documentation of official packages (#20986)ringabout2022-12-063-0/+3
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* default threads on (#19368)flywind2022-07-061-0/+1
* use lowercase --define switches (#17283)flywind2021-03-071-3/+3
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-013-5/+5
* use doAssert in tests (#16486)flywind2020-12-281-13/+13
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-173-4/+4
* Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)Euan2020-06-161-3/+0
* update tests that tested for the 'discard' error messagesAraq2020-05-022-2/+2
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-3/+3
* Fix #14088 and #14089 on NetBSD (#14104)Euan2020-04-242-1/+2
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+1
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
* remove deprecated procs (#12535)Andreas Rumpf2019-11-059-14/+14
* #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143)Euan2019-09-061-1/+5
* fix sdl_test test that failed in CI cpp mode (#10314)Timothee Cour2019-01-151-6/+18
* lots of small changesArne Döring2018-12-119-9/+9
* require errormsg to be specified before file.Arne Döring2018-12-115-12/+12
* fix for nimInActionArne Döring2018-11-2315-18/+76
* Adds smaller code samples from Chapters 1-3 to the tester.Dominik Picheta2018-06-1710-0/+605
* enable unguarded_access testAndreas Rumpf2017-10-021-0/+5
* attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
* Add tests for examples from Nim in Action.Dominik Picheta2017-10-0133-0/+1169
uot;none"> <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> <meta name="colorscheme" content="minimal"> <style type="text/css"> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muRecipe { color: #ff8700; } .Special { color: #c00000; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } --> </style> <script type='text/javascript'> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ function JumpToLine() { var lineNum; lineNum = window.location.hash; lineNum = lineNum.substr(1); /* strip off '#' */ if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ if (lineElem) { lineElem.scrollIntoView(true); } return true; } if ('onhashchange' in window) { window.onhashchange = JumpToLine; } --> </script> </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> <span id="L1" class="LineNr">1 </span><span class="muRecipe">def</span> <a href='example1.mu.html#L1'>example1</a> [ <span id="L2" class="LineNr">2 </span> <span class="Constant">local-scope</span> <span id="L3" class="LineNr">3 </span> a:num <span class="Special">&lt;-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L4" class="LineNr">4 </span> a <span class="Special">&lt;-</span> multiply a,<span class="Constant"> 3</span> <span id="L5" class="LineNr">5 </span>] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->