Hillel Wayne

Results 38 issues of Hillel Wayne

https://blog.acolyer.org/ Several hundred papers along with extensive analysis. Across the entire spectrum of CS, so most are not cold showers. Papers found should link to the actual paper in the...

help wanted
collection

http://neverworkintheory.org/ ~150 papers, most have limited scope and don't cover hype topics, but there might be some diamonds in there.

help wanted
collection

The following parse successfully: ``` Prop == [][x = {1, 2}]_x Prop == [][1 \in {1, 2}]_x Prop == [][LET S == {1, 2} IN x \in S]_x Prop ==...

bug
Tools
SANY

This is seen on both Windows and Mac OSX toolbox. Constant is originally one type of value: ![image](https://user-images.githubusercontent.com/2660212/172258286-e42db270-78f3-4258-b619-a8a116231e00.png) On changing to another type of value, the textbox turns white background...

Toolbox

Setup: ```tla EXTENDS Integers RECURSIVE SetReduce(_, _, _) SetReduce(Op(_, _), set, value) == IF set = {} THEN value ELSE LET s == CHOOSE x \in set: TRUE IN SetReduce(Op,...

bug
Tools

Currently PlusCal compilation produces something like this: ```tla VARIABLES global_variables \* Anything in a define block goes here VARIABLES local_variables ``` This means that define block operators can't reference any...

enhancement
PlusCal

Liveness violations are either a set of steps followed by "stuttering" or a "lasso", or list with a cycle. Lasso error traces look like this: ``` 1 2 3 4...

enhancement
Toolbox
usability

Given ``` (* --algorithm demo variables x = 1; macro set_x() begin x := self; end macro; process good \in {1} begin G: set_x(); end process; process bad = 2...

enhancement
help wanted
PlusCal

Steps to reproduce: 1. Create a PlusCal spec, and translate it. Create a model for the spec. 2. Enable "translate pluscal automatically". 3. Make a modification to the PlusCal, but...

bug
Toolbox

I was asked by Igor to do a review of the [binary search tutorial](https://github.com/informalsystems/apalache/blob/b627481fca3677b15457c704fdd6f8aab66b6d84/docs/src/tutorials/entry-tutorial.md?plain=1#) and provide feedback. First some general thoughts, then specific notes: First, **I do not think the...

doc
dev-rels