Skip to content

chore: Remove unused Intrinsic::Println#2358

Merged
jfecher merged 5 commits intomasterfrom
e/remove_println
Aug 17, 2023
Merged

chore: Remove unused Intrinsic::Println#2358
jfecher merged 5 commits intomasterfrom
e/remove_println

Conversation

@Ethan-000
Copy link
Contributor

@Ethan-000 Ethan-000 commented Aug 17, 2023

Description

Problem*

Resolves #2115

Summary*

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@kevaundray kevaundray changed the title chore: Remove Intrinsic::Println chore!: Remove Intrinsic::Println Aug 17, 2023
@kevaundray kevaundray requested a review from vezenovm August 17, 2023 13:59
@vezenovm vezenovm changed the title chore!: Remove Intrinsic::Println chore: Remove Intrinsic::Println Aug 17, 2023
@vezenovm
Copy link
Contributor

@kevaundray this isn't breaking as this intrinsic was never being called anywhere as we no longer have a builtin println function and just an oracle println.

@TomAFrench TomAFrench changed the title chore: Remove Intrinsic::Println chore: Remove unused Intrinsic::Println Aug 17, 2023
@vezenovm
Copy link
Contributor

@Ethan-000 Could you use more descriptive commits? It is helpful for tracking changes :)

@Ethan-000
Copy link
Contributor Author

ahh my b 🥲. i use this for small changes i forgot to change, will add messages in future commits

@jfecher jfecher enabled auto-merge August 17, 2023 16:21
@jfecher jfecher added this pull request to the merge queue Aug 17, 2023
@vezenovm
Copy link
Contributor

@Ethan-000 I don't want to remove this from the merge queue but there is a bit more cleanup that can be done in a followup PR. Any usage of Directive::Log is now unreachable and can be removed. This directive can also now be removed from ACVM

@Ethan-000
Copy link
Contributor Author

@Ethan-000 I don't want to remove this from the merge queue but there is a bit more cleanup that can be done in a followup PR. Any usage of Directive::Log is now unreachable and can be removed. This directive can also now be removed from ACVM

will do :)

Merged via the queue into master with commit 98d3cf7 Aug 17, 2023
@jfecher jfecher deleted the e/remove_println branch August 17, 2023 16:55
TomAFrench added a commit that referenced this pull request Aug 19, 2023
* master:
  feat(ssa): Merge slices in if statements with witness conditions (#2347)
  chore: Separate frontend `Visibility` and `Distinctness` from the ABI (#2369)
  feat: add syntax for specifying function type environments (#2357)
  chore: Remove unused `Directive::Log` (#2366)
  chore: clippy fixes (#2365)
  chore: Extract bytecode from artifact files for backend integration test inputs (#2356)
  feat: Add trait definition representation in DefCollector and HIR (#2338)
  chore: Remove unused `Intrinsic::Println` (#2358)
  fix: Remove duplicte `T` in `expected T, found T` error on tuple assignment (#2360)
  chore(brillig): Fix brillig radix instruction return vector size (#2350)
  fix: Show types in error message in same order as in source code (#2353)
TomAFrench added a commit that referenced this pull request Aug 22, 2023
* master: (46 commits)
  chore: Remove `serde` from `noirc_frontend` (#2390)
  chore: allow parenthesizing in two type locations  (#2388)
  chore(ci): automatically delete cache entries associated with closed PRs (#2342)
  feat: Perform more checks for compile-time arithmetic (#2380)
  chore: Remove `noirc_abi::FunctionSignature` and define in terms of HIR (#2372)
  feat: Update to `acvm` 0.22.0 (#2363)
  chore: Update committed ACIR artifacts (#2376)
  feat(ssa): Merge slices in if statements with witness conditions (#2347)
  chore: Separate frontend `Visibility` and `Distinctness` from the ABI (#2369)
  feat: add syntax for specifying function type environments (#2357)
  chore: Remove unused `Directive::Log` (#2366)
  chore: clippy fixes (#2365)
  chore: Extract bytecode from artifact files for backend integration test inputs (#2356)
  feat: Add trait definition representation in DefCollector and HIR (#2338)
  chore: Remove unused `Intrinsic::Println` (#2358)
  fix: Remove duplicte `T` in `expected T, found T` error on tuple assignment (#2360)
  chore(brillig): Fix brillig radix instruction return vector size (#2350)
  fix: Show types in error message in same order as in source code (#2353)
  chore: update noir-source-resolver from `1.1.2` to `^1.1.3` (#2349)
  chore(ci): Avoid writing to cache in workflows triggered by the merge queue (#2341)
  ...
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.

Remove Intrinsic::Println

4 participants