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

1: add freebsd support on current_executable_path(). #878

Closed
wants to merge 2 commits into from
Closed

1: add freebsd support on current_executable_path(). #878

wants to merge 2 commits into from

Conversation

vanillahsu
Copy link

2: fix build on macosx.
3: remove hardcode /proc/self/exe.

2: fix build on macosx.
3: remove hardcode /proc/self/exe.
@ghost ghost assigned scannell Jul 23, 2013
@sgolemon sgolemon closed this in 159c001 Jul 24, 2013
@scannell scannell mentioned this pull request Jul 24, 2013
@vanillahsu
Copy link
Author

Hi Sara:

Maybe you should apply the 3rd part of patch, remove hard code '/proc/self/exe' from embedded_data.cpp.

without this patch, it sill not work with embedded data.

thanks.

@scannell
Copy link
Contributor

@vanillahsu, I missed that, sorry. I'll fix it soon.

facebook-github-bot pushed a commit that referenced this pull request Oct 16, 2024
Summary:
# Motivation

And if there is one is one design mistake Rust ecosystem made, it is making [`group_by` weird](rust-itertools/itertools#374) and possible for users to, quote:

> I spent several hours debugging my code written using the group_by function.

Luckily for internal users, the build tooling responds accordingly and fails build for all usages of deprecated API. Thus, there is a need to adjust all of them manually.

# [Release notes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0130)

### Breaking
- Removed implementation of `DoubleEndedIterator` for `ConsTuples` (#853)
- Made `MultiProduct` fused and fixed on an empty iterator (#835, #834)
- Changed `iproduct!` to return tuples for maxi one iterator too (#870)
- Changed `PutBack::put_back` to return the old value (#880)
- Removed deprecated `repeat_call, Itertools::{foreach, step, map_results, fold_results}` (#878)
- Removed `TakeWhileInclusive::new` (#912)

NOTE: Quick search didn't tell me anything related to breaking changes above, CI will tell. And, of course, scream to me if it breaks your personal build.

Reviewed By: anps77

Differential Revision: D64306014

fbshipit-source-id: 881ac716e1dc23968d4a28000fdaccdbf9097ec2
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.

None yet

2 participants