aCompetentBean
  • Joined on 2023-10-25
aCompetentBean merged pull request aCompetentBean/gazprea-fuzzer-python#4 2023-11-24 15:47:48 -07:00
Generation Error Mitigation
aCompetentBean created pull request aCompetentBean/gazprea-fuzzer-python#4 2023-11-24 15:47:41 -07:00
Generation Error Mitigation
1c91f6ac86 Generation errors fixed or gracefully handled
ddc3875f56 Tried to deal with strange printing and created a problem
1aef59672f Added extra options to the YAML
Compare 2 commits »
aCompetentBean merged pull request aCompetentBean/gazprea-fuzzer-python#3 2023-11-24 07:34:47 -07:00
Refactored ASTGenerator
aCompetentBean pushed to main at aCompetentBean/gazprea-fuzzer-python 2023-11-24 07:34:47 -07:00
15449c8899 Merge pull request 'Refactored ASTGenerator' (#3) from ayrton/refactor into main
5f6b7ab53b Added all atomic types
8cfbd08708 Added documentation for various generation functions
e2be922455 Fixed documentation for unary ops
5ea6eca0ba Fixed tests to account for unarys
Compare 9 commits »
aCompetentBean created pull request aCompetentBean/gazprea-fuzzer-python#3 2023-11-24 07:34:39 -07:00
Refactored ASTGenerator
aCompetentBean pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python 2023-11-24 07:33:52 -07:00
5f6b7ab53b Added all atomic types
aCompetentBean pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python 2023-11-24 06:55:42 -07:00
8cfbd08708 Added documentation for various generation functions
aCompetentBean pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python 2023-11-24 06:32:10 -07:00
e2be922455 Fixed documentation for unary ops
5ea6eca0ba Fixed tests to account for unarys
3dca7092fa Refactored the generate_expression method
eba774dd05 Modified routine generation codestyle
e0cd416435 Refactored generate_return
Compare 5 commits »
aCompetentBean created branch ayrton/refactor in aCompetentBean/gazprea-fuzzer-python 2023-11-23 12:52:29 -07:00
aCompetentBean pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python 2023-11-23 12:52:29 -07:00
7380a89082 Modified code style in ast_generator initializations
aCompetentBean pushed to main at aCompetentBean/gazprea-fuzzer-python 2023-11-23 08:36:29 -07:00
9ceb0b18be Fixed generation of declarations late in blocks
aCompetentBean commented on issue aCompetentBean/gazprea-fuzzer-python#2 2023-11-22 20:42:45 -07:00
Strange XML structures created sometimes...

Currently I am handling it gracefully, you will see the fuzzer provide full output from the run and skip the unparsing of that particular file. It seems to happen about 7% of the time with…

aCompetentBean commented on issue aCompetentBean/gazprea-fuzzer-python#2 2023-11-22 20:41:28 -07:00
Strange XML structures created sometimes...

Cannot provide full input code since this is all taken from the generator and passed directly to the unparser, I'll be doing a major refactor on friday, so I have a feeling I will discover it then.

aCompetentBean pushed to main at aCompetentBean/gazprea-fuzzer-python 2023-11-22 20:34:19 -07:00
be30f1d264 Error handling for some strange NoneType errors
aCompetentBean opened issue aCompetentBean/gazprea-fuzzer-python#2 2023-11-22 20:18:08 -07:00
Strange XML structures created sometimes...
aCompetentBean pushed to main at aCompetentBean/gazprea-fuzzer-python 2023-11-22 13:52:34 -07:00
1da53dba48 Fixed common generation errors
88ef999640 Fixed modulo operator in gazunparser
4d8609c38e Added correct comparisons and implemented all basic types
09010a4789 fixed bool ops to be in spec
fb36aef06e Refactor and bugfix for integer division
Compare 11 commits »