Shon Feder

Results 158 issues of Shon Feder

Towards #159

new
Finfra-high
usability
dev-rels
product-owner-triage

As a followup to #400, we should also build and deploy and unstable version of the documentation. (At some future point, we'll want to keep different versions of the manual...

doc
Finfra-high
product-owner-triage

See https://crates.io/crates/mdbook-linkcheck

new
doc
Finfra-backlog
product-owner-triage

Currently, type check failures on operators just give the operator signature and the types of the arguments that cause the checking failure. E.g., ``` [TwoPhase.tla:68:6-68:21]: No match between operator signature...

usability
product-owner-triage

- [ ] Missing annotations on VARIABLE's don't include line numbers: ``` PASS #1: TypeCheckerSnowcat I@08:18:53.210 > Running Snowcat .::. I@08:18:53.210 Typing input error: Expected a type annotation for VARIABLE...

usability
product-owner-triage

During our retro last week, we discussed some ways we could change the error messaging and user-error handling that would improve learnability and user feedback, and perhaps even improve our...

usability
product-owner-triage

MWE: ``` check --algo=asdoinasdf $PWD/test/tla/letpoly_inst.tla ... java.lang.IllegalArgumentException: Unexpected checker.algo=asdoinasdf at at.forsyte.apalache.tla.bmcmt.passes.BoundedCheckerPassImpl.execute(BoundedCheckerPassImpl.scala:108) at at.forsyte.apalache.infra.passes.PassChainExecutor.exec$1(PassChainExecutor.scala:22) at at.forsyte.apalache.infra.passes.PassChainExecutor.run(PassChainExecutor.scala:37) at at.forsyte.apalache.tla.Tool$.runCheck(Tool.scala:188) at at.forsyte.apalache.tla.Tool$.$anonfun$run$3(Tool.scala:95) at at.forsyte.apalache.tla.Tool$.handleExceptions(Tool.scala:323) at at.forsyte.apalache.tla.Tool$.run(Tool.scala:95) at at.forsyte.apalache.tla.Tool$.main(Tool.scala:45) at at.forsyte.apalache.tla.Tool.main(Tool.scala) ``` We should...

bug
product-owner-triage

The current behavior of the repl is to read an expression, query the goal, and quit. It would be much nicer if it looped, and allowed posing repeated queries :)...

I received ``` dune-release: [ERROR] Could not retrieve release ID from response, unexpected Github API error: "Bad credentials" ``` due to a revoked token that was cached long ago. There...

I'm receiving the titular error on version 1.4.0 and ``` uname -a Linux comp 5.4.89-1-MANJARO #1 SMP PREEMPT Tue Jan 12 23:39:44 UTC 2021 x86_64 GNU/Linux ``` ``` [sf@comp emojitsu]$...