Araq
f9da8126e9
Merge pull request #361 from ackalker/fix-bootstrap
...
install.sh failure, bootstrap = chicken & egg problem
2013-03-17 14:55:56 -07:00
Araq
3620155d93
bugfix: subtle bug about 'var' parameters in templates
2013-03-17 20:43:31 +01:00
Araq
6ed18a8b24
fixes #366
2013-03-17 20:11:16 +01:00
Alain Kalker
caf9140b23
Separate out install/uninstall script generation
...
- Add new feature to niminst: scripts - build install scripts
(based on csource feature)
- Change install feature in koch to build the install scripts, then
run install.sh
- Don't track install scripts in Git.
2013-03-17 20:10:24 +01:00
Araq
3703bb929b
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-17 16:44:31 +01:00
Araq
af7e862a06
Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc
...
Mentions nextPowerOfTwo proc for table initialization.
2013-03-17 08:15:15 -07:00
Araq
70c9009444
Merge pull request #363 from gradha/pr_fixes_filterIt_dirtyness
...
Fixes the dirtyness of the filterIt template. Refs #351 .
2013-03-17 08:15:01 -07:00
Grzegorz Adam Hankiewicz
1bd12e208b
Mentions nextPowerOfTwo proc for table initialization.
2013-03-17 12:19:40 +01:00
Grzegorz Adam Hankiewicz
e4c3515baf
Fixes the dirtyness of the filterIt template. Refs #351 .
2013-03-17 12:14:27 +01:00
Araq
29d0a774e9
Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils
...
Adds fold templates to sequtils
2013-03-16 17:15:20 -07:00
Araq
07fecbabf0
Merge pull request #364 from gradha/pr_fixes_unix_file_permissions
...
Removes executable bit for text files.
2013-03-16 17:11:29 -07:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Grzegorz Adam Hankiewicz
72728679a8
Adds foldl and foldr templates to sequtils.
2013-03-16 22:58:20 +01:00
Grzegorz Adam Hankiewicz
e28674c10b
Indents documentation tests with blocks for hygiene.
2013-03-16 22:09:31 +01:00
Araq
d914963539
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-16 20:40:26 +01:00
Araq
7d05356df6
small bugfix for lambda lifting
2013-03-16 20:40:11 +01:00
Araq
7304ca0611
Merge pull request #360 from gradha/pr_adds_example_to_instantiationinfo_docstring
...
Adds example to instantiationInfo docstring.
2013-03-16 12:16:33 -07:00
Araq
f24f9fec1d
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-16 20:08:39 +01:00
Araq
2782e88591
fixes #323
2013-03-16 20:07:36 +01:00
Grzegorz Adam Hankiewicz
d74d667e48
Adds example to instantiationInfo docstring.
2013-03-16 18:53:39 +01:00
Araq
109d1ce85d
Merge pull request #354 from gradha/pr_adds_stringyfication_of_runes
...
Implements `$` proc for a sequence of TRunes.
2013-03-16 09:48:32 -07:00
Araq
33ccb3315f
Merge pull request #355 from gradha/pr_adds_babel_link_to_library_doc
...
Adds babel package manager link to library index.
2013-03-16 09:48:02 -07:00
Araq
218166d770
Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutils
...
Adds left alignment example to strutils.
2013-03-16 09:47:23 -07:00
Araq
b75a335705
Merge pull request #357 from gradha/pr_adds_newseq_documentation_example
...
Adds newSeq documentation example.
2013-03-16 09:46:28 -07:00
Araq
5b7df8ed60
Merge pull request #359 from Tass/master
...
JS unwinding
2013-03-16 09:45:39 -07:00
Araq
c445bd140a
fixes #358
2013-03-16 17:38:10 +01:00
Araq
b63f322a46
debugger improvements
2013-03-16 17:07:47 +01:00
Simon Hafner
129fcb327f
used correct syntax for multiline results in tests
...
And also modified the runner to actually run them in JS.
2013-03-16 07:21:31 -05:00
Simon Hafner
1d9f680b78
hack to include hti correctly
2013-03-16 07:21:06 -05:00
Grzegorz Adam Hankiewicz
9cd4482aa1
Adds newSeq documentation example.
2013-03-13 00:00:44 +01:00
Grzegorz Adam Hankiewicz
9c0798d638
Adds left alignment example to strutils.
2013-03-12 00:21:42 +01:00
Grzegorz Adam Hankiewicz
15af40bc1d
Adds babel package manager link to library index.
2013-03-12 00:01:04 +01:00
Grzegorz Adam Hankiewicz
75be9c8d55
Implements $ proc for a sequence of TRunes.
2013-03-11 23:49:03 +01:00
Araq
78b27ed7fa
bugfix: 'indexOf' for tuple fields works
2013-03-11 08:42:35 +01:00
Simon Hafner
d34f95d194
nestedTryStmts removed
...
It makes tests fail and they work fine without. Given my ignorance of
the exact workings, I can only rely on the tests.
2013-03-10 19:49:02 -05:00
Araq
5ac5bedc66
use a bloom filter to speed up the debugger
2013-03-09 21:23:39 +01:00
Araq
a64d4dc35c
documented object constrs; endb works again
2013-03-09 20:43:56 +01:00
Araq
2b4922aea0
object constructors work now
2013-03-08 01:19:47 +01:00
Araq
296e7c9f40
next steps for object construction expressions
2013-03-07 19:19:40 +01:00
Araq
f1b8f83495
next steps for object construction expressions
2013-03-07 08:43:44 +01:00
Araq
225d657019
first steps to implement object construction expressions
2013-03-07 01:52:17 +01:00
Araq
4f79e34a9a
fixed some typos
2013-03-05 21:36:06 +01:00
Araq
16821e31be
bugfix: tvtable works again
2013-03-05 07:39:52 +01:00
Araq
1fcc704f4a
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-04 20:48:25 +01:00
Araq
14cba208fa
use clang for macosx in buildsh.tmpl
2013-03-04 20:45:52 +01:00
Araq
c9d770cb2a
Merge pull request #349 from gradha/pr_switches_default_macosx_compiler_to_clang
...
Changes default macosx compiler to clang.
2013-03-04 11:35:13 -08:00
Araq
cbf82cad7d
made some tests green
2013-03-04 18:50:08 +01:00
Araq
4b0cdc6db7
fixes for the new overloading resolution
2013-03-03 16:35:19 +01:00
Araq
5b0d8246f7
make some tests green
2013-03-03 12:05:03 +01:00
Araq
eebee0eff2
lazy operand sem'checking (beware)
2013-03-02 20:23:56 +01:00