Tristan B. Velloza Kildaire deavmi
  • Stellenbosch, South Africa
  • https://deavmi.assigned.network
  • I ❤️ programming and computers. I have a big interest in compiler and interpreter design and implementation and also an interest in networking and fmts/protos.

  • Joined on 2021-12-21
deavmi commented on issue tlang/tlang#181 2024-05-10 21:15:09 +01:00
Feature: Container interface update

Enough work for tonight, will continue tomorrow.

deavmi commented on issue tlang/tlang#181 2024-05-10 20:18:28 +01:00
Feature: Container interface update

new things to add to MStatementReplaceable:

    public bool insertBefore(Statement thiz, Statement that);
    public bool insertAfter(Statement thiz, Statement that);
    public bool
deavmi commented on issue tlang/tlang#181 2024-05-10 20:16:00 +01:00
Feature: Container interface update

Mmmh, thinking now and this may not be the west way to go. An "index" isn't an easily generalizable thing. Comparing, however, with something like MSearchable and MReplaceable, those are based…

deavmi synced new reference feature/insertInto to deavmi/niknaks from mirror 2024-05-10 14:44:18 +01:00
deavmi synced commits to master at deavmi/niknaks from mirror 2024-05-10 14:44:18 +01:00
a4a7d7c8ab Feature: Insert at (#23)
deavmi synced commits to refs/pull/22/merge at deavmi/niknaks from mirror 2024-05-10 14:44:18 +01:00
3d40ea14b1 Merge 1bdce71561ea6e9f97907c653875b5ceb002977c into a4a7d7c8ab01eddfaeeba70342d035bbf5f79c41
a4a7d7c8ab Feature: Insert at (#23)
Compare 2 commits »
deavmi synced commits to refs/tags/v0.17.0 at deavmi/niknaks from mirror 2024-05-10 14:44:18 +01:00
deavmi synced new reference refs/tags/v0.17.0 to deavmi/niknaks from mirror 2024-05-10 14:44:18 +01:00
deavmi synced commits to feature/insertInto at deavmi/niknaks from mirror 2024-05-10 14:44:17 +01:00
deavmi synced commits to feature/varDump at deavmi/niknaks from mirror 2024-05-10 14:24:18 +01:00
deavmi synced new reference feature/varDump to deavmi/niknaks from mirror 2024-05-10 14:24:18 +01:00
deavmi commented on issue tlang/tlang#181 2024-05-10 14:04:50 +01:00
Feature: Container interface update

MStatementSearchable

  • Added bool isPresent(Statement statement)
deavmi commented on issue tlang/tlang#181 2024-05-10 13:55:33 +01:00
Feature: Container interface update

Container

  • Added new methods
deavmi opened issue tlang/tlang#181 2024-05-10 13:48:39 +01:00
Feature: Container interface update
deavmi closed issue tlang/tlang#180 2024-05-10 09:32:39 +01:00
Bug: Parameter variables not touched by reference counter
deavmi commented on issue tlang/tlang#180 2024-05-10 09:32:10 +01:00
Bug: Parameter variables not touched by reference counter

CI/CD passes

deavmi commented on issue tlang/tlang#180 2024-05-10 09:28:55 +01:00
Bug: Parameter variables not touched by reference counter

Added fix, let's test...

Looks like it works. But will check CI/CD first.

Local unittests pass

deavmi commented on issue tlang/tlang#180 2024-05-10 09:28:10 +01:00
Bug: Parameter variables not touched by reference counter

Added fix, let's test...

Looks like it works. But will check CI/CD first.

deavmi commented on issue tlang/tlang#180 2024-05-10 09:24:40 +01:00
Bug: Parameter variables not touched by reference counter

Added fix, let's test...

deavmi opened issue tlang/tlang#180 2024-05-10 09:22:11 +01:00
Bug: Parameter variables not touched by reference counter