-
Notifications
You must be signed in to change notification settings - Fork 41
created src and move typeagent to src #127
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
base: main
Are you sure you want to change the base?
Conversation
gvanrossum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two tiny suggestions and one formatting nit. I will merge after you fix those.
|
Oh, and you need to merge the conflict caused by me merging my unused-xxx fix first (Rob was okay reviewing it). |
gvanrossum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're on Windows, right? Did you look at what needs to change in Makefile? The format and check entries need to change typeagent to src, and the mcp entry needs to use src/typeagent.
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Rob is working on that in #131. For now ignore those errors. |
|
ok I have pushed. Should be fine now. |
|
I think your tests are failing because of #133. I will retest locally (I have a workaround) and then merge. |
|
Sorry, I can't merge this by myself. I need @robgruen's approval for my suggestions that were merged. (Re-approving doesn't help.) |
|
And it still won't merge. @robgruen can you merge this? Otherwise we're stuck. |
|
when we have merged this PR into main, I would create a new PR for the remaining topics of #125 the PR is already here https://github.com/bmerkle/typeagent-py/tree/125 I hope it is ok the make the remaining steps in one PR ?
after that the structure should be ok, and we can continue with functional improvements |
|
Can we just move test to tests? I'm not convinced we need a samples subdir (is that even a standard? and it feels like an odd word to me). The spec subdir probably needs to be deleted, not moved -- it was part of a failed AI experiment (the AI generated the spec but then wasn't able to implement it, and I couldn't get myself to edit it, it was way too verbose and repetitive). You can delete spec/ in a separate PR since it can be merged independent from everything else. |
|
I wonder if we could make progress here if you did something like this:
That would have a cleaner history (a single commit, by you) and maybe if I approve it I can merge it. |
|
Note I added a step after that comment sent an email -- use the version on GitHub, not the email (if you read those). |
|
yup, we can make
|
|
Please make the one to move test -> tests (with tool updates including
Makefile).
For the other stuff there's not that much to gain from the rearrangement,
I'd like to wait on that. But go ahead and delete spec/ as a separate PR
(as it affects no tools).
|
i could squash it if that is want you mean ? |
I've never used squash, but it sounds like it might work. Key requirement for a clean merge is (1) one diff, (2) authored by you only, and probably (3) in a new branch and PR. |
#125