Commit Graph

8902 Commits

Author SHA1 Message Date
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
Andreas Rumpf
2605c8c4ce make test compile with latest opengl version 2016-07-30 09:46:27 +02: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
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
Stephane Fontaine
fa537ee3a4 htmlparser: Add test for paragraph inside <dd,li> 2016-07-27 21:24:51 +04:00
Andreas Rumpf
27a40cd5a4 Merge pull request #4522 from coffeepots/patch-2
Add handle function to Thread type
2016-07-27 18:03:24 +02:00
coffeepots
ea03199400 Add handle function to Thread type
Exposes SysThread type and introduces the function "handle" to return Thread.sys.
2016-07-27 14:56:52 +01:00
Stephane Fontaine
5bac8cd855 htmlparser: Allow <p> as children of <dd> and <li> 2016-07-27 15:29:26 +04:00
Andreas Rumpf
be22071b2e fixes a varargs of untyped regression 2016-07-24 21:37:59 +02:00
Andreas Rumpf
6bbb25f2d7 json doc info also includes line,col information 2016-07-23 23:23:47 +02:00
Andreas Rumpf
093b1bae64 docgen improvements 2016-07-22 22:31:09 +02:00
Andreas Rumpf
bea62bb632 overloading of dot and parenthesis operators should now be done in .experimental 2016-07-22 22:31:09 +02:00
Andreas Rumpf
fc0bb82802 fixes #4494 2016-07-22 22:31:09 +02:00
Andreas Rumpf
c4fb9f052b Merge pull request #4511 from oderwat/doc-changes1
Small changes to the docs to make it easier to find stuff.
2016-07-22 13:54:55 +02:00
Hans Raaf
e412e5458c Small changes to the docs to make it easier to find stuff. 2016-07-21 20:09:33 +02:00
Andreas Rumpf
edcbfe991b Merge pull request #4481 from oderwat/unicode-ext1
Added iterator for utf8 strings
2016-07-21 20:00:22 +02:00
Dominik Picheta
5784e43662 Add warning to osproc.close 2016-07-21 16:14:00 +01:00
Andreas Rumpf
cf8ee366d1 Merge pull request #4506 from FedericoCeratto/patch-12
Add copyright header
2016-07-21 10:36:37 +02:00
Andreas Rumpf
c3111760e7 Merge pull request #4508 from FedericoCeratto/patch-14
Add copyright header
2016-07-21 10:25:18 +02:00
Andreas Rumpf
561b9e4308 Merge pull request #4507 from FedericoCeratto/patch-13
Add copyright header
2016-07-21 10:25:06 +02:00
Andreas Rumpf
89b73feb74 Merge pull request #4504 from avsej/add-sparc64-platform
define sparc64 platform
2016-07-21 10:21:49 +02:00
Federico Ceratto
4e27e96906 Add copyright header 2016-07-21 08:54:30 +01:00
Federico Ceratto
3f31395d50 Add copyright header 2016-07-21 08:53:10 +01:00
Federico Ceratto
a0dc9f57cb Add copyright header 2016-07-21 08:52:39 +01:00
Sergey Avseyev
1492ff33ce define sparc64 platform 2016-07-21 00:08:49 +03:00
Andreas Rumpf
5f623ea9ef fixes an valid 'T' is not used hint 2016-07-20 16:16:56 +02:00
Andreas Rumpf
38307a1f33 Merge pull request #4502 from SSPkrolik/findexe-posix-fix
Fixed findExe behaviour on Linux with symlinks relative paths
2016-07-20 16:11:48 +02:00
Rostyslav Dzinko
dfc66ca02d Fixed findExe behaviour on Linux with symlinks relative paths 2016-07-20 12:56:11 +03:00
Andreas Rumpf
f8fe86fcd5 get rid of debug output 2016-07-20 10:45:14 +02:00