-
Notifications
You must be signed in to change notification settings - Fork 7
add file content #577
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
Open
BrentBlanckaert
wants to merge
86
commits into
master
Choose a base branch
from
feat/file_content
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add file content #577
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
99a26c5
changed some names
BrentBlanckaert 667fd20
fixed some tests
BrentBlanckaert 4a07970
fixed a test
BrentBlanckaert e834e9f
have something that works for stdin
BrentBlanckaert 791836e
have something working for stdout/stderr
BrentBlanckaert ef29394
fixed all tests
BrentBlanckaert a00f09e
fixed some small issues
BrentBlanckaert ee2123c
made something that can be used to generate and evaluate multiple files.
BrentBlanckaert 1b3b892
Updated output files to be more consistent and do better check. Also …
BrentBlanckaert 32bb7d9
Made inlining for stdout and stderr possible and made everything more…
BrentBlanckaert 2afdd67
Fixed some minor issues
BrentBlanckaert e01ebdc
Fixed the dsl yaml tests
BrentBlanckaert 2ce7892
Fixed buildin oracle tests
BrentBlanckaert 3a62f6d
Fixed the io function
BrentBlanckaert a845fb2
Fixed linting issue
BrentBlanckaert e939f30
fixed last tests
BrentBlanckaert 10bd418
Added an extra test
BrentBlanckaert 1d3aebd
Added some more tests
BrentBlanckaert 2cb31f5
lint test
BrentBlanckaert 2ce6701
covered an extra case
BrentBlanckaert 70e3f21
added an extra case for invalid input
BrentBlanckaert 441fc8b
fixed test
BrentBlanckaert 9254c14
fixed linting
BrentBlanckaert 3003cfc
cleaned up code
BrentBlanckaert 723c1a6
fixed a small error
BrentBlanckaert af868cf
Added a better temporary better seperator
BrentBlanckaert 6d59d54
Changed FileOutputChannel to work with list of objects instead of 3 l…
BrentBlanckaert e841287
fix tests
BrentBlanckaert d3e7d46
changed the input_files
BrentBlanckaert 8e92928
Fixed some of the issues
BrentBlanckaert 9e3e0a6
Fixed linting
BrentBlanckaert 7bec950
Fixed test
BrentBlanckaert b6fe8e1
Added link support for stdin
BrentBlanckaert 621f4a7
Added a few more checks
BrentBlanckaert 317505a
Have a current version to work with multiple output files
BrentBlanckaert aa29560
cleaned up some code and used urls in stdin too
BrentBlanckaert 2d1e568
Made attempt for stdout/stderr
BrentBlanckaert 497f452
changed names again and splitted output files over multiple expected/…
BrentBlanckaert eb7dcbe
Fixed a bug and removed a few prints
BrentBlanckaert e8602ac
Added input file data and removed a lot of html generation
BrentBlanckaert 83e69e1
fixed a few linting issues
BrentBlanckaert 425e82d
made urls mandatory again
BrentBlanckaert 06b68ad
Fixed stdin and and gave correct data for stdin
BrentBlanckaert da56d9c
changed student_path back to path for output files
BrentBlanckaert 5713981
Made some new changes to stdin
BrentBlanckaert 2d1fa4c
Made a few more updates to stdin
BrentBlanckaert d11fd5e
Changed channel to "File: <file>" when given output file content in f…
BrentBlanckaert 78029c3
Made backward compatible and added warnings
BrentBlanckaert ca85311
Fixing linting and typing
BrentBlanckaert d664c3c
Fixed dsl_yaml tests
BrentBlanckaert 8a8d81d
Fixed builtin oracle tests
BrentBlanckaert 40a3596
merging with master
BrentBlanckaert 3b950e8
removed some unused imports
BrentBlanckaert e637459
fixed linting
BrentBlanckaert 98c339d
Wrote a few more tests
BrentBlanckaert b16f362
made extra tests for stdin
BrentBlanckaert 4a9a961
Fixed test
BrentBlanckaert 86642ac
Added changes for stdout and stderr
BrentBlanckaert 114881f
Fixed tests and other issues
BrentBlanckaert 730d8fd
Made a few more tests
BrentBlanckaert 03df8c0
Fixed linting
BrentBlanckaert 6a0808d
slight name change
BrentBlanckaert 5c9a389
updated input_files
BrentBlanckaert 858819d
updated stdin, stdout and stderr
BrentBlanckaert 07c57ca
fixed test
BrentBlanckaert 80ff847
input files no longer use url
BrentBlanckaert fd15d8c
small update for output files
BrentBlanckaert f440484
removed url from stdin
BrentBlanckaert 5599053
changed stdout en stderr
BrentBlanckaert 1cab274
fixed tests
BrentBlanckaert aab198e
Made an extra test
BrentBlanckaert 2b90afd
Fixed linting
BrentBlanckaert 2c06c20
changed how deprecated messages are handled
BrentBlanckaert 04c28ad
solved some of the suggested issues
BrentBlanckaert 8cdd78b
remove weird import added by IDE
BrentBlanckaert ef53242
fixed tests
BrentBlanckaert 77d78c7
did a few simple changes
BrentBlanckaert b9d168b
fixed linting
BrentBlanckaert bda42ff
got rid of all html in description
BrentBlanckaert 40a6186
fixed a problem where files would show up twice or not at all for cer…
BrentBlanckaert 5fe346f
fixed linting
BrentBlanckaert f9f51f3
TEMPORARY keep benchmark prints. Will remove later
BrentBlanckaert 3dd7532
removed benchmark prints
BrentBlanckaert 37ee501
few name changes and extra info
BrentBlanckaert e057ed8
kleine aanpassingen voor stdin
BrentBlanckaert 6d05bf4
changed a name in testcase
BrentBlanckaert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.