Search found 10 matches

by SovietPony
Tue Oct 17, 2023 9:53 pm
Forum: Common questions
Topic: Looking for a Oberon/F
Replies: 3
Views: 17330

Re: Looking for a Oberon/F

Educational version of Oberon/F 1.2 for Windows (without 1.2.1 patch) was found. Thanks to SCiZE , who collects a lot of things from the past and saved this historical version. Thanks to blackdoomer , who contacted SCiZE and found this version in his huge archive. This file was distributed via BBS a...
by SovietPony
Sat Apr 15, 2023 10:17 am
Forum: Common questions
Topic: Looking for a Oberon/F
Replies: 3
Views: 17330

Re: Looking for a Oberon/F

I have attached a copy of a zip file which contains the following folders for the *educational* version of Oberon/F, Release 1.2 for Windows 6-May-96: Thanks! Read the conditions included in the attached file readme.txt and make sure that you agree to comply with them before downloading the zip fil...
by SovietPony
Fri Apr 14, 2023 7:46 pm
Forum: Common questions
Topic: Looking for a Oberon/F
Replies: 3
Views: 17330

Looking for a Oberon/F

There is many people who work with Oberon/F and BackBox at 90's. Please, can you look into your backups and find such historical versions? Or even owns original disks and can copy them? I already tried to search everywhere: web, web archive, ftp, bbs. I found educational version of Oberon/F 1.0 for ...
by SovietPony
Mon Oct 05, 2020 7:57 pm
Forum: Bug
Topic: Trap on [code] procedure call
Replies: 6
Views: 12536

Trap on [code] procedure call

Code: Select all

MODULE Test;

	IMPORT SYSTEM;

	TYPE
		T = RECORD END;

	VAR
		r: T;

	PROCEDURE [code] Fail (r: T);

BEGIN
	Fail(r)
END Test.
by SovietPony
Sun Dec 16, 2018 8:53 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

Re: SovietPony's crap

I already made dedicated command line tool... well it just fully linked BB with command line interface for DevDiff, so it can be integrated with git. I described how to do it in README.

I have no more time for this tools, i must continue work on bbarm.
by SovietPony
Fri Dec 14, 2018 8:55 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

Re: SovietPony's crap

I implement three-way merge (diff3), but i still need to implement Patience Diff Algorithm to produce more quality diffs and conflicts.
Also, i think we can integrate this module into git if make custom diff3 utility.
by SovietPony
Tue Dec 04, 2018 9:07 am
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

Re: SovietPony's crap

I never use diff3 by hands, so i dont known how it works... but i think that diff3 implementation not harder than ordinary diff or patch. I try to implement it later.
by SovietPony
Mon Dec 03, 2018 4:37 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

Re: SovietPony's crap

Today i implement patch utility, so i release public beta. :)
Question about how to compare Views still actual.
https://deadsoftware.ru/gitweb?p=bbdiff.git
by SovietPony
Sun Dec 02, 2018 7:14 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

Re: SovietPony's crap

I have a question about DevDiff: how to compare two Views? Currently they always treated as different, but really
most views in sources can be treated as identical.
by SovietPony
Sun Dec 02, 2018 7:13 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 20058

SovietPony's crap

I dont known where place this topic... so i create it here. May be someone will be interested what i do. Bare Metal BlackBox (bmbb) This is a port of BlackBox to bare metal x86 PC i.e. without host os. Currently on early stage, without graphics. Screenshot / Gitweb BlackBox Chip8 Emulator (bbchip8) ...