Commit Graph

9138 Commits

Author SHA1 Message Date
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
Andreas Rumpf
154db46db8 fixes a regression that caused --import in a config file to break things 2016-08-29 11:33:41 +02:00
Dominik Picheta
7e3ebc1bcc Adds GitLab CI config.
Squashed commit of the following:

commit d87230e5a2396530e93e9b20f312e08069c590ad
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 22:46:41 2016 +0200

    Fix tests on win

commit 25c90666fbde6c6c09352fba0cc7ed7ee2ce553c
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 22:27:00 2016 +0200

    Fix tests.

commit b46e00c86005d24fd210f8041031a4d7b6d73e3f
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 21:58:12 2016 +0200

    Fix deps probs.

commit 9c5db9eb9a41d8baab0124c28706ab2afb3c7f5f
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 21:14:14 2016 +0200

    Fixes yaml sytax

commit 292571a81b9b53b15b864aa2f86cb445f4e07307
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 21:13:06 2016 +0200

    Separates tests.

commit 3cc46c712b86bcab8fc79acf390487fe2061efa1
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 20:31:40 2016 +0200

    Fix batch script.

commit 6b93be904dd3064e2a651d012acf9978c33a4b43
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 20:22:24 2016 +0200

    Windows fixes?

commit 76dcda9d698682147025e7af5a563e2844c8ed84
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 20:16:35 2016 +0200

    Refactored ci yml file.

commit abd49689440e9159e6008f7ef12d3006f53d76fa
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 17:17:44 2016 +0200

    Add runner info to script.

commit 62d7c3fa6a0eb5a074aa8d2c151481973b305d12
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 17:11:29 2016 +0200

    Run on all runners.

commit d6132fdd7cd48d47f03baa8a2752323160a83f99
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 16:50:35 2016 +0200

    Remove tags.

commit 19fddf60fbec60586900702c36763c5b090cc88e
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 16:39:06 2016 +0200

    Added linux/windows.

commit f91745e2a35f079ddb71676783ef34504a1d6c43
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 16:24:02 2016 +0200

    More changes.

commit d5a4cc49adbb6741db3b9af6ccb7011916c2ebd3
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 15:55:21 2016 +0200

    More changes.

commit 12f59e529324af5c67520b6dd255f0082fa1dc37
Merge: c77244a 7aa6494
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:52:41 2016 +0200

    Merge branch 'devel' into gitlab-ci

commit c77244af513606b1245ebcb44ab68ca3108fd77b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:48:25 2016 +0200

    More changes.

commit 4c56422f980fd16d251112b5d3ce696264b3170b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:32:04 2016 +0200

    More change.

commit f709ea003f1649234a723ba9d8092edbde3ef6a9
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:17:58 2016 +0200

    Another try at CI.

commit ae79bb95bc639856f2637f93fc9a59b178a18b0f
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:03:58 2016 +0200

    Fixes .gitlab-ci.yml

commit 9b832dde4abb9e168d1c549e12ed20a8c5185d7b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 14:00:48 2016 +0200

    Some changes to .gitlab-ci.yml.

commit c113a09b6f1dd1b87c1f34f2ea54364d701033e2
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Aug 28 13:53:46 2016 +0200

    Adds .gitlab-ci.yml.
2016-08-29 00:27:38 +02:00