Skip to content

Releases: inQWIRE/ViZX

ready 4 popl frfr

03 Jul 00:52
23067e5
Compare
Choose a tag to compare

with whitespace fixes

ready 4 popl

01 Jul 03:32
bbe5760
Compare
Choose a tag to compare

removed SVG button

13 Jun 05:02
41778f6
Compare
Choose a tag to compare

mostly readme changes; releasing because of the removed svg button.

Happy robot!

22 May 03:03
ec18afc
Compare
Choose a tag to compare

surprised robot to happy robot transition
some spacing fixes for stacks and composes
parser fixes: colorswaps
minor text wrapping changes
button to export to PNG

parser ambiguous response fixes

30 Apr 03:13
db249ec
Compare
Choose a tag to compare
  • parser returns the first result in all cases where multiple results are returned. usually we either get multiple results only when the same result is returned via multiple parser paths; or if arbitrary variables are parsed ambiguously.
  • fixes for when a diagram is requested after another diagram to prevent rejected promises
  • some refactoring of constants
  • some changes in sizing text and function arguments

lsp args fix

26 Apr 05:44
52f7241
Compare
Choose a tag to compare
Merge pull request #9 from inQWIRE/bhakti-branch

version bump

LSP final changes; sizing and deactivation support

26 Apr 05:28
fd5b117
Compare
Choose a tag to compare

Changed argument extracted from information passed by lsp; coercion to string.
Changed rendering settings to be in new tab instead of active tab.
when new diagram is rendered, discards old diagram so as to not clutter the tab space.
when same request is made, ignores it (so continuously served lsp information is not re-rendered)
added sizing up, down, and deactivate commands.
fixed parser bug where nstack could not be embedded in stack/compose?

Extracting information from correct field in coq-lsp

31 Mar 04:20
80311e6
Compare
Choose a tag to compare

PR to lsp incoming -- need to publish for cross-extension local testing.

Basic stable version

26 Mar 02:10
fb50e26
Compare
Choose a tag to compare

command using input box and command for lsp debugging.