- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster opened issue BodgeMaster/FOSS-VG#72
lib/varint: fromVar64() is brokenBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
fe7c763d06
lib/varint: Add VarInt library
BodgeMaster commented on issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorParser works, dedicated validator gets canned when it breaks too badly.
BodgeMaster closed issue BodgeMaster/FOSS-VG#45
lib/nbt: create a unit test for the NBT validatorBodgeMaster closed issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
d392e080ca
test/nbt_tags: Add tests for constructing invalid lists/compounds
BodgeMaster commented on issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataCompound done. Unit tests still needed.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
60a8ac9788
lib/nbt: Make constructor NBT::Tag::Compound::Compound(name, data) private
BodgeMaster commented on issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.Option 2 was chosen, Sockpp is getting patched on the fly while setting up the project. Unfortunately, the produced cygdll doesn’t work.
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c0c99890d3
Mode detailed readme.
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c00f788d27
Minor improvements all over the place
-
b8b23249a0
Add runner portion of the interpreter
-
fbdf2e42f2
Implement remaining command_... functions for control structures
-
f9f454625b
Return formatted code from the parser so it can be used in error messages.
-
12dd5f50d6
Implement motion and take commands
- Compare 8 commits »
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c8ad44e93e
lambdaV: Implement parser
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
eeade31e47
lambdaV: Implement parser
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
709e6713e1
lambdaV: Implement parser
-
eab0d86d7a
gitignore: Ignore nano’s swp files and __pycache__
-
47fc6f5798
Outline: Add what I have so far
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
dff57cf324 Update 'README.md'
BodgeMaster created repository BodgeMaster/lambda-v
BodgeMaster commented on issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???NetBSD: 
BodgeMaster commented on issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???I added the following code to the test at line 164: ``` std::cout << readFile->size.value << std::endl; std::cout << modifyString << std::endl; ``` Output (shortened): ``` 61 Hall…
BodgeMaster opened issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???