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

Add Scala Native Examples #3657

Merged
merged 54 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
3346097
Create Foo.scala
c0d33ngr Oct 3, 2024
52a38c4
Add files via upload
c0d33ngr Oct 3, 2024
367bcb0
import scala native lib properly
c0d33ngr Oct 3, 2024
a48faac
Update Foo.scala
c0d33ngr Oct 3, 2024
7df4367
Create FooTests.scala
c0d33ngr Oct 3, 2024
cee766e
Update build.mill
c0d33ngr Oct 3, 2024
ef802d3
Create Hello world.c
c0d33ngr Oct 3, 2024
11a6e75
Create HelloWorld.scala
c0d33ngr Oct 3, 2024
2783005
Rename Hello world.c to HelloWorld.c
c0d33ngr Oct 3, 2024
24b9543
update interop example
c0d33ngr Oct 3, 2024
b1015e7
Create build.mill
c0d33ngr Oct 3, 2024
8740b01
Create Makefile
c0d33ngr Oct 3, 2024
19ed282
Update build.mill of interop example
c0d33ngr Oct 3, 2024
2c9d4ec
add some example files
c0d33ngr Oct 4, 2024
61f53b7
add changes to 2-interop example
c0d33ngr Oct 5, 2024
9dc9053
update scala-native examples code
c0d33ngr Oct 5, 2024
4f3a61b
update scala=native example code
c0d33ngr Oct 5, 2024
dfb0e5e
Create draft build.mill for multi-module example
c0d33ngr Oct 5, 2024
bd1f756
Create MyResource.txt
c0d33ngr Oct 5, 2024
e41d609
Create MyOtherResource.txt
c0d33ngr Oct 5, 2024
69ffd7d
add common-config code
c0d33ngr Oct 6, 2024
7cada73
add doc file for scala-native examples
c0d33ngr Oct 6, 2024
bf2edb2
add draft build.mill for common-config example
c0d33ngr Oct 6, 2024
8dc0853
update 1-simple example code
c0d33ngr Oct 6, 2024
a367ead
fix the errors in 1-simple and 2-interop examples
c0d33ngr Oct 7, 2024
55c143f
add third party dependency to 1-simple
c0d33ngr Oct 8, 2024
c37e9a0
update code to fix some errors
c0d33ngr Oct 9, 2024
24729ea
updated code examples
c0d33ngr Oct 12, 2024
f047193
fix syntax in 1-simple example build.mill file
c0d33ngr Oct 12, 2024
3919933
update code
c0d33ngr Oct 12, 2024
950440a
use task in build.mill
c0d33ngr Oct 17, 2024
dda37bf
add pathref in build.mill
c0d33ngr Oct 17, 2024
ca18f5f
update 4-common-config to scala native specific configs
c0d33ngr Oct 18, 2024
7cbf92e
update the build.mill files
c0d33ngr Oct 20, 2024
82ed7c0
rework the scala native examples
c0d33ngr Oct 21, 2024
ba260e5
add 1-simple to testsuite
c0d33ngr Oct 23, 2024
aed36a5
add 4-common-config to testsuite
c0d33ngr Oct 23, 2024
d98e8c2
add 2-interop to testsuit
c0d33ngr Oct 23, 2024
45fb020
update 1-simple/build.mill to pass CI tests
c0d33ngr Oct 23, 2024
1c5e946
update code examples
c0d33ngr Oct 27, 2024
8659821
fix CI error for 1-simple test
c0d33ngr Oct 27, 2024
6b5b1bf
fix CI error for 3-multi-module test
c0d33ngr Oct 27, 2024
956f223
fix CI test error
c0d33ngr Oct 27, 2024
f2c0e9e
complete multi-module example
c0d33ngr Oct 28, 2024
5768cbd
header file for foo in multi-module
c0d33ngr Oct 28, 2024
7e312b2
remove cause of failing CI tests
c0d33ngr Oct 28, 2024
8d3e300
update build.mill for native examples
c0d33ngr Oct 29, 2024
495c44f
update build.mill for 2-interop and 3-multi-module example
c0d33ngr Oct 29, 2024
4501c2e
Update 1-simple build.mill
c0d33ngr Oct 30, 2024
9242768
update code
c0d33ngr Oct 30, 2024
76bb361
update 1-simple build file
c0d33ngr Oct 31, 2024
a599da6
fix merge conflict
c0d33ngr Oct 31, 2024
9ac2cc1
Merge branch 'main' into add-scalanative-doc
c0d33ngr Oct 31, 2024
084dfb4
add some changes
c0d33ngr Oct 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into add-scalanative-doc
  • Loading branch information
c0d33ngr authored Oct 31, 2024
commit 9ac2cc17885413550a9e54d86470e6e7e9e9afa3
2 changes: 0 additions & 2 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
** xref:scalalib/publishing.adoc[]
** xref:scalalib/build-examples.adoc[]
** xref:scalalib/web-examples.adoc[]
** xref:scalalib/native-examples.adoc[]
* xref:kotlinlib/intro.adoc[]
** xref:kotlinlib/builtin-commands.adoc[]
** xref:kotlinlib/module-config.adoc[]
Expand Down Expand Up @@ -100,4 +99,3 @@
* Reference
** {mill-doc-url}/api/latest/mill/index.html[Mill Scaladoc]
** xref:reference/changelog.adoc[]

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.