Skip to content
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

feat: add file.size #1286

Merged
merged 6 commits into from
May 7, 2024
Merged

feat: add file.size #1286

merged 6 commits into from
May 7, 2024

Conversation

JeevaRamanathan
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

kcl-lang/kcl/kclvm

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

I would like to know are the .snap files are autogenerated or am I missing anything. Please guide

JeevaRamanathan and others added 4 commits May 6, 2024 23:39
Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
Copy link

github-actions bot commented May 6, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Peefy
Copy link
Contributor

Peefy commented May 6, 2024

Hello @JeevaRamanathan Thanks for the contribution. You can ref here to update tests. #1277

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
@JeevaRamanathan
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@JeevaRamanathan
Copy link
Contributor Author

recheck

Peefy added a commit to kcl-lang/cla.db that referenced this pull request May 6, 2024
@JeevaRamanathan
Copy link
Contributor Author

Hi @Peefy I have updated the tests and added stdout.golden, Could you please review

Copy link
Contributor

@Peefy Peefy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Peefy Peefy merged commit 7703eec into kcl-lang:main May 7, 2024
3 of 10 checks passed
JeevaRamanathan added a commit to JeevaRamanathan/kcl that referenced this pull request May 7, 2024
* initial commit

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* updation on kclvm.h

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* added test

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* config username-email

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

* changed type and added stdout.golden

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

* updated tests

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

---------

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
JeevaRamanathan added a commit to JeevaRamanathan/kcl that referenced this pull request May 7, 2024
* initial commit

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* updation on kclvm.h

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* added test

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>

* config username-email

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

* changed type and added stdout.golden

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

* updated tests

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>

---------

Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend file module functions (for smoother GitOps)
2 participants