Skip to content

Conversation

litlighilit
Copy link

  • chore(nimble): requires "nim < 0.20"
  • fix(nimc): nnkTupleConstr used to be nnkPar
  • fix(nimc): get rid of `Error: illegal capture 'selfNoCast' ...
  • fix(nimc): type mismatch in Python/symtable
  • fix(nimc): when gen repr for exceptions: Error: got prototype: OpenSymChoice 29 "repr"
  • fix(nimc): downcast in tuple now must be explicit?
  • fix(nimc): Error: cannot bind another '=destroy' to: PyCodeObject:ObjectType;impr...
  • fix(nimc): get rid of `Error: illegal capture 'args'... followup HEAD~5
  • fix(rt): grammar:newGrammarNode: assignment to discriminant changes object branch...
  • fix(rt): lexer:newTokenNode(followup HEAD^)
  • fix(rt): grammar:genExpsilonSet: the length of the HashSet changed while iterating over it
  • fix(rt): multimethods is off since 0.20
  • chore(nimble): requires "nim >= 1.6.14"
  • chore(gitignore): /bin/
  • fix(warning): [Deprecated] in system/stdlib:...
  • fix(warning): [Deprecated] in pkg/regex: re,find shall be suffixed by '2'
  • fix(warning): [UnusedImport] of stdlib; and a dup import
  • fix(warning): [UnusedImport] of inner libs
  • fix(nimc/js): no system.outOfMemHook on JS
  • chore(nimble): task test: support passing arg for subTest
  • bump-version: 0.1.1

... because 'addPyIntObjectMagic' has the calling convention: <cdecl>`
See comment of `deepCopy` for details
Python/symtable.nim(149, 10) Error: type mismatch
Expression: add(toVisit, (astRoot, SymTableEntry(nil)))
  [1] toVisit: seq[(AstNodeBase, SymTableEntry)]
  [2] (astRoot, SymTableEntry(nil)): (Asdlmodl, SymTableEntry)
…jectType`;impr...

...rm dup opCodes,opArgs data attr of PyCodeObject
Error: illegal capture 'args' because 'appendPyListObjectMethod' has the calling convention: <cdecl>
…bject branch...

...compile with -d:nimOldCaseObjects for a transition period [FieldDefect]
fileExists,initSet,ospaths,OutOfMemError,TaintedString
…`...

...sup x: T in addition to x: openArray[T]
…genCollectMagics`;...

...ren hash field to privateHash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant