Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading in WDL files corresponding to the LUA input #1642

Closed
wants to merge 98 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
048f621
refactored legacy custom-scripts code
May 2, 2022
c115ef1
improved custom-scripts src files include paths
May 2, 2022
acf15b0
Testing out Sandbox
RamarkoB May 14, 2022
c23863e
updated based on elizabeths feedback
May 16, 2022
5d97905
Merge branch 'dev' into custom-scripts/refactor-legacy-code
tatmaca May 16, 2022
c77003d
updated CMake file so that program builds correctly
May 16, 2022
a072624
Merge branch 'custom-scripts/refactor-legacy-code' of github.com:uchi…
May 16, 2022
104117f
updated CMake and Include files so that program builds correctly
May 16, 2022
ea73048
downloaded utlist
May 16, 2022
16818fe
figuring out how to correctly reference external library
May 16, 2022
f17ac38
redownloading utlist module
May 16, 2022
6c554ba
downloading linked list module utlist
May 16, 2022
20cc56f
deleting uthash module
May 16, 2022
e28118a
figuring out utist install
May 16, 2022
2e835c1
working on changing utlist referencing
May 16, 2022
c63ea4a
updated data_t typedef
May 16, 2022
7214745
resolving syntax errors
May 16, 2022
32242c5
resolving datatype definitions
May 16, 2022
895f2e2
updated data_t union fields
May 16, 2022
7a63549
updating include statements
May 16, 2022
77c9cd5
updated ALL tests!
May 16, 2022
d3ff544
updated test dependencies
May 16, 2022
00694a9
updated test file dependencies
May 16, 2022
d3d875d
updated test file dependency
May 17, 2022
e833aa6
testing issues with undefined reference to functions
May 17, 2022
817548f
updated dependency for test file
May 17, 2022
29fe3ed
updated all dependencies
May 17, 2022
ca9ed3c
updated utlist dependency
May 17, 2022
2be71d1
trying multiple commit files
May 17, 2022
83d9094
trying to rename include files
May 17, 2022
8bbedf7
updated dependencies
May 17, 2022
f47607e
removed double dependencies
May 17, 2022
847030e
issues with referencing
May 17, 2022
8fa5f43
Merge branch 'dev' into custom-scripts/refactor-legacy-code
ecoble May 23, 2022
f5673ea
attempted to store Lua Information in WDL
RamarkoB May 23, 2022
db630aa
updating cmake
May 23, 2022
753248d
Merge branch 'custom-scripts/refactor-legacy-code' of github.com:uchi…
May 23, 2022
bdd9604
updated tests for merge request
May 24, 2022
32108b5
Merge branch 'dev' into custom-scripts/refactor-legacy-code
tatmaca May 24, 2022
784ebcd
experimenting with linked list
May 24, 2022
a92f485
Merge branch 'custom-scripts/refactor-legacy-code' of github.com:uchi…
May 24, 2022
8d162af
adding new tests
May 24, 2022
61ba436
updating test
May 24, 2022
d875ab8
updating tests
May 24, 2022
d5331a1
debugging
May 24, 2022
e549565
ascii conversion issue
May 24, 2022
e0dd329
resolving linked list issue
May 24, 2022
004688d
adding more tests
May 24, 2022
aa4d37d
new tests
May 24, 2022
ecc5a52
all tests should pass now
May 24, 2022
cb0be0b
updating tests
May 24, 2022
730d73a
i was testing the wrong variable :')
May 24, 2022
f75d4b0
adding tests for Lua retrieval
May 24, 2022
a4a636f
determining source of error
May 24, 2022
73d5a5c
experimenting with lua data types
May 24, 2022
2e73370
resolving typo
May 24, 2022
cafe05a
adding more tests
May 24, 2022
afb2358
this should resolve issue
May 24, 2022
a89cff1
Merge branch 'dev' into custom-scripts/refactor-legacy-code
ecoble May 24, 2022
498086b
making changes for PR
May 24, 2022
a3449d4
Merge branch 'custom-scripts/refactor-legacy-code' of github.com:uchi…
May 24, 2022
819287e
resolving typo
May 24, 2022
4a8f544
working with macros
May 24, 2022
cc94d34
resolving indentation
May 24, 2022
cd326c6
Merge branch 'dev' into custom-scripts/refactor-legacy-code
ecoble May 24, 2022
d19ebfb
utilizing macros
May 24, 2022
28dde62
Merge branch 'custom-scripts/refactor-legacy-code' of github.com:uchi…
May 24, 2022
04d0df5
redefining vars
May 24, 2022
c114765
added iteration
May 24, 2022
5df5999
debugging
May 24, 2022
90d37de
updating test cases
May 24, 2022
360ea43
fixing spacing
May 24, 2022
be494a8
updating data types
May 24, 2022
7f083ad
fixing macro use
May 24, 2022
7a381ec
uninitialized arg
May 24, 2022
f4ca502
return int
May 24, 2022
5e24d77
Merge branch 'dev' into custom-scripts/refactor-legacy-code
tatmaca May 24, 2022
784499c
Successfully loaded a wdl file with c
RamarkoB May 25, 2022
1605d0f
Merge branch 'dev' into custom-scripts/sandbox
RamarkoB May 25, 2022
0f0676e
Working Conditional File!
RamarkoB May 25, 2022
591c7ef
Working Demo with conditionals loaded in C
RamarkoB May 25, 2022
ba5a36b
Created New file to store old demo
RamarkoB May 25, 2022
f836412
restored old demo under file demo_old.c
RamarkoB May 25, 2022
b884762
Created new Sandbox Branch for Lua/WDL integration
RamarkoB May 25, 2022
a9bc1b2
wdl files for different classes
May 26, 2022
eb6042a
adding actions fireball and slash
May 26, 2022
d5d2762
Revert "adding actions fireball and slash"
May 26, 2022
de27662
adding actions fireball and slash
May 26, 2022
2e679c9
edited test files for two added actions(fireball and slash)
May 26, 2022
8f393cb
custom-script team demo 2022 rough draft
May 26, 2022
542e56c
custom actions for demo are now monkey patched insteead of hardcoded
RamarkoB May 26, 2022
d00324a
removed tests for hardcoded actions
RamarkoB May 26, 2022
fec2263
Corrected action_structs.h to reflect removal of harcoded fireball an…
RamarkoB May 27, 2022
bee0999
Merge branch 'dev' into custom-scripts/sandbox2
RamarkoB May 27, 2022
876dc8b
Merge branch 'dev' into custom-scripts/demo2022
RamarkoB May 27, 2022
01b7a74
Updated CMakeLists.txt
RamarkoB May 28, 2022
5959bf9
Refactored old_demo to prevent merge conflict
RamarkoB May 28, 2022
a11aa17
Merge branch 'custom-scripts/sandbox2' into custom-scripts/demo2022
RamarkoB May 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
edited test files for two added actions(fireball and slash)
  • Loading branch information
Jaeyoung Kim committed May 26, 2022
commit 2e679c934673102eee909c87d19fdc5d557dc13f
2 changes: 1 addition & 1 deletion tests/action_management/test_get_actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "action_management/actionmanagement.h"


#define NUM_ACTIONS (18)
#define NUM_ACTIONS (20)

Test(get_actions, count)
{
Expand Down