Conversation
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
|
@copilot you can remove the |
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
... Fixed in commit ce42c01. Removed |
|
@copilot looks like we are missing |
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
... Fixed in commit 44f2b90. Added |
|
@copilot we've got 3 failed tests |
… infinity errors Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
... Fixed in commit 0ba863e. The failures were due to:
|
|
@copilot looks like tests are passing now but not formatting or linting, make sure you run those every time. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 8 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
|
@copilot looks like the last update changed the expected path, the test is failing: |
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
... Fixed in commit 3d1197d. The |
@copilot the return is now |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 8 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot apply changes based on the comments in this thread |
Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
... You're absolutely right! Fixed in commit 97bb6da. The hardcoded |
…eTileDimensions Co-authored-by: marlonmarcello <1956448+marlonmarcello@users.noreply.github.com>
Fixed in commit 83130e2:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
✅ Completed: Add Tests and CI Workflow
All tasks have been successfully completed:
src/lib_test.tswith 42 comprehensive tests for core functions:findClosestRationalAngle()function (7 tests)gcd()function (7 tests)lcm()function (5 tests)calculateTileDimensions()function (6 tests)validateDimensions()function (9 tests)getOutputPath()function (5 tests)RATIONAL_ANGLESconstant (5 tests).github/workflows/test.ymlto run tests on PRsdeno.jsonfor easy test execution--allow-writepermission from test taskjoin()for cross-platform path handling ingetOutputPath()@std/assertto deno.json imports for proper lintingSEPARATORconstant for proper cross-platform path prefix handling (`./ on POSIX, .\ on Windows)join()andSEPARATORcalculateTileDimensions()tests (141x141 for 45° on 100x100, 447x224 for 26.565° on 100x200)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.