encore icon indicating copy to clipboard operation
encore copied to clipboard

The Encore compiler.

Results 68 encore issues
Sort by recently updated
recently updated
newest added

We have syntax for lists, we should also have syntax for sets.

enhancement
feature request

The error thrown by the typechecker when, by mistake, we return different results is quite confusing. It refers to a `Bottom` type. For example the following program: ``` python def...

bug
error message

It seems that creating and accessing a future create some non reachable objects. ### Minimal example Tested on branch `development` at a98629fc40bae8e420a73559bf9a22a40d6352ce. With the following example, the usage of memory...

This pull request overhauls the visual style of encores error handling with the following functionalities: - Use of ANSI escape sequences to colorize error and warning output in a structured...

**For - Comprehension** A new kind of for-comprehension is being implemented into Encore that replaces the old for-loop. For-comprehension can: -- act as a function call : ``` var x...

Make sure these boxes are checked before submitting your pull request: - [✓] Description of the pull request stating the problem and the solution - [ x ] Tests (if...

There are two different functions in Types.hs that give the inner type of an instance: - `getResultType` which can be used to get the resulting types of functions, streams and...

This PR contains a set of scripts for DTrace / SystemTap to probe Encore programs. See the readme in the ``probing-tools`` directory for usage. We have not squashed our commits...

Based on the paper "Attached and detached closures in Actors", I would like to see if this idea seems interesting.  This RFC proposes a way to run attached closures by...

This pull request adds LSP, Language server protocol, (See: https://microsoft.github.io/language-server-protocol/) support for Encore. It was implemented as a part of the course "Independent Project in Information Engineering" (1DT350) by Christoffer...