-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Gu…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Gu…
-
Hello!
I was curious to understand hornspec's behavior on the following system:
```
(declare-rel f (Int Int))
(declare-rel inv (Int Int Int))
(declare-var z Int)
(declare-var x Int)
(declar…
-
This is a little goofy because we are sharing the same templates between "read only" and "make edits" interfaces. Doing the role detection and guard clauses in the templates is odd, as we would have …
-
It looks like, defines is not properly substituded in guard expressions.
``` erlang
-module(ar_test_controller, [Req]).
-define(is_ok(X), is_list(X)).
test('GET', [X]) when ?is_ok(X) ->
ok.
```…
-
The currently generated guard clauses could be made a lot more elegant by using the nameof operator and throw expressions. But in order to do this, first we should be able to determine the selected C#…
-
**This is a Bug Report**
**Problem:**
There is a table with `__dot__` and `__slash__` and others.
Currently with my limited understanding it seems that these are not (always) expanded, i…
-
I have created a small `dotnetstandard 2.1` library project in a solution. I want to test out using [Nullable Reference Types](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references). As…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Gu…
-
In our team, our networking repository has 100% test coverage. This means, any pull request with LOC not covered will automatically fail and cant be merged.
For `Network.swift`, we notice ther…