xod icon indicating copy to clipboard operation
xod copied to clipboard

XOD IDE

Results 103 xod issues
Sort by recently updated
recently updated
newest added

### Rationale We care about JS prettifying but have no restrictions on C++ code style yet. To make all C++ code on the same page we can use `clang-format`. ###...

s:rt/c++
s:stdlib
t:chore

Because 1) We can't have partial specializations 2) If such patch has `not-implemented-in-xod` node, it produces incorrect C++ code For example, transpiling [oops.xodball.zip](https://github.com/xodio/xod/files/2144915/oops.xodball.zip) results in ``` //----------------------------------------------------------------------------- // @/foo(bar)(string) implementation...

t:bug
s:core

Right now we never display errors returned from `checkSpecializationMatchesAbstraction`: https://github.com/xodio/xod/blob/692be67d8f07828e6486d0a07f0da90e262ddf07/packages/xod-project/src/project.js#L1048-L1051 Instead, we need to - filter out some "candidate" patches by basename - if there are candidates, but none are...

t:tweak
s:core

### Rationale `yarn lint` and `yarn test` are broken on Windows due to some incompatibilities with POSIX systems. Main reasons are: - LF/CRLF issue for linter - Failing tests because...

s:infra
t:chore
help wanted

Spectron (WebdriverIO) fails often while CI with no obvious reason. Also, it can’t simulate hotkeys. Let’s move our functional tests to Puppeteer. We can’t test desktop IDE features with Puppeteer....

s:client
t:chore

Or even add `isVariadic` field to `Pin` data type. See #1100 for more context.

t:refactor
s:client
s:core

### Rationale ![xod-narrow-nodes](https://user-images.githubusercontent.com/146383/33610383-6eddc062-d9dc-11e7-9f89-a1ce5b53cbe8.png) Now, the node width depends only on pin count. For single/double pin nodes often we see the label with ellipsis because it is too long. However, in...

t:feat
s:client

### Steps to reproduce 1. Open a patch in `xod/core` project 2. Place a `xod/core/constant-number` node 3. Try to bind a value ### Expected behavior - I can enter the...

t:bug
s:client

### Rationale Currently, if I place a node or comment with `i` key, (+) button, or with Edit → Insert XXX (i.e., in all cases when the desired position is...

t:tweak
s:client

As a documentation author, I want a command-line utility that given a path to patch JSON would provide rendered SVG file. Patch figures are massively used for end-user documentation. It’s...

t:feat
s:client
s:core
estimated