flywind
7fc0c3dfbf
ref #5617 add lineinfo to complete ( #16102 )
2020-11-23 17:49:40 +01:00
RokkuCode
ffccdf3c1a
fixes #16080 ( #16091 ) [backport:1.2]
...
* fixes #16080
db_sqlite: Error: undeclared field: 'untypedLen'
* redacting fix
2020-11-23 15:15:55 +01:00
flywind
79ec1bdcbb
correct errors in xmltree docs ( #16104 )
2020-11-23 10:36:05 +00:00
flywind
ab2c082cb3
fix rope index ( #16100 )
...
* fix rope index
* add testcase
2020-11-23 10:27:09 +00:00
flywind
6a37c0682a
ast minor ( #16079 )
2020-11-22 20:01:17 +00:00
flywind
6f1a72069a
fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] ( #16090 )
...
* fix asyncmacro
* Apply suggestions from code review
* Update lib/pure/asyncmacro.nim
2020-11-22 17:16:42 +01:00
Bad Dog
2841cc6e97
add gram to important packages ( #16037 )
2020-11-22 15:11:05 +08:00
flywind
f1764aaa9e
sets minor improvement ( #16087 )
2020-11-21 12:50:23 -08:00
flywind
c9371ef59d
deques minor improvement ( #16084 )
2020-11-21 12:30:04 -08:00
flywind
3040f05505
xmltree minor improvement ( #16085 )
2020-11-21 12:26:51 -08:00
flywind
dd57d46f2f
complex minor improvement ( #16086 )
2020-11-21 12:20:33 -08:00
flywind
f3887dea2c
heapqueue minor improvement ( #16088 )
2020-11-21 12:16:35 -08:00
Timothee Cour
5e8ac485a2
followup #15970 strenghten regression tests ( #16075 )
...
* followup #15970 strenghten regression tests
* _
2020-11-20 22:16:59 +00:00
Andreas Rumpf
d9038ed792
fixes #15671 [backport:1.4] ( #15690 )
...
* fixes #15671 [backport:1.4]
* progress
2020-11-20 18:14:15 +01:00
cooldome
fcb2ec4ed6
fix #15958 ( #15970 ) [backport:1.4]
...
* fix #15958
* also cover openArray and VarArgs
* more tests
* cover even more types
* cover even more types
* Trigger build
* Trigger build
* cover sets passed as arrays
2020-11-20 14:58:16 +01:00
Clyybber
07ad608fb2
Retain backwards compatibility after #16057 ( #16068 )
...
* Retain backwards compatibility
* Fix typo
2020-11-20 14:11:41 +01:00
Miran
1ad7e4f30b
fix #16047 ( #16066 )
2020-11-20 03:31:06 -08:00
satoru
81a03238ed
colors: Reuse the HexDigits constant in strutils ( #16065 )
...
Co-authored-by: Xuecong Liao <xliao@flexport.com >
2020-11-20 10:55:14 +01:00
Timothee Cour
7815ed69d4
rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect reality ( #16057 )
2020-11-20 10:51:14 +01:00
flywind
6cf5ca1dc2
alternative way to fix #16022 ( #16064 ) [backport:1.4]
...
* alternative way to fix #16022
* add testcase for #16022
[backport:1.4]
2020-11-20 09:06:18 +01:00
Timothee Cour
109cc45398
packedsets fix regression introduced in #15564 ( #16060 )
...
* packedsets fix regression introduced in #15564
* add tests
2020-11-20 08:07:51 +01:00
Antonis Geralis
59332ec235
Improve enumerate ( #16053 )
...
* Improve enumerate
* updates
* add tests
2020-11-20 00:09:30 +00:00
Timothee Cour
b3c3557c33
fix #16025 repr now consistent: does not insert trailing newline ( #16034 )
2020-11-19 12:12:51 -08:00
Andreas Rumpf
1efd11e266
fixes #15942 [backport:1.2] [backport:1.4] ( #16051 )
2020-11-19 13:42:16 +01:00
flywind
1bcc352137
close #14847(add testcase for #14847 ) ( #16045 )
2020-11-19 08:31:54 +01:00
Andreas Rumpf
743f2f5faa
makes parsesql .gcsafe [backport:1.0] ( #16039 )
2020-11-19 08:30:23 +01:00
Timothee Cour
44442520bc
fix numbering in contributing.rst ( #16042 )
2020-11-18 19:41:01 -08:00
cooldome
acf8316e50
Disallow nil dereference at compile time ( #16032 )
...
* bring back the semfold of nil
* remove space
* fix test
* proc type can't be dereferenced
* disallow nil dereference at compile time
* changelog
2020-11-18 23:30:28 +01:00
Timothee Cour
bf8421a2fc
contributing docs: always mentioned referenced issues in PR body ( #16038 )
2020-11-18 23:29:32 +01:00
Timothee Cour
557dcfd87d
fix #16033 nim js --gc:arc works and ignores --gc:arc ( #16036 )
2020-11-18 23:28:52 +01:00
Andreas Rumpf
2773efa034
fixes db_mysql broken quoting; refs c16ee37a71 (r44209990) [backport:1.4] ( #16035 )
2020-11-18 23:06:16 +01:00
Andreas Rumpf
b9eb91cbb5
ORC: prepare for another patent-pending optimization ( #15996 )
...
* ORC: prepare for another patent-pending optimization
* bugfix
* '=copy' for refs can take a cyclic parameter for more ORC optimizations
* ORC: exploit the common 'it = it.next' pattern
* can't hurt to check for nil
* use an algorithm that is not obviously broken
* restore the test case
* final cleanups for --gc:orc
2020-11-18 22:31:06 +01:00
Igor Ribeiro de Assis
baaa19b927
Do not read the whole file to compute SHA1 hash (fixes 15997) ( #16006 )
...
* Do not read the whole file to compute SHA1 hash (fixes 15997)
* Update lib/std/sha1.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
* Update lib/std/sha1.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
* Directly break from loop
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
[backport:1.2] [backport:1.4]
2020-11-18 20:55:49 +01:00
cooldome
87d3e5331a
Semfold for nil cast ( #16030 )
...
* bring back the semfold of nil
* remove space
* fix test
* proc type can't be dereferenced
2020-11-18 17:19:57 +00:00
Timothee Cour
33d79b9e64
fix https://github.com/nim-lang/RFCs/issues/286 : add FileInfo.blockSize ( #16023 )
2020-11-18 12:01:43 +01:00
flywind
581bcfe290
fix #6497 ( #16027 )
...
* fix #6497
* add testcase for #16027
2020-11-18 07:56:31 +00:00
flywind
e6e1e9574d
combine PR#16009 and PR#16012 ( #16024 )
...
* fix #15623
* add testcase for #15623
* add testcase
* combine #16009
* support casting nil to NilableTypes in VM
2020-11-18 08:28:05 +01:00
flywind
0869d2a477
fix #15972 ( #15994 )
...
* fix #15972
* add testcase
* more
2020-11-18 00:14:14 +00:00
Andrey R (cooldome)
632af8afad
Revert "follow #16009 VM supports cast nil to ptr ( #16012 )"
...
This reverts commit fec19c980e .
2020-11-17 18:54:33 +00:00
Andrey R (cooldome)
1663ad77e3
Revert "fix #15623 ( #16009 )"
...
This reverts commit 0f7f159a35 .
2020-11-17 18:54:14 +00:00
flywind
0f7f159a35
fix #15623 ( #16009 )
...
* fix #15623
* add testcase for #15623
* fix
* add testcase
2020-11-17 17:05:20 +00:00
flywind
fec19c980e
follow #16009 VM supports cast nil to ptr ( #16012 )
...
* follow #16009 VM supports cast nil to ptr
* more testcase
2020-11-17 10:47:01 +00:00
Timothee Cour
50d035b789
defer: improve manual, clarify difference wrt try/finally ( #16010 )
2020-11-17 08:40:17 +01:00
Timothee Cour
61352d5a20
remove unused and misleading FilenameOption.foShort ( #15982 )
2020-11-16 22:52:02 +01:00
Juan Carlos
a8858eb93e
htmlgen: Add lazy loading ( #15986 )
2020-11-16 10:15:05 -08:00
narimiran
3e5e029ef8
telling us once about a change is enough [ci skip]
2020-11-16 17:46:48 +01:00
flywind
4213f7a6c9
rename: stmt -> typed and expr -> untyped ( #15989 )
...
* stmt -> typed
* expr -> untyped
* minor
2020-11-16 14:19:26 +00:00
cooldome
a4d02f591c
fix #15910 ( #15984 )
...
* fix #15910
* produce op of op is nil
* Trigger build
2020-11-16 11:39:28 +00:00
Andreas Rumpf
fc735e4b08
fix #15934 and #15620 ( #15938 ) [backport:1.4]
...
* make workaround for #15934 and #15620
* add testcase for #9754
2020-11-15 18:12:53 +01:00
Andreas Rumpf
7eb34d170a
fixes #15753 [backport:1.4] ( #15971 )
2020-11-15 15:47:42 +01:00