Commit Graph

9140 Commits

Author SHA1 Message Date
Andreas Rumpf
e6e53549fe Merge pull request #4710 from yglukhov/js-ex-stack
Store stack trace in exception
2016-09-04 22:48:15 +02:00
Andreas Rumpf
dfa0699e73 C++ backend: use .noInit pragma for non-public default constructors; refs #4687 2016-09-04 22:36:29 +02:00
Yuriy Glukhov
99bbda28ee Store stack trace in exception 2016-09-04 22:57:10 +03:00
Andreas Rumpf
7e86ed00ce Merge pull request #4706 from cheatfate/testupcoming
Add upcoming/asyncdispatch.nim to tests.
2016-09-04 19:29:29 +02:00
Dominik Picheta
63851b2c91 Merge pull request #4705 from yglukhov/js-logging
Logging compatible with js
2016-09-04 15:52:34 +02:00
Dominik Picheta
7982fc4f09 Show inactive supporters on sponsors page too. 2016-09-04 15:24:46 +02:00
Dominik Picheta
409cd07c73 More accurate generation of sponsors list. 2016-09-04 14:45:50 +02:00
Dominik Picheta
63f05769fa Finishing touches on survey article. 2016-09-04 01:21:40 +02:00
cheatfate
5a1db8af54 Fix define. 2016-09-04 01:48:13 +03:00
cheatfate
015e22c8c0 Add upcoming/asyncdispatch.nim to tests. 2016-09-04 01:22:04 +03:00
Yuriy Glukhov
a994f142b5 Enabled logging tests for js 2016-09-03 22:46:10 +03:00
Dominik Picheta
e70f027870 Change Nim in Action banner link on front page. 2016-09-03 21:17:07 +02:00
Dominik Picheta
8211f25e86 Fixes to Nim survey results article. 2016-09-03 21:17:07 +02:00
Eugene Kabanov
4fa3ded9c7 async: transfer all await/async macro related code to asyncmacro.nim module. (#4704)
* Transfer all async macro related code to asyncmacro.nim.

* Make tests green.
2016-09-03 20:52:45 +02:00
Yuriy Glukhov
c43a7f3980 Logging compatible with js 2016-09-03 21:11:10 +03:00
Dominik Picheta
3d78b5c14c Finished article about Nim survey. 2016-09-03 18:21:27 +02:00
Andreas Rumpf
80fe763915 Merge pull request #4702 from cheatfate/upcoming_update1
async: make upcoming version to be up to date with current version.
2016-09-03 15:54:13 +02:00
Andreas Rumpf
ea8a11dd73 Merge pull request #4701 from mbaulch/fix4675
pickBestCandidate: pre-calculate candidates when symbol table modified
2016-09-03 15:45:22 +02:00
Matthew Baulch
9a2b98cd8b Add a test case for issue #4675. 2016-09-03 21:21:06 +10:00
cheatfate
685830de79 Make upcoming version to be up to date with current version. 2016-09-03 13:41:56 +03:00
Matthew Baulch
3fef725d92 pickBestCandidate: pre-calculate candidates when symbol table modified 2016-09-03 20:20:48 +10:00
Andreas Rumpf
c2df609cd6 fixes a compiler crash; refs #4699 2016-09-03 11:12:19 +02:00
Andreas Rumpf
0e9d12639e fixes #4677 properly 2016-09-03 11:12:19 +02:00
Andreas Rumpf
1528d7c6e8 fixes #4677 2016-09-03 11:12:19 +02:00
Dominik Picheta
46948a9509 Merge pull request #4680 from cheatfate/asyncwinsend
async: protect data argument in windows send operation.
2016-09-02 18:21:35 +02:00
Dominik Picheta
a5de03ea25 Merge pull request #4698 from endragor/gitter-mention
Added Gitter links to readme
2016-09-02 18:20:01 +02:00
Ruslan Mustakov
0a28e45b95 Added Gitter links to readme 2016-09-02 20:18:11 +07:00
Araq
0848e9dc0b Merge branch 'c-blake-devel' into devel 2016-09-02 01:32:17 +02:00
Araq
7332266c7e Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel 2016-09-02 01:22:59 +02:00
Charles Blake
e4ddcd836c Use new name for call to low-level terminalWidth. 2016-09-01 14:44:33 -04:00
Charles Blake
7b39545eb3 Evidently Travis build termios.h does not pull in sys/ioctl.h
but my initial test system did.
2016-09-01 14:08:40 -04:00
Andreas Rumpf
11f7eb2d9b fixes #4689 2016-09-01 16:57:34 +02:00
Andreas Rumpf
9c44403934 fixes #4693 2016-09-01 16:19:45 +02:00
Charles Blake
d65589fe27 Make Windows part match Unix part more closely per Araq request. 2016-09-01 08:49:07 -04:00
Charles Blake
8df2078f08 Change type name to be more NEP-1-ish as per Araq request. 2016-09-01 08:33:39 -04:00
Charles Blake
5db1de87b1 Convert TaintedString to string. 2016-09-01 08:16:28 -04:00
Charles Blake
7b73a94afc Oops - L_ctermid must be a global var to compile. 2016-09-01 07:54:17 -04:00
Charles Blake
19f83ccd0b Add terminal.terminalWidth and supporting types/calls. 2016-09-01 07:34:42 -04:00
Andreas Rumpf
3a13706d7d fixes #4673 2016-09-01 13:02:53 +02:00
Andreas Rumpf
f6a2ff731b fixes #4672 2016-09-01 13:02:53 +02:00
Andreas Rumpf
0a90613288 nimsuggest: correct documentation 2016-09-01 13:02:53 +02:00
Andreas Rumpf
0cb90f3eaf Merge pull request #4685 from cheatfate/selevent32
Fix 32bit architecture problems with SelectEvent.
2016-08-31 15:16:45 +02:00
cheatfate
b75ddf5ba2 Fix 32bit architecture problems with SelectEvent. 2016-08-31 10:30:25 +03:00
cheatfate
c5ffdd0389 Protect data argument for GC. 2016-08-30 23:15:08 +03:00
Andreas Rumpf
283f8e9c8c Merge pull request #4670 from yglukhov/js-getcurex
Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635
2016-08-29 16:25:11 +02:00
Andreas Rumpf
e92a7fd508 nimsuggest improvements 2016-08-29 15:47:38 +02:00
Yuriy Glukhov
f12f27c185 Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 2016-08-29 13:10:06 +03:00
Andreas Rumpf
12cd8fe9e2 Merge pull request #4660 from mbaulch/tree_helper_polish
Tree helpers: Polish, optimise, remove those not used
2016-08-29 11:53:00 +02:00
Andreas Rumpf
10ee254a50 Merge pull request #4661 from yglukhov/js-uncaught-stacktrace
Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug.
2016-08-29 11:52:41 +02:00
Andreas Rumpf
7d76f49406 Merge pull request #4667 from mogud/devel
make koch build quietly
2016-08-29 11:52:26 +02:00