-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from rgalonso/bug-fixes
numerous bug fixes
- Loading branch information
Showing
8 changed files
with
375 additions
and
210 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/comment_suffix_after_source_line.c b/comment_suffix_after_source_line.c | ||
new file mode 100644 | ||
index 0000000..d340f6a | ||
--- /dev/null | ||
+++ b/comment_suffix_after_source_line.c | ||
@@ -0,0 +1,4 @@ | ||
+void some_func() { | ||
+ int x = 0; // TODO: give this a better name | ||
+ x++; | ||
+} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/tests/example.bas b/tests/example.bas | ||
index 6b0c6cf..b37e70a 100644 | ||
--- a/tests/example.bas | ||
+++ b/tests/example.bas | ||
@@ -1,1 +1,2 @@ | ||
+' TODO: simplify | ||
Public Sub MakeThingsComplicated() | ||
diff --git a/tests/example.frm b/tests/example.frm | ||
index 6b0c6cf..b37e70a 100644 | ||
--- a/tests/example.frm | ||
+++ b/tests/example.frm | ||
@@ -1,1 +1,2 @@ | ||
+' TODO: remove feature to prevent legal issues | ||
Public Sub Plagiarize() |
Oops, something went wrong.