Johannes Weißl

Results 8 issues of Johannes Weißl

Same as: find src include test -type f -exec sed -i -e 's/\s*$//' {} \; -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

Starting with https://github.com/erlang/otp/commit/65b04e2 (OTP-20) Erlang/OTP generates SMALL_ATOM_UTF8_EXT instead of ATOM_EXT by default, so erlport needs to be able to decode these atoms.

`exexec` currently depends on `erlexec ~> 1.10`, but `erlexec` is currently at version 2.0.2, https://hex.pm/packages/erlexec; @ericentin maybe you could relax the dependency to allow `erlexec` 2.x (so it is compatible)?...

I noticed that the undocumented `build = "build.py"` step is executed _after_ `tool.poetry.scripts`. This is bad if `build.py` is used to generate one of those scripts. My proposal is to...

kind/feature
status/triage

#### Bug description Since around 18-Feb-2024 fetching email with offlineimap via IMAP from my work account outlook.office365.com via XOAUTH2 fails with `command LIST illegal in state NONAUTH`. Nothing was changed...

With Erlang R16B01 and erlang-history, `erl -mode embedded` crashes: ``` {error_logger,{{2013,12,5},{11,29,3}},"~s~n",["Error in process with exit value: {undef,[{group_history,load,[],[]},{group,server,3,[{file,\"src/2.16.2/group.erl\"},{line,35}]}]}\n"]} {error_logger,{{2013,12,5},{11,29,3}},supervisor_report,[{supervisor,{local,kernel_sup}},{errorContext,child_terminated},{reason,{undef,[{group_history,load,[],[]},{group,server,3,[{file,"src/2.16.2/group.erl"},{line,35}]}]}},{offender,[{pid,},{name,user},{mfargs,{user_sup,start,[]}},{restart_type,temporary},{shutdown,2000},{child_type,supervisor}]}]} ```

bug