Commit Graph

201 Commits

Author SHA1 Message Date
Timothy Warren a47b527a28 Update README
timw4mail/php-kilo/master This commit looks good Details
2020-01-27 16:11:11 -05:00
Timothy Warren 52e284b818 Improve tput detection
timw4mail/php-kilo/master This commit looks good Details
2020-01-27 15:57:45 -05:00
Timothy Warren f8894b971a Add basic event system
timw4mail/php-kilo/master There was a failure building this commit Details
2020-01-27 15:11:35 -05:00
Timothy Warren 54bc83e1f9 Clean up key mapping with more constants 2020-01-27 15:11:20 -05:00
Timothy Warren 24baca3cb8 Improve terminal size checking
timw4mail/php-kilo/master There was a failure building this commit Details
2020-01-23 13:41:35 -05:00
Timothy Warren 83c5c51b58 Actually add the test...
Gitea - Tutorials/php-kilo/master This commit looks good Details
timw4mail/php-kilo/master This commit looks good Details
2019-12-05 14:54:25 -05:00
Timothy Warren a0e0f80223 Tests for the ANSI methods
Gitea - Tutorials/php-kilo/master This commit looks good Details
2019-12-05 14:54:00 -05:00
Timothy Warren b54221ed38 Simplify more escape sequences
Gitea - Tutorials/php-kilo/master This commit looks good Details
2019-12-05 11:05:07 -05:00
Timothy Warren d095b82a3c Update README with build status 2019-12-05 11:04:36 -05:00
Timothy Warren 8c159dd5bc Attempt to verify tput exists before using it
Gitea - Tutorials/php-kilo/master This commit looks good Details
2019-12-05 11:00:03 -05:00
Timothy Warren 5ffa267e15 Attempt to enable ffi for code coverage
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 16:45:13 -05:00
Timothy Warren ce5389c242 Give the docker image the correct permissions
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 16:26:16 -05:00
Timothy Warren 462e0d2731 Move phpdbg install to Dockerfile
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 16:21:56 -05:00
Timothy Warren 2e1d177e47 Will it build?
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 16:15:49 -05:00
Timothy Warren fea583a495 Satisfy missing dependency
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 16:01:02 -05:00
Timothy Warren 94a3e2df7a Try CI with custom docker file
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 15:59:18 -05:00
Timothy Warren fb5dd66bee Replace inline ANSI escapes with constants and static methods
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 10:54:15 -05:00
Timothy Warren 7acf38da9c Merge remote-tracking branch 'origin/master'
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 10:46:54 -05:00
Timothy Warren bbb9dad72b Update Jenkinsfile to use stable PHP 2019-12-04 10:46:26 -05:00
Timothy Warren c3bdc6f67b Clean functions, fix sizing on mac
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-02 16:27:22 -05:00
Timothy Warren f5aafb465a Mac fixes
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-02 09:44:11 -05:00
Timothy Warren 30440e577a Try again for FFI
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-11-20 16:30:15 -05:00
Timothy Warren c2228afe33 FFI is a hard requirement...
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-11-20 16:20:52 -05:00
Timothy Warren 569b1d3f68 Try to actually run tests
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-11-20 16:18:32 -05:00
Timothy Warren 94a3c66a5d fix case of Jenkinsfile
Gitea - Tutorials/php-kilo/master This commit looks good Details
2019-11-20 16:15:57 -05:00
Timothy Warren a18b93e07f Attempt to get CI working 2019-11-20 16:11:31 -05:00
Timothy Warren 96673d94af Add json dependency for tests 2019-11-20 16:02:35 -05:00
Timothy Warren 5c73b3db2b More test coverage, and snapshots 2019-11-20 15:03:48 -05:00
Timothy Warren eb116a5072 Tests for every class 2019-11-19 17:01:45 -05:00
Timothy Warren 513b5537a9 Update gitignore 2019-11-19 16:11:42 -05:00
Timothy Warren a3e902967a A little cleanup refactoring 2019-11-19 15:57:51 -05:00
Timothy Warren 99c5ac9697 Test coverage 2019-11-19 13:48:12 -05:00
Timothy Warren 0ed7a34948 Remove redundant checks 2019-11-18 13:45:36 -05:00
Timothy Warren cf75f92cd5 Fix syntax highlighting dissapearing when code pushed to new line (for PHP) 2019-11-15 16:19:34 -05:00
Timothy Warren 345239d248 Fix test, PHP highlighting now works as expected 2019-11-15 11:35:08 -05:00
Timothy Warren 8951894493 More PHP token refactoring 2019-11-14 17:11:10 -05:00
Timothy Warren 519a193a8d Refactor PHP token function into class, more tests 2019-11-14 12:14:02 -05:00
Timothy Warren de0b6bda43 First unit test 2019-11-14 11:12:32 -05:00
Timothy Warren 99799e1d5a Slight tweak of php token handling 2019-11-13 16:26:19 -05:00
Timothy Warren 9c23194feb little rawmode cleanup 2019-11-08 21:48:46 -05:00
Timothy Warren 5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
Timothy Warren c4f9d67980 Further simplify Row->update 2019-11-08 13:32:31 -05:00
Timothy Warren 8baca1d293 Improve token mapping, fix multi-line PHP comments 2019-11-08 13:28:24 -05:00
Timothy Warren e2e4f421e0 Insert a little more sanity 2019-11-08 12:04:26 -05:00
Timothy Warren 252eddc093 Another ugly progress commit 2019-11-08 12:02:00 -05:00
Timothy Warren bb10b69e12 Make ANSI escape colors into constants 2019-11-06 16:11:38 -05:00
Timothy Warren ae5228a6f1 Minor refactor 2019-11-06 14:55:32 -05:00
Timothy Warren d3bf9294cc Cut down on some highlighting boilerplate 2019-11-06 14:48:21 -05:00
Timothy Warren da2bec354a Ugly progress commit 2019-11-06 13:57:19 -05:00
Timothy Warren 0877bcd6dd Some progress on multi-line comments in PHP 2019-11-05 16:56:18 -05:00