Chernyavsky Andrew

Results 18 comments of Chernyavsky Andrew

I believe this issue may be closed. I have a machine that runs on `Ubuntu 22.04.4 LTS`, where Beef has been built from source (commit: https://github.com/beefytech/Beef/commit/1805316b70387a8cfabdee45f1e5204fa0c5d649). Provided code succesfully compiled...

On latest nightly (https://github.com/beefytech/Beef/commit/ce42dc4fbe5a7387cd81de7379c49f0477d6367d) this is still an issue. Ready-for-testing project: [bug.1847.zip](https://github.com/user-attachments/files/18566105/bug.1847.zip) ``` ERROR: Abstract base method 'bug1847.Beta.Count get accessor' cannot be invoked at line 36:14 in r:\bug.1847\src\Program.bf ERROR: Abstract...

If I understood you correctly, then you wanted to write a static C/C++ library and then use it in Beef. Here you go: https://github.com/kallisto56/CppLibForBeef That repository has a particular configuration,...

On latest nigthly (https://github.com/beefytech/Beef/commit/7b29a4facb656eb5d6a87526e2b8a60b2128be42) this is still an issue. I've prepared a ready-for-testing project, that is slightly different: [bug.1750.zip](https://github.com/user-attachments/files/18523808/bug.1750.zip) What I've noticed, is that: - This issue happens only when...

Also, this issue exhibits the same thing as in #1216, where DbgVis is failing to view variable state. ```C# static public void Set (StringView value) { // Place breakpoint here...

This issue may be closed as it was fixed with pull-request by @Fusioon and additional fix by @bfiete https://github.com/beefytech/Beef/commit/11ccb876a3685f66d2c5e945045b156bd59530a2 Ready-for-testing project: [bug.1780.zip](https://github.com/user-attachments/files/20636146/bug.1780.zip)

**EDIT:** Appologies, this is not the case, it just makes it hidden at first... I'll try to find how to reproduce this bug. I was able to consistently cause this...

Ah? No, that's not yet fixed. It's a bit of a rabbit hole, but I'll figure it out eventually. Just need to fix one more thing before I dig into...

I'm leaning towards what Beefy suggested and just waiting for him to accept current pull-request so that I can make another one that removes feature that creates multi-cursors when pasting...