-
I write my own oberon compiler and check some behaviors in another compilers.
In voc cyclic types checked not fully. :)
```
MODULE Test;
TYPE
MyArr = POINTER TO ARRAY OF MyArr;
END…
ghost updated
7 years ago
-
The following code assigns 0 to j.
MODULE ParTest;
IMPORT Out;
VAR j: INTEGER;
PROCEDURE P(x: INTEGER; VAR y, z: INTEGER);
BEGIN
IF x > …
-
On Oberon (CentOS linux cluster) with an up-to-date install of abkhazia, the command
`pytest ./test --basetemp=/home/thomas/tmpdir -vv -x` fails with:
```
========================================…
-
### ---Issue Report---
**(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)**
**Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING):** [Y…
-
i quickly extracted the list of domains that Disconnect marks as "content" and does _not_ block by default. from a glance, it seems that this would be a sane list to merge with cookieblocklist.txt.
`…
-
Hi,
when i m starting npm start i am facing problem with below logs
C5245997@INLN50905742A MINGW64 ~/git/oberon.html (master)
$ npm start
> @sap/oberon.html@1611.0.0 prestart C:\Users\C5245997\gi…
-
I have several MP3s that reliably crash musikcube which than looks like this in gdb:
```
Thread 9 "musikcube" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd7fff700 (LWP 1…
geier updated
7 years ago
-
The information about Uranus's moon is incomplete!
-
Jira issue originally created by user oberon:
In the netinstall module widget the arrow buttons, used to display members of package groups appear pressed while not selected and not pressed while sele…
ghost updated
7 years ago
-
Hallo,
I made a setup with an FT2232, which gives 2 ttyUSB ports.
ther result of ls -U is:
`jan@coconut:/dev$ ls -U|grep USB`
`ttyUSB1`
`ttyUSB0`
`jan@coconut:/dev$ `
Dwire is connected to …