Dominik Picheta
e314da76b9
Fixes async scgi.
2012-09-28 18:45:31 +01:00
Zahary Karadjov
2aabae702d
fixes ttypeselectors
2012-09-28 14:30:48 +03:00
Araq
95cf849954
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-28 00:23:35 +02:00
Araq
36efc380dd
website improvements; better opengl wrapper (still broken)
2012-09-28 00:22:07 +02:00
Zahary Karadjov
88ea9073c3
missing documentation added to the manual
...
documented:
* closures and the do notation
* type classes
* return type inference
* typedesc parameters and values
* destructor pragma
* fixed a number of typos
2012-09-27 22:44:52 +03:00
Zahary Karadjov
04c5f58ce4
normalized the line endings in the manual
2012-09-27 22:44:52 +03:00
Araq
5538727945
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-26 02:22:39 +02:00
Araq
ca447be43e
bugfix: c2nim and pas2nim work again
2012-09-26 02:22:22 +02:00
Zahary Karadjov
c899b51b52
test cases for the new typedesc features
2012-09-25 02:03:15 +03:00
Zahary Karadjov
badb6c0f66
improved support for typedesc values
...
* can be stored in constants and variables (including in containers like sequences)
* can be passed to and returned from macros
2012-09-25 02:03:15 +03:00
Araq
92b0d64018
version 0.9.0
v0.9.0
2012-09-23 21:57:19 +02:00
Araq
1de4effb46
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-23 21:35:33 +02:00
Araq
7c08d14cfd
preparations for 0.9.0
2012-09-23 21:35:12 +02:00
Zahary Karadjov
27dc9fcb8f
fixes #186 and the ttypedesc1 test case
2012-09-23 19:34:20 +03:00
Dominik Picheta
15dcb9a6a6
Added close() to async versions of scgi and httpserver.
2012-09-23 16:04:17 +01:00
Araq
bad34033de
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-23 09:02:33 +02:00
Araq
83b90b941b
bugfix: proc bodies as expr
2012-09-23 09:02:11 +02:00
Dominik Picheta
d00cb877fd
Fixes sockets.recvFrom not setting length of data.
2012-09-23 01:31:49 +01:00
Araq
92e49aeaaf
fixes #73
2012-09-23 01:18:13 +02:00
Araq
2997e26ee1
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-23 00:52:51 +02:00
Araq
603dc36008
bugfix: 'result' cannot be captured in a closure
2012-09-23 00:52:34 +02:00
Araq
ea4435544e
implements/fixes #195
2012-09-22 23:09:25 +02:00
Araq
759b3201ad
proc bodies can be expressions with a type
2012-09-22 22:43:36 +02:00
Dominik Picheta
6c6f9e6674
Ftpclient now fully works both synchronously and asynchronously.
...
Fixed some deprecation doc messages. And some issues with asyncio.
2012-09-22 16:39:51 +01:00
Araq
3ef146b0ea
'mixin' and 'interface' are now keywords
2012-09-22 10:04:31 +02:00
Araq
4577751bad
bugfix: code generator can deal with ftpclient.nim
2012-09-21 22:07:26 +02:00
Dominik Picheta
be1a709e7e
ftpclient fixed but causes an issue with the code generator and
...
therefore does not compile.
Asyncio: Added handleWrite event and an ability to wrap an already
initialised TSocket to a PAsyncSocket.
Fixed tircbot test.
2012-09-21 20:39:47 +01:00
Araq
e605b22ccf
bugfix: typeinfo generation (2)
2012-09-21 20:19:39 +02:00
Araq
505f179515
added tactors2 test
2012-09-21 19:31:18 +02:00
Araq
32aa46a881
bugfix: typeinfo generation
2012-09-21 16:28:57 +02:00
Araq
034686d4c0
bugfix: tester does not hang anymore
2012-09-21 00:32:15 +02:00
Araq
043921c7a7
fixes #194
2012-09-20 23:44:52 +02:00
Araq
e741583f7b
math.random(max: float) not available on windows
2012-09-19 00:16:23 +02:00
Araq
cb6ad8cb74
bugfix: 'nimrod i' works again
2012-09-18 20:59:14 +02:00
Araq
9b8afc9321
pragma statements in rodfiles -- couldn't reproduce
2012-09-18 17:47:57 +02:00
Araq
4892d6929a
bugfix: 'defined/compiles' open an implicit mixin scope in generics
2012-09-18 16:27:02 +02:00
Araq
a71c5f98ea
made tests green again
2012-09-18 00:36:48 +02:00
Araq
391fb89a3e
some support for passing blocks to overloaded templates/macros
2012-09-17 20:30:15 +02:00
Araq
b83dce7281
bugfix: import of pure enums
2012-09-17 17:07:09 +02:00
Araq
c934db86ad
stricter symbol lookup in generics
2012-09-17 17:01:34 +02:00
Araq
75abf72503
profiler improvements
2012-09-17 00:31:41 +02:00
Araq
ad6ee9e857
profiler documentation
2012-09-15 01:27:53 +02:00
Araq
04e4aa328b
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-15 00:21:29 +02:00
Araq
214c7a2ebd
implemented a stack trace profiler
2012-09-15 00:21:10 +02:00
Zahary Karadjov
b6f8ab3254
[unittest] even deeper inspection of expressions and variables for the check macro
2012-09-14 00:53:30 +03:00
Araq
4a435a8fb4
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-13 18:48:14 +02:00
Araq
d336cb4957
bugfix: echo vs debugEcho
2012-09-13 17:33:20 +02:00
Araq
a783077cfd
splitted echo into echo/debugEcho
2012-09-13 08:46:24 +02:00
Araq
23c3af80f6
semExpr/semStmt merged
2012-09-13 08:33:55 +02:00
Zahary Karadjov
36155a6813
[unittest] the check macro will print the values of params involved in failed proc calls
2012-09-13 04:10:08 +03:00