Christian Haider Christian

Christian pushed to master at Christian/helios

  • 9d12888544 0.12.2
  • 14951912ee inspectOn: now sets list of associations This is breaking for old-style inspectors assuming a Dictionary in setVariables: send. OTOH, (1 to: 25000) inspect now takes ~3 seconds, not a minute.
  • 12d7d22013 Inspector operates on list of associations. Dictionary implementation is quadratic, and what is inspected is in fact list of associations.
  • 5280ca5bd3 0.12.1
  • 7ff4146dce More stringent refresh ban possible. If 'helios.inspector.refreshMillis' is set to negative, inspectors stop refreshing even after DoIt.
  • View comparison for these 16 commits »

4 years ago

Christian pushed to master at Christian/silk

4 years ago

Christian pushed to master at Christian/amber

4 years ago

Christian opened issue amber/amber#1250

amberc fails to compile code using variables from import: clause

4 years ago

Christian commented on issue amber/amber#1247

`AssociativeCollection >> =` is incorrect

Two tests:

4 years ago

Christian commented on issue herby/silk#11

XML namespace awareness

interesting! Thank you for the git help (that could have cost me hours with a bad result).

4 years ago

Christian pushed to xmlnsAddon at Christian/silk

  • b273123456 added xml namespace extension A Silk instance will use its xml namespace as namespace for new elements created through the DNU mechanism. Example: svg := Silk newElement: 'svg' xmlns: 'http://www.w3.org/2000/svg'. "this creates a new svg element in its proper namespace" svg CIRCLE: {'cx' -> 60. 'cy' -> 25. 'r' -> 10}. "This creates a svg circle, not a html circle" The current behavior is not affected, this is just a new optional feature.
  • afe15f59ef added xml namespace extension A Silk instance will use its xml namespace as namespace for new elements created through the DNU mechanism. Example: svg := Silk newElement: 'svg' xmlns: 'http://www.w3.org/2000/svg'. "this creates a new svg element in its proper namespace" svg CIRCLE: {'cx' -> 60. 'cy' -> 25. 'r' -> 10}. "This creates a svg circle, not a html circle" The current behavior is not affected, this is just a new optional feature.
  • View comparison for these 2 commits »

4 years ago

Christian commented on issue herby/silk#11

XML namespace awareness

Cool :-)

4 years ago

Christian created pull request herby/silk#11

XML namespace awareness

4 years ago

Christian pushed to xmlnsAddon at Christian/silk

  • afe15f59ef added xml namespace extension A Silk instance will use its xml namespace as namespace for new elements created through the DNU mechanism. Example: svg := Silk newElement: 'svg' xmlns: 'http://www.w3.org/2000/svg'. "this creates a new svg element in its proper namespace" svg CIRCLE: {'cx' -> 60. 'cy' -> 25. 'r' -> 10}. "This creates a svg circle, not a html circle" The current behavior is not affected, this is just a new optional feature.
  • c6acbbfe91 Recompile.
  • 6821bba20d Recompile.
  • 55121c8c8a Pragmas in .js files.
  • 79d20e6bbc Use findAmberPath just as in other repos.

4 years ago

Christian created new branch xmlnsAddon at Christian/silk

4 years ago

Christian pushed to namespaceExtension at Christian/silk

  • b049fd367b needlessly changed a protocol name The original protocol names got lost when I moved the methods to be an extension in my own package. Moving them back to the original package, the protocol names were gone. Reconstructing them by intuition got only one wrong :-). With the right protocol name, comparisons with Git are much nicer.
  • ea1ecbef93 added xml namespace extension A Silk instance will use its xml namespace as namespace for new elements created through the DNU mechanism. Example: svg := Silk newElement: 'svg' xmlns: 'http://www.w3.org/2000/svg'. "this creates a new svg element in its proper namespace" svg CIRCLE: {'cx' -> 60. 'cy' -> 25. 'r' -> 10}. "This creates a svg circle, not a html circle" The current behavior is not affected, this is just a new optional feature.
  • c6acbbfe91 Recompile.
  • 6821bba20d Recompile.
  • 55121c8c8a Pragmas in .js files.

4 years ago

Christian created new branch namespaceExtension at Christian/silk

4 years ago

Christian pushed to xmlNamespaceExtension at Christian/silk

  • b049fd367b needlessly changed a protocol name The original protocol names got lost when I moved the methods to be an extension in my own package. Moving them back to the original package, the protocol names were gone. Reconstructing them by intuition got only one wrong :-). With the right protocol name, comparisons with Git are much nicer.

4 years ago

Christian pushed to xmlNamespaceExtension at Christian/silk

  • ea1ecbef93 added xml namespace extension A Silk instance will use its xml namespace as namespace for new elements created through the DNU mechanism. Example: svg := Silk newElement: 'svg' xmlns: 'http://www.w3.org/2000/svg'. "this creates a new svg element in its proper namespace" svg CIRCLE: {'cx' -> 60. 'cy' -> 25. 'r' -> 10}. "This creates a svg circle, not a html circle" The current behavior is not affected, this is just a new optional feature.
  • c6acbbfe91 Recompile.
  • 6821bba20d Recompile.
  • 55121c8c8a Pragmas in .js files.
  • 79d20e6bbc Use findAmberPath just as in other repos.

4 years ago

Christian created new branch xmlNamespaceExtension at Christian/silk

4 years ago

Christian forked a repository to Christian/silk

4 years ago

Christian forked a repository to Christian/helios

4 years ago

Christian forked a repository to Christian/amber

4 years ago