Commit Graph

4788 Commits

Author SHA1 Message Date
Andreas Rumpf
fffaae06ce Merge pull request #1921 from def-/lc-improve
Remove unnecessary check in list comprehensions
2015-01-11 01:13:10 +01:00
Andreas Rumpf
8c8c48e36a Merge pull request #1924 from daniel-kullmann/doc-fix1
doc/tut2.txt: clarified usage of static/dynamic binding
2015-01-11 01:12:52 +01:00
Andreas Rumpf
98b2c77996 Merge pull request #1925 from daniel-kullmann/doc-fix2
doc/tut2.txt: Tiny grammar fix
2015-01-11 01:11:31 +01:00
Andreas Rumpf
4c29493628 Merge pull request #1926 from ekarlso/mysql-osx
Support MySQL on OSX
2015-01-11 01:07:56 +01:00
Endre Karlson
7b9650ed1b Support MySQL on OSX 2015-01-11 01:04:20 +01:00
Daniel Kullmann
8fbe671b04 doc/tut2.txt: Tiny grammar fix
A "the" was missing in "Macros have to be implemented in pure Nim
code if foreign function interface (FFI is not enabled in the compiler"
2015-01-11 00:19:16 +01:00
Daniel Kullmann
451b943a01 doc/tut2.txt: clarified usage of static/dynamic binding
The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods; 
this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a
method is that its first argument (x: int) has a non-object type.
2015-01-11 00:15:49 +01:00
Araq
a41b62da97 fixes #1866 2015-01-10 23:52:29 +01:00
Araq
27141f6016 fixes #1803 2015-01-10 23:52:29 +01:00
Araq
8cb31d86b6 fixes tconfusing_arrow bug 2015-01-10 23:52:29 +01:00
def
711ff185bd Remove unnecessary check in list comprehensions 2015-01-10 22:54:39 +01:00
reactormonk
3273d32acc Merge pull request #1912 from flaviut/rename-stuff
s/nimrod/nim/g; s/babel/nimble/g
2015-01-10 10:27:51 +05:00
Flaviu Tamas
8b807adc08 s/nimrod/nim/g; s/babel/nimble/g 2015-01-09 22:59:16 -05:00
reactormonk
eafbafb0e7 Merge pull request #1905 from JinShil/patch-1
Fixed grammar in 'let statment'
2015-01-08 14:24:34 +05:00
Mike
58ea5a4e98 Fixed grammar in 'let statment' 2015-01-08 17:48:28 +09:00
Andreas Rumpf
0fc052b094 Merge pull request #1900 from dustinlacewell/devel
Revert 5e4ae8d
2015-01-08 01:34:53 +01:00
Dustin Lacewell
0619383f46 Revert 5e4ae8d 2015-01-07 14:07:06 -08:00
Andreas Rumpf
f2e717da2d Merge pull request #1884 from def-/tcc-usevfork
Add workaround for TCC to make POSIX_SPAWN_USEVFORK available
2015-01-07 14:15:44 +01:00
Andreas Rumpf
e386b7460b Merge pull request #1876 from flaviut/unittest-stacktrace
Add stack trace to unitest.nim exceptions
2015-01-07 14:15:11 +01:00
Andreas Rumpf
5bd2889267 Merge pull request #1889 from ramnes/devel
Happy new year!
2015-01-07 14:14:43 +01:00
Andreas Rumpf
1c106a499c Merge pull request #1897 from mrordinaire/fix-tsequtils
fixed tests/seq/tsequtils.nim
2015-01-07 14:10:45 +01:00
Do Nhat Minh
de4a3f8835 fixed tests/seq/tsequtils.nim 2015-01-07 19:05:37 +08:00
Araq
65310266d8 Merge branch 'devel' of https://github.com/Araq/Nim into devel
Conflicts:
	compiler/semexprs.nim
2015-01-07 02:44:22 +01:00
Araq
b907fac5f9 minor cleanups 2015-01-07 02:41:50 +01:00
Araq
417eb3e026 patch required for c2nim 2015-01-07 02:41:08 +01:00
Guillaume Gelin
3119fe087d Happy new year! 2015-01-06 15:26:33 +01:00
Guillaume Gelin
2f9fd32770 Make website.tmpl line endings consistant (using Unix style) 2015-01-06 15:09:12 +01:00
reactormonk
08669cc2bd Merge pull request #1882 from flaviut/add-gitignore-csources
Add csources to gitignore
2015-01-06 09:19:27 +05:00
Varriount
2a7b9c64a3 Merge pull request #1883 from flaviut/add-unittest-docs
Add an example and remove future claims from unittest.nim
2015-01-05 23:01:56 -05:00
Varriount
7f6de4495e Merge pull request #1835 from def-/mysql-lib-version
Allow higher versions of libmysqlclient
2015-01-05 22:50:54 -05:00
Varriount
b7f72985ed Merge pull request #1879 from def-/nim-renames
Some GC renames to get rid of deprecation warnings
2015-01-05 22:45:31 -05:00
Varriount
20568c35db Merge pull request #1885 from flaviut/unittest-reset-term
Properly use the terminal module
2015-01-05 22:39:56 -05:00
Flaviu Tamas
8f446eb541 Properly use the terminal module
The documentation for terminal says

> Changing the style is permanent even after program termination! Use the code
> `system.addQuitProc(resetAttributes)` to restore the defaults.
2015-01-05 21:54:06 -05:00
def
9a36c17c05 Add workaround for TCC to make POSIX_SPAWN_USEVFORK available 2015-01-06 03:53:21 +01:00
Flaviu Tamas
6a8d38f358 Add an example and remove future claims
The future claims haven't been addressed for 3 years, they are unlikely to be
fixed soon.
2015-01-05 21:44:35 -05:00
Varriount
20da8c9400 Merge pull request #1779 from flaviut/ga-docs
Add google analytics to docs
2015-01-05 21:28:43 -05:00
Varriount
a6194fb2bd Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename
fix NSIS uninstaller filename
2015-01-05 21:18:44 -05:00
def
2399f3b03d Some GC renames to get rid of deprecation warnings 2015-01-06 01:28:43 +01:00
Flaviu Tamas
d99454314c Make unittest.nim print stack trace 2015-01-05 18:59:59 -05:00
Dominik Picheta
076f993150 Fixes nim-lang/nimble#84 2015-01-05 18:15:18 +00:00
Dominik Picheta
aaf6d8579e Merge pull request #1867 from def-/httpclient-multipart
Add multipart parameter to httpclient's post and postContent
2015-01-05 17:35:11 +00:00
def
9cf948e0c8 Rename newData() to newMultipartData() 2015-01-05 18:29:17 +01:00
Dominik Picheta
08e7c16d67 Merge pull request #1865 from def-/async-fixes
Async fixes
2015-01-05 16:16:05 +00:00
reactormonk
795256eb7f Merge pull request #1870 from infininight/devel
Add TextMate bundle link
2015-01-05 11:23:49 +05:00
Michael Sheets
e26846d0ac Add TextMate bundle link 2015-01-04 22:01:50 -06:00
Zahary Karadjov
f2fdac531d test cases for generic macros 2015-01-05 03:57:09 +02:00
Zahary Karadjov
f3c55704a0 unstaged file 2015-01-05 03:56:05 +02:00
Zahary Karadjov
5e4ae8dbb4 fix #1858; Add support for generic templates and macros
Implementation notes:
Just after overload resolution, the resolved generic params will be added to the
call expression to be later processed in evalTemplate and evalMacroCall. These
procs have been modified to handle the increased number of parameters, but one
remaining issue is that immediate templates and macros don't go through the same
process. The next commit will outlaw the use of generic parameters with such macros.
2015-01-05 03:53:31 +02:00
Zahary Karadjov
13a18663d2 fix #1859 2015-01-05 03:53:31 +02:00
Araq
4316fdddf3 Merge branch 'devel' of https://github.com/Araq/Nim into devel 2015-01-05 02:27:36 +01:00