Commit Graph

9782 Commits

Author SHA1 Message Date
miere43
268ba0ba00 fix several broken links 2016-07-31 21:39:32 +03:00
Dominik Picheta
823b3c250b Add note about build-essentials package to readme 2016-07-31 19:42:52 +02:00
Jacek Sieka
b3846124e6 clean up a few stray c_stdout's in gc debug code 2016-07-31 08:34:42 +08:00
Andreas Rumpf
12c996a3d8 Merge pull request #4546 from cheatfate/coroutinesback
Enable coroutines again
2016-07-30 23:22:25 +02:00
cheatfate
3291ccfe24 sets don't support empty arrays :) 2016-07-30 23:28:14 +03:00
cheatfate
70f80c98b9 Enable coroutines again. 2016-07-30 23:17:02 +03:00
Dominik Picheta
111afbb04b Merge branch 'RyanMarcus-devel' into devel 2016-07-30 21:29:10 +02:00
Dominik Picheta
8e853368c3 Merge branch 'devel' of https://github.com/RyanMarcus/Nim into RyanMarcus-devel 2016-07-30 21:29:00 +02:00
Andreas Rumpf
904e17b094 Merge pull request #4544 from miere43/fix-4417-n
fix #4417 (new)
2016-07-30 19:54:26 +02:00
miere43
70ea30d492 use appType instead of compileOption #4417 2016-07-30 20:28:43 +03:00
miere43
f16140fc95 fix #4417, update news 2016-07-30 18:31:01 +03:00
Andreas Rumpf
dfee2bf66e compiler free of old expr/stmt metatypes 2016-07-30 16:34:42 +02:00
Andreas Rumpf
39ebe2175b compiler almost free of deprecated expr/stmt names 2016-07-30 16:34:42 +02:00
Andreas Rumpf
8876ed23f1 expr and stmt are now deprecated 2016-07-30 16:34:42 +02:00
Andreas Rumpf
86d4090cd8 added tuple breakage to the docs 2016-07-30 16:34:42 +02:00
Andreas Rumpf
fc9c40bafa Merge pull request #4542 from kierdavis/4541-import-error
Fix #4541
2016-07-30 16:34:21 +02:00
Andreas Rumpf
2694aecfb8 Merge pull request #4540 from arnetheduck/remove-sffakeconst
remove sfFakeConst
2016-07-30 16:33:33 +02:00
Andreas Rumpf
223863c536 Merge pull request #4538 from cheatfate/nofasm
Disable fasm usage on Travis CI
2016-07-30 16:31:58 +02:00
Kier Davis
2bea2bdbbf Locate 'attempt to redefine' errors at the import statement rather than at the first line of the imported module. Fixes #4541. 2016-07-30 14:29:45 +01:00
Jacek Sieka
7d62f031f6 remove sfFakeConst 2016-07-30 16:19:53 +08:00
cheatfate
85db7eb187 comments 2016-07-30 10:52:15 +03:00
Andreas Rumpf
2605c8c4ce make test compile with latest opengl version 2016-07-30 09:46:27 +02:00
cheatfate
0d2ff34d02 testament update to have list of disabled modules. 2016-07-30 02:07:05 +03:00
Andreas Rumpf
a8edf67a28 make nim bootstrap again for older versions 2016-07-30 00:50:38 +02:00
Andreas Rumpf
8f457f6ebb make tests green again 2016-07-29 23:51:01 +02:00
Andreas Rumpf
60b187513e stdlib and compiler don't use .immediate anymore 2016-07-29 23:51:01 +02:00
cheatfate
902c264762 Disable fasm usage 2016-07-29 18:31:02 +03:00
Andreas Rumpf
9ee5b5eabc Merge pull request #4533 from jangko/visual-studio-differ-in-param-list
fix visual studio family warning
2016-07-29 16:03:53 +02:00
andri lim
c4904e17de this commit will fix visual studio family warning #4459 2016-07-29 14:01:48 +07:00
Andreas Rumpf
99f5ed8c53 Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fix
Fix for cstring nil to string nil conversion with `$`
2016-07-29 02:03:07 +02:00
Andreas Rumpf
953a5eb644 make tests green again 2016-07-29 01:56:32 +02:00
Hans Raaf
cc4bb89267 Fix for cstring nil to string nil conversion with $ 2016-07-29 01:39:33 +02:00
Andreas Rumpf
9fbd9e9028 use correct issue number 2016-07-29 01:00:25 +02:00
Andreas Rumpf
1ddd2a3865 fixes #4432 2016-07-29 01:00:25 +02:00
Andreas Rumpf
ce91a1b25d fixes #4510 2016-07-29 01:00:25 +02:00
Andreas Rumpf
d7a1abd5f7 Merge pull request #4527 from hendi/httpclient-close-sockets
make httpclient close opened Socket on error
2016-07-28 20:54:58 +02:00
Andreas Rumpf
ccae58c5e2 Merge branch 'Lompik-htmlparser' into devel 2016-07-28 20:53:14 +02:00
Andreas Rumpf
c23cbe1722 Merge branch 'htmlparser' of https://github.com/Lompik/Nim into Lompik-htmlparser 2016-07-28 20:48:38 +02:00
Andreas Rumpf
f5fa5dae85 generic multi-methods should work now 2016-07-28 20:23:24 +02:00
Andreas Rumpf
34afaeeedd .base pragma works for generic methods 2016-07-28 20:23:24 +02:00
Andreas Rumpf
471672fecc fix: generic tuples instantiations were cached incorrectly 2016-07-28 20:23:24 +02:00
Stephane Fontaine
48867b2541 Update htmlparser test `output` variable 2016-07-28 20:25:12 +04:00
Hendrik Richter
4bef9d020d use defer instead of try ... finally 2016-07-28 15:50:34 +02:00
Hendrik Richter
6a2ad716a4 remove superfluous except: raise 2016-07-28 15:37:34 +02:00
Hendrik Richter
b0f1d9f467 make httpclient close opened Socket on error 2016-07-28 11:30:05 +02:00
Andreas Rumpf
f18ff6a033 Merge pull request #4525 from roose/parsecfg
Add dash to SymChars
2016-07-28 11:07:58 +02:00
roose
6cd7143c1c Add dash to SymChars 2016-07-28 07:47:19 +06:00
Ryan Marcus
0ada2aedfa added when() block so that the compiler doesn't try to link SSL methods when SSL isn't available 2016-07-27 17:26:11 -04:00
Ryan Marcus
0a03b18ae9 removed whitespace diffs 2016-07-27 17:08:28 -04:00
Ryan Marcus
56387c61dd added code to send CONNECT request for https requests through proxies, fixes #4520 2016-07-27 17:02:53 -04:00